@Incubating public class JUnitPlatformOptions extends TestFrameworkOptions
| Constructor | Description | 
|---|---|
| JUnitPlatformOptions() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| JUnitPlatformOptions | excludeEngines(String... excludeEngines) | The set of engines to exclude. | 
| JUnitPlatformOptions | excludeTags(String... excludeTags) | The set of tags to exclude. | 
| Set<String> | getExcludeEngines() | |
| Set<String> | getExcludeTags() | |
| Set<String> | getIncludeEngines() | |
| Set<String> | getIncludeTags() | |
| JUnitPlatformOptions | includeEngines(String... includeEngines) | The set of engines to run with. | 
| JUnitPlatformOptions | includeTags(String... includeTags) | The set of tags to run with. | 
| void | setExcludeEngines(Set<String> excludeEngines) | |
| void | setExcludeTags(Set<String> excludeTags) | |
| void | setIncludeEngines(Set<String> includeEngines) | |
| void | setIncludeTags(Set<String> includeTags) | 
public JUnitPlatformOptions includeEngines(String... includeEngines)
public JUnitPlatformOptions includeTags(String... includeTags)
public JUnitPlatformOptions excludeEngines(String... excludeEngines)
public JUnitPlatformOptions excludeTags(String... excludeTags)