Interface Condition

All Known Subinterfaces:
Table.StopCondition
All Known Implementing Classes:
AbstractCondition, PropertyCondition, StopConditions.CompositeStopCondition, StopConditions.EndMarkerStopCondition, StopConditions.StopConditionAdapter

public interface Condition
A Condition is a test, can be true or false. It is evaluated (repeatedly) during HostSession.waitFor() until it returns true.
Version:
$Id$
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the Condition is satisfied.
  • Method Details

    • isTrue

      boolean isTrue()
      Returns true if the Condition is satisfied.
      Returns:
      true if the Condition is satisfied.