Package org.testng.internal
Interface IInstanceIdentity
- All Known Implementing Classes:
BaseTestMethod,ConfigurationMethod,FactoryMethod,TestNGMethod,WrappedTestNGMethod
public interface IInstanceIdentity
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectgetInstanceId(Object object) static booleanisIdentityAware(Object... objects)
-
Method Details
-
getInstanceId
UUID getInstanceId()- Returns:
- - A
that represents a unique id which is associated with every test class object.UUID
-
getInstanceId
-
isIdentityAware
- Parameters:
objects- - The objects to inspect- Returns:
- -
trueif all the objects passed are of typeIInstanceIdentity
-