Interface IInstanceIdentity

All Known Implementing Classes:
BaseTestMethod, ConfigurationMethod, FactoryMethod, TestNGMethod, WrappedTestNGMethod

public interface IInstanceIdentity
  • Method Details

    • getInstanceId

      UUID getInstanceId()
      Returns:
      - A UUID that represents a unique id which is associated with every test class object.
    • getInstanceId

      static Object getInstanceId(Object object)
    • isIdentityAware

      static boolean isIdentityAware(Object... objects)
      Parameters:
      objects - - The objects to inspect
      Returns:
      - true if all the objects passed are of type IInstanceIdentity