Uses of Interface
org.testng.internal.IInstanceIdentity
-
Packages that use IInstanceIdentity Package Description org.testng.internal -
-
Uses of IInstanceIdentity in org.testng.internal
Classes in org.testng.internal that implement IInstanceIdentity Modifier and Type Class Description class
BaseTestMethod
Superclass to represent both @Test and @Configuration methods.class
ConfigurationMethod
class
FactoryMethod
This class represents a method annotated with @Factoryclass
TestNGMethod
This class represents a test method.class
WrappedTestNGMethod
Represents a proxy for an actual instance ofITestNGMethod
but with the exception that it generates a unique hashcode that is different from the originalITestNGMethod
instance that it wraps.
-