Package | Description |
---|---|
junit.framework |
Provides JUnit v3.x core classes.
|
org.junit.internal.runners |
Provides implementations of
Runner |
org.junit.runner.manipulation | |
org.junit.runners |
Provides standard
Runner implementations. |
Modifier and Type | Method and Description |
---|---|
void |
JUnit4TestAdapter.filter(Filter filter) |
Modifier and Type | Method and Description |
---|---|
void |
JUnit4ClassRunner.filter(Filter filter)
Deprecated.
|
void |
JUnit38ClassRunner.filter(Filter filter) |
Modifier and Type | Method and Description |
---|---|
void |
Filter.apply(java.lang.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 . |
Modifier and Type | Method and Description |
---|---|
void |
ParentRunner.filter(Filter filter) |