Package | Description |
---|---|
org.junit.platform.console.options |
Configuration options for JUnit's console launcher.
|
Modifier and Type | Method and Description |
---|---|
Theme |
CommandLineOptions.getTheme() |
static Theme |
Theme.valueOf(Charset charset) |
static Theme |
Theme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Theme[] |
Theme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandLineOptions.setTheme(Theme theme) |