com.jayway.awaitility.spi
Class Timeout
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timeout_message
public static String timeout_message
Timeout
public Timeout()
Copyright © 2010-2012. All Rights Reserved.