|
|
|||||||||
| 上一个软件包 下一个软件包 | 框架 无框架 | ||||||||
Package org.junit.runner.notification
Provides information about a test run.参阅: 详细描述
| 类摘要 | |
|---|---|
| Failure | A Failure holds a description of the failed test and the
exception that was thrown while running it. |
| RunListener | If you need to respond to the events during a test run, extend RunListener
and override the appropriate methods. |
| RunNotifier | If you write custom runners, you may need to notify JUnit of your progress running tests. |
| Exception Summary | |
|---|---|
| StoppedByUserException | Thrown when a user has requested that the test run stop. |
Package org.junit.runner.notification Description
Provides information about a test run.
- 起始版本:
- 4.0
|
|
|||||||||
| 上一个软件包 下一个软件包 | 框架 无框架 | ||||||||