Package generic.test
Class ConcurrentTestExceptionStatement
- java.lang.Object
-
- org.junit.runners.model.Statement
-
- generic.test.ConcurrentTestExceptionStatement
-
public class ConcurrentTestExceptionStatement extends org.junit.runners.model.Statement
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DISABLE_TEST_TIMEOUT_PROPERTY
static java.lang.String
TEST_TIMEOUT_MILLIS_PROPERTY
-
Constructor Summary
Constructors Constructor Description ConcurrentTestExceptionStatement(org.junit.runners.model.Statement originalStatement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate()
-
-
-
Field Detail
-
DISABLE_TEST_TIMEOUT_PROPERTY
public static final java.lang.String DISABLE_TEST_TIMEOUT_PROPERTY
- See Also:
- Constant Field Values
-
TEST_TIMEOUT_MILLIS_PROPERTY
public static final java.lang.String TEST_TIMEOUT_MILLIS_PROPERTY
- See Also:
- Constant Field Values
-
-