public abstract class CauliListener
extends org.junit.rules.TestWatcher
| 构造器和说明 |
|---|
CauliListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract void |
failed(Throwable e,
org.junit.runner.Description description) |
protected abstract void |
finished(org.junit.runner.Description description) |
protected abstract void |
skipped(org.junit.internal.AssumptionViolatedException e,
org.junit.runner.Description description) |
protected abstract void |
starting(org.junit.runner.Description description) |
protected abstract void |
succeeded(org.junit.runner.Description description) |
protected abstract void succeeded(org.junit.runner.Description description)
succeeded 在类中 org.junit.rules.TestWatcherprotected abstract void failed(Throwable e, org.junit.runner.Description description)
failed 在类中 org.junit.rules.TestWatcherprotected abstract void skipped(org.junit.internal.AssumptionViolatedException e,
org.junit.runner.Description description)
skipped 在类中 org.junit.rules.TestWatcherprotected abstract void starting(org.junit.runner.Description description)
starting 在类中 org.junit.rules.TestWatcherprotected abstract void finished(org.junit.runner.Description description)
finished 在类中 org.junit.rules.TestWatcherCopyright © 2014. All rights reserved.