com.jayway.awaitility.spi
Class Timeout

java.lang.Object
  extended by com.jayway.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 com.jayway.awaitility.groovy.AwaitilitySupport$1 was not fulfilled within 500 milliseconds.
 
if it where not to set a specific message.


Field Summary
static String timeout_message
           
 
Constructor Summary
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 String timeout_message
Constructor Detail

Timeout

public Timeout()


Copyright © 2010-2012. All Rights Reserved.