com.hp.lft.sdk

Interface WaitUntilTestObjectState.WaitUntilEvaluator<T extends TestObject>

  • Type Parameters:
    T - the concrete TestObject type.
    Enclosing class:
    WaitUntilTestObjectState


    public static interface WaitUntilTestObjectState.WaitUntilEvaluator<T extends TestObject>
    This interface exposes the evaluate method, which evaluates if an object in the AUT is currently in a specific state. This interface is the input parameter for the WaitUntilTestObjectState.waitUntil method.
    • Method Summary

      Modifier and TypeMethod and Description
      booleanevaluate(T testObject)