Class RetrySpecs
java.lang.Object
com.atlassian.crowd.acceptance.utils.RetrySpecs
Specifications for the
RetryRule
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.atlassian.testutils.annotations.RetrySpec
Defines aRetry
configuration for stress-testing profile, requiring each test to pass multiple times to be successful.
-
Constructor Details
-
RetrySpecs
public RetrySpecs()
-
-
Method Details
-
stressProfileSpec
public static com.atlassian.testutils.annotations.RetrySpec stressProfileSpec()Defines aRetry
configuration for stress-testing profile, requiring each test to pass multiple times to be successful. Usually used for flaky test detection.
-