open class Timeout : TestRule
A rule for configuring the tests timeout.
Author
Julien Viet
Timeout(value: Long, unit: TimeUnit) |
open fun apply(base: Statement, description: Description): Statement |
|
open static fun millis(millis: Long): Timeout |
|
open static fun seconds(seconds: Long): Timeout |