Interface IInstanceIdentity

    • Method Detail

      • getInstanceId

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

        static java.lang.Object getInstanceId​(java.lang.Object object)
      • isIdentityAware

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