Class RepeatSpec
java.lang.Object
com.atlassian.bamboo.testutils.junit.rule.RepeatSpec
- All Implemented Interfaces:
Annotation
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.
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.testutils.junit.rule.Repeat
DEFAULT_MAX_EXECUTIONS, DEFAULT_MIN_EXECUTIONS, DEFAULT_PASS_THRESHOLD, DEFAULT_PROFILE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
int
maxExecutions
(int maxExecutions) int
minExecutions
(int minExecutions) double
passThreshold
(double passThreshold) profile()
reason()
-
Constructor Details
-
RepeatSpec
public RepeatSpec()
-
-
Method Details
-
profile
-
minExecutions
-
maxExecutions
-
passThreshold
-
profile
-
minExecutions
public int minExecutions() -
maxExecutions
public int maxExecutions() -
passThreshold
public double passThreshold() -
reason
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-