Uses of Class
org.junit.rules.Timeout
-
Packages that use Timeout Package Description org.junit.rules -
-
Uses of Timeout in org.junit.rules
Methods in org.junit.rules that return Timeout Modifier and Type Method Description TimeoutTimeout.Builder. build()Builds aTimeoutinstance using the values in this builder.,static TimeoutTimeout. millis(long millis)Creates aTimeoutthat will timeout a test after the given duration, in milliseconds.static TimeoutTimeout. seconds(long seconds)Creates aTimeoutthat will timeout a test after the given duration, in seconds.
-