|
|||||||||
上一个软件包 下一个软件包 | 框架 无框架 |
Package org.junit.runner.manipulation
Provides classes tofilter
or sort
tests.
参阅: 详细描述
接口摘要 | |
---|---|
Filterable | Runners that allow filtering should implement this interface. |
Sortable | Interface for runners that allow sorting of tests. |
类摘要 | |
---|---|
Filter | The canonical case of filtering is when you want to run a single test method in a class. |
Sorter | A Sorter orders tests. |
Exception Summary | |
---|---|
NoTestsRemainException | Thrown when a filter removes all tests from a runner. |
Package org.junit.runner.manipulation Description
Provides classes to filter
or sort
tests.
- 起始版本:
- 4.0
- 另请参见:
Runner
|
|||||||||
上一个软件包 下一个软件包 | 框架 无框架 |