public final class TestRuleIgnoreAfterMaxFailures extends Object implements org.junit.rules.TestRule
AssumptionViolatedException
after a given number of failures for all
tests following this condition.
Aborting quickly on failed tests can be useful when used in combination with
test repeats (via the Repeat
annotation or system property).
Constructor and Description |
---|
TestRuleIgnoreAfterMaxFailures(int maxFailures) |
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement s,
org.junit.runner.Description d) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.