Package | Description |
---|---|
com.atlassian.bamboo.testutils.junit.rule |
Modifier and Type | Method and Description |
---|---|
static Repeat |
RepeatUtils.getDefaultRepeatAnnotation()
This method returns an instance of the
Repeat annotation containing default parameters. |
Modifier and Type | Method and Description |
---|---|
static Repeat |
RepeatUtils.getDefaultRepeatAnnotation()
This method returns an instance of the
Repeat annotation containing default parameters. |
static Repeat |
RepeatUtils.getEffectiveRepeatAnnotation(RepeatUtils.TestMethod testMethod,
Map<String,Repeat> defaultRepeatSpecs)
Get the effective repeat annotation for a given test case.
|
Modifier and Type | Method and Description |
---|---|
static Repeat |
RepeatUtils.getEffectiveRepeatAnnotation(RepeatUtils.TestMethod testMethod,
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 © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.