| Package | Description |
|---|---|
| org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
| Modifier and Type | Method and Description |
|---|---|
static PostDiscoveryFilter |
TagFilter.excludeTags(java.util.List<java.lang.String> tags)
Create an exclude filter based on the supplied
tags. |
static PostDiscoveryFilter |
TagFilter.excludeTags(java.lang.String... tags)
Create an exclude filter based on the supplied
tags. |
static PostDiscoveryFilter |
TagFilter.includeTags(java.util.List<java.lang.String> tags)
Create an include filter based on the supplied
tags. |
static PostDiscoveryFilter |
TagFilter.includeTags(java.lang.String... tags)
Create an include filter based on the supplied
tags. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PostDiscoveryFilter> |
LauncherDiscoveryRequest.getPostDiscoveryFilters()
Get the
PostDiscoveryFilters for this request. |