@Documented
@Retention(value=RUNTIME)
@Target(value={})
public @interface TestFilter
| Modifier and Type | Optional Element and Description |
|---|---|
TestNameFilter[] |
name
Specify Test Name filters to select certain test for
Issue applying, suitable for dynamic tests. |
TestParamFilter[] |
param
Specify Test Parameter filters to select certain test for
Issue applying, suitable for parameterized tests. |
public abstract TestNameFilter[] name
Issue applying, suitable for dynamic tests.public abstract TestParamFilter[] param
Issue applying, suitable for parameterized tests.