Uses of Annotation Interface
com.atlassian.bamboo.testutils.junit.rule.Repeat
Packages that use Repeat
-
Uses of Repeat in com.atlassian.bamboo.testutils.junit.rule
Methods in com.atlassian.bamboo.testutils.junit.rule with annotations of type RepeatModifier and TypeMethodDescriptionstatic @NotNull Repeat
RepeatUtils.getDefaultRepeatAnnotation()
This method returns an instance of theRepeat
annotation containing default parameters.Methods in com.atlassian.bamboo.testutils.junit.rule that return RepeatModifier 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.Method parameters in com.atlassian.bamboo.testutils.junit.rule with type arguments of type RepeatModifier 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.Constructors in com.atlassian.bamboo.testutils.junit.rule with parameters of type RepeatModifierConstructorDescriptionRepeatableStatement
(org.junit.runners.model.Statement baseStatement, org.junit.runner.Description description, Repeat repeat) RepeatRule
(Repeat... defaultRepeatSpecs)