Interface WaitUntil.WaitCondition

Enclosing class:
WaitUntil

public static interface WaitUntil.WaitCondition
The condition to determine when to stop waiting
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the wait message to log for each try
    boolean
    If the condition has been finished
  • Method Details

    • isFinished

      boolean isFinished()
      If the condition has been finished
      Returns:
      True if finished and should stop waiting
    • getWaitMessage

      String getWaitMessage()
      Gets the wait message to log for each try
      Returns:
      The string to print describing why the code is waiting