Class TimeoutValue
java.lang.Object
net.thucydides.core.configuration.TimeoutValue
public class TimeoutValue
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TimeoutValue(long timeout, java.util.concurrent.TimeUnit unit)
-
Method Summary
Modifier and Type Method Description long
getTimeout()
java.util.concurrent.TimeUnit
getUnit()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TimeoutValue
public TimeoutValue(long timeout, java.util.concurrent.TimeUnit unit)
-
-
Method Details
-
getTimeout
public long getTimeout() -
getUnit
public java.util.concurrent.TimeUnit getUnit()
-