| Package | Description |
|---|---|
| junit.framework |
Provides JUnit v3.x core classes.
|
| 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 |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParentRunner.filter(Filter filter) |
Copyright © 2002–2020 JUnit. All rights reserved.