Uses of Annotation Interface
com.atlassian.bamboo.testutils.junit.rule.Repeat
-
Uses of Repeat in com.atlassian.bamboo.testutils.junit.rule
Modifier and TypeMethodDescriptionstatic @NotNull Repeat
RepeatUtils.getDefaultRepeatAnnotation()
This method returns an instance of theRepeat
annotation containing default parameters.Modifier and TypeMethodDescriptionstatic @NotNull Repeat
RepeatUtils.getDefaultRepeatAnnotation()
This method returns an instance of theRepeat
annotation containing default parameters.static @NotNull Repeat
RepeatUtils.getEffectiveRepeatAnnotation
(@NotNull RepeatUtils.TestMethod testMethod, @NotNull Map<String, Repeat> defaultRepeatSpecs) Get the effective repeat annotation for a given test case.Modifier and TypeMethodDescriptionstatic @NotNull Repeat
RepeatUtils.getEffectiveRepeatAnnotation
(@NotNull RepeatUtils.TestMethod testMethod, @NotNull Map<String, Repeat> defaultRepeatSpecs) Get the effective repeat annotation for a given test case.ModifierConstructorDescriptionRepeatableStatement
(org.junit.runners.model.Statement baseStatement, org.junit.runner.Description description, Repeat repeat) RepeatRule
(Repeat... defaultRepeatSpecs)