Class RepeatRule

java.lang.Object
com.atlassian.bamboo.testutils.junit.rule.RepeatRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class RepeatRule extends Object implements org.junit.rules.TestRule
  • Constructor Details

    • RepeatRule

      public RepeatRule(Repeat... defaultRepeatSpecs)
    • RepeatRule

      public RepeatRule()
  • 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 interface org.junit.rules.TestRule