public class RepeatRule extends Object implements org.junit.rules.TestRule
Constructor and Description |
---|
RepeatRule() |
RepeatRule(Repeat... defaultRepeatSpecs) |
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description) |
protected static Repeat |
getDefaultRepeatAnnotation()
This method returns an instance of the "Repeat" annotation containing default parameters.
|
protected static String |
getProfile() |
public RepeatRule(Repeat... defaultRepeatSpecs)
public RepeatRule()
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
apply
in interface org.junit.rules.TestRule
@NotNull protected static String getProfile()
@NotNull protected static Repeat getDefaultRepeatAnnotation()
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.