Class TimeoutTestRule
Object
com.liferay.portal.kernel.test.rule.TimeoutTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
- Author:
- Shuyang Zhou
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statement
apply
(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
-
Field Details
-
INSTANCE
-
TIMEOUT_EXIT_CODE
public static final int TIMEOUT_EXIT_CODE- See Also:
-
-
Constructor Details
-
TimeoutTestRule
public TimeoutTestRule()
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement, org.junit.runner.Description description) - Specified by:
apply
in interfaceorg.junit.rules.TestRule
-