Class Timeout


  • public class Timeout
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String timeout_message
      Constant timeout_message="null"
    • Constructor Summary

      Constructors 
      Constructor Description
      Timeout()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • timeout_message

        public static java.lang.String timeout_message
        Constant timeout_message="null"
    • Constructor Detail

      • Timeout

        public Timeout()