public class

FailOnTimeout

extends Statement
java.lang.Object
   ↳ org.junit.runners.model.Statement
     ↳ org.junit.internal.runners.statements.FailOnTimeout

Summary

Public Constructors
FailOnTimeout(Statement next, long timeout)
Public Methods
void evaluate()
Run the action, throwing a Throwable if anything goes wrong.
[Expand]
Inherited Methods
From class org.junit.runners.model.Statement
From class java.lang.Object

Public Constructors

public FailOnTimeout (Statement next, long timeout)

Public Methods

public void evaluate ()

Run the action, throwing a Throwable if anything goes wrong.

Throws
Throwable