Package org.testng.internal
Class InstanceInfo<T>
java.lang.Object
org.testng.internal.InstanceInfo<T>
- All Implemented Interfaces:
IInstanceInfo<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_instanceClass
-
m_instance
-
-
Constructor Details
-
InstanceInfo
-
-
Method Details
-
getInstance
- Specified by:
getInstance
in interfaceIInstanceInfo<T>
- Returns:
- The instance on which the tests will be invoked.
-
getInstanceClass
- Specified by:
getInstanceClass
in interfaceIInstanceInfo<T>
- Returns:
- The class on which the TestNG annotations should be looked for.
-