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
-
getInstanceId
-
isIdentityAware
- Parameters:
objects- - The objects to inspect- Returns:
- -
trueif all the objects passed are of typeIInstanceIdentity
-