| Package | Description |
|---|---|
| com.atlassian.bamboo.testutils.junit.rule |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Repeat |
RepeatUtils.getDefaultRepeatAnnotation()
This method returns an instance of the
Repeat annotation containing default parameters. |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Repeat |
RepeatUtils.getDefaultRepeatAnnotation()
This method returns an instance of the
Repeat 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.
|
| Constructor and Description |
|---|
RepeatableStatement(org.junit.runners.model.Statement baseStatement,
org.junit.runner.Description description,
Repeat repeat) |
RepeatRule(Repeat... defaultRepeatSpecs) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.