public class RepeatUtils extends Object
RepeatRule
.Modifier and Type | Class and Description |
---|---|
static interface |
RepeatUtils.TestMethod
A generic test method descriptor.
|
Modifier and Type | Method and Description |
---|---|
static @NotNull Repeat |
getDefaultRepeatAnnotation()
This method returns an instance of the
Repeat annotation containing default parameters. |
static @NotNull Repeat |
getEffectiveRepeatAnnotation(@NotNull RepeatUtils.TestMethod testMethod,
@NotNull Map<String,Repeat> defaultRepeatSpecs)
Get the effective repeat annotation for a given test case.
|
@NotNull public static @NotNull Repeat getEffectiveRepeatAnnotation(@NotNull @NotNull RepeatUtils.TestMethod testMethod, @NotNull @NotNull Map<String,Repeat> defaultRepeatSpecs)
Repeat
annotation with default values.Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.