public abstract class ExtendedTestRule extends Object implements org.junit.rules.TestRule
| Constructor and Description |
|---|
ExtendedTestRule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after(org.junit.runner.Description description) |
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
protected void |
before(org.junit.runner.Description description) |
public final org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRuleprotected void before(org.junit.runner.Description description)
throws Throwable
ThrowableCopyright © 2022. All rights reserved.