public class RerunIfFailedGlobalRule extends Object implements org.junit.rules.TestRule
RerunIfFailedRule
, the rule works on a global level (is not controlled via an annotation).
The rerunning mechanism can be disabled by setting disableRerunIfFailedGlobalRule system property.Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_RETRIES |
Constructor and Description |
---|
RerunIfFailedGlobalRule() |
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
public static final int DEFAULT_MAX_RETRIES
Copyright © 2002-2022 Atlassian. All Rights Reserved.