cucumber.runtime
Class Timeout

java.lang.Object
  extended by cucumber.runtime.Timeout

public class Timeout
extends Object


Nested Class Summary
static interface Timeout.Callback<T>
           
 
Constructor Summary
Timeout()
           
 
Method Summary
static
<T> T
timeout(Timeout.Callback<T> callback, int timeoutMillis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timeout

public Timeout()
Method Detail

timeout

public static <T> T timeout(Timeout.Callback<T> callback,
                            int timeoutMillis)
                 throws Throwable
Throws:
Throwable


Copyright © 2012. All Rights Reserved.