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 classBaseTestMethodSuperclass to represent both @Test and @Configuration methods.classConfigurationMethodclassFactoryMethodThis class represents a method annotated with @FactoryclassTestNGMethodThis class represents a test method.classWrappedTestNGMethodRepresents a proxy for an actual instance ofITestNGMethodbut with the exception that it generates a unique hashcode that is different from the originalITestNGMethodinstance that it wraps.
-