public class FailOnTimeout extends Statement
Constructor and Description |
---|
FailOnTimeout(Statement originalStatement,
long timeout) |
Modifier and Type | Method and Description |
---|---|
void |
evaluate()
Run the action, throwing a
Throwable if anything goes wrong. |
public FailOnTimeout(Statement originalStatement, long timeout)