Class RepeatSpec

java.lang.Object
com.atlassian.bamboo.testutils.junit.rule.RepeatSpec
All Implemented Interfaces:
Annotation

public class RepeatSpec extends Object implements Repeat
This class does not obey the contract for "equals" and "hashCode" defined by the Annotation interface, so instances of this class cannot currently be compared reliably or used as hash map keys.
  • Constructor Details

    • RepeatSpec

      public RepeatSpec()
  • Method Details

    • profile

      public RepeatSpec profile(String profile)
    • minExecutions

      public RepeatSpec minExecutions(int minExecutions)
    • maxExecutions

      public RepeatSpec maxExecutions(int maxExecutions)
    • passThreshold

      public RepeatSpec passThreshold(double passThreshold)
    • stopOnFailure

      public RepeatSpec stopOnFailure(boolean stopOnFailure)
    • profile

      public String profile()
    • minExecutions

      public int minExecutions()
    • maxExecutions

      public int maxExecutions()
    • passThreshold

      public double passThreshold()
    • stopOnFailure

      public boolean stopOnFailure()
    • reason

      public String reason()
    • annotationType

      public Class<? extends Annotation> annotationType()
      Specified by:
      annotationType in interface Annotation