java.lang.Object | |
↳ | junit.framework.JUnit4TestAdapter |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Counts the number of test cases that will be run by this test.
| |||||||||||
Remove tests that don't pass the parameter
filter . | |||||||||||
Runs a test and collects its result in a TestResult instance.
| |||||||||||
Sorts the tests using
sorter | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Counts the number of test cases that will be run by this test.
Remove tests that don't pass the parameter filter
.
filter | the Filter to apply |
---|
NoTestsRemainException |
---|
Sorts the tests using sorter
sorter | the Sorter to use for sorting the tests
|
---|