Class BatchedTestRule
java.lang.Object
com.atlassian.crowd.acceptance.utils.BatchedTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
Rule which runs tests in batches. The size of batches is defined by
BATCH_AMOUNT
. The number of batch is defined by BATCH_NUMBER
.- Since:
- 3.1.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statement
apply
(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-
Constructor Details
-
BatchedTestRule
public BatchedTestRule()
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
apply
in interfaceorg.junit.rules.TestRule
-