Class BatchedTestRule

java.lang.Object
com.atlassian.crowd.acceptance.utils.BatchedTestRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class BatchedTestRule extends Object implements 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 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 interface org.junit.rules.TestRule