Uses of Interface
org.testng.internal.IInstanceIdentity
Packages that use IInstanceIdentity
-
Uses of IInstanceIdentity in org.testng.internal
Classes in org.testng.internal that implement IInstanceIdentityModifier and TypeClassDescriptionclass
Superclass to represent both @Test and @Configuration methods.class
class
This class represents a method annotated with @Factoryclass
This class represents a test method.class
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.