public class IgnoreTestExceptionsRule extends Object implements org.junit.rules.TestRule
| Constructor and Description |
|---|
IgnoreTestExceptionsRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
addException(Class<?> throwableClass) |
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
boolean |
isIgnore(Throwable t) |
public void addException(Class<?> throwableClass)
public boolean isIgnore(Throwable t)
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRuleCopyright © 2016 Github jjYBdx4IL Projects. All rights reserved.