|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Timeout | |
---|---|
org.junit.rules |
Uses of Timeout in org.junit.rules |
---|
Methods in org.junit.rules that return Timeout | |
---|---|
Timeout |
Timeout.Builder.build()
Builds a Timeout instance using the values in this builder., |
static Timeout |
Timeout.millis(long millis)
Creates a Timeout that will timeout a test after the
given duration, in milliseconds. |
static Timeout |
Timeout.seconds(long seconds)
Creates a Timeout that will timeout a test after the
given duration, in seconds. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |