Uses of Interface
com.hp.lft.sdk.WaitUntilTestObjectState.WaitUntilEvaluator
Packages that use WaitUntilTestObjectState.WaitUntilEvaluator
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
-
Uses of WaitUntilTestObjectState.WaitUntilEvaluator in com.hp.lft.sdk
Methods in com.hp.lft.sdk with parameters of type WaitUntilTestObjectState.WaitUntilEvaluatorModifier and TypeMethodDescriptionstatic <T extends TestObject>
booleanWaitUntilTestObjectState.waitUntil
(T testObject, WaitUntilTestObjectState.WaitUntilEvaluator<T> evaluator) Waits until the object in the AUT achieves the desired state (or until the object synchronization timeout (20 seconds) elapses.static <T extends TestObject>
booleanWaitUntilTestObjectState.waitUntil
(T testObject, WaitUntilTestObjectState.WaitUntilEvaluator<T> evaluator, long totalTimeOutInMilliseconds) Waits until the object in the AUT achieves the desired state or until the specified timeout elapses.