blended.itestsupport.condition
A Condition encapsulates an assertion that may change over time. The use case is to wait for a Condition to be satisfied at some - normally that is a pre condition that must be fulfilled before the real tests are executed.
Is the condition satisfied ?
The timeout a ConditionWaiter waits for this particular condition
A Condition encapsulates an assertion that may change over time. The use case is to wait for a Condition to be satisfied at some - normally that is a pre condition that must be fulfilled before the real tests are executed.