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