Uses of Class
org.junit.rules.Timeout

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.
 



Copyright © 2002–2021 JUnit. All rights reserved.