RerunIfFailedGlobalRule
instead. Since v8.5public class RerunIfFailedRule extends Object implements org.junit.rules.MethodRule
RerunIfFailedGlobalRule
this rule works on methods level
and requires @RerunIfFailed annotation to kick in.Constructor and Description |
---|
RerunIfFailedRule()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
Object target)
Deprecated.
|
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
apply
in interface org.junit.rules.MethodRule
Copyright © 2002-2022 Atlassian. All Rights Reserved.