|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoTestsRemainException | |
---|---|
org.junit.runner.manipulation | Provides classes to filter or sort tests. |
org.junit.runners | Provides standard Runner implementations. |
Uses of NoTestsRemainException in org.junit.runner.manipulation |
---|
Methods in org.junit.runner.manipulation that throw NoTestsRemainException | |
---|---|
void |
Filter.apply(Object child)
Invoke with a Runner to cause all tests it intends to run
to first be checked with the filter. |
void |
Filterable.filter(Filter filter)
Remove tests that don't pass the parameter filter . |
Uses of NoTestsRemainException in org.junit.runners |
---|
Methods in org.junit.runners that throw NoTestsRemainException | |
---|---|
void |
ParentRunner.filter(Filter filter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |