Class Timeout

java.lang.Object
org.awaitility.spi.Timeout

public class Timeout extends Object
Allow Awaitility extensions to define their own error messages. E.g. the groovy extension would publish ugly error messages such as
  Condition org.awaitility.groovy.AwaitilitySupport$1 was not fulfilled within 500 milliseconds.
 
if it where not to set a specific message.
  • Field Details

    • timeout_message

      public static String timeout_message
      Constant timeout_message="null"
  • Constructor Details

    • Timeout

      public Timeout()