Class TestConsoleOutputOptionsMixin.ConsoleOutputOptions
- java.lang.Object
-
- org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
-
- Enclosing class:
- TestConsoleOutputOptionsMixin
static class TestConsoleOutputOptionsMixin.ConsoleOutputOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.file.Path
colorPalette
private java.nio.file.Path
colorPalette2
private Details
details
private Details
details2
private boolean
singleColorPalette
private boolean
singleColorPalette2
private Theme
theme
private Theme
theme2
-
Constructor Summary
Constructors Constructor Description ConsoleOutputOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
applyTo(TestConsoleOutputOptions result)
-
-
-
Field Detail
-
colorPalette
private java.nio.file.Path colorPalette
-
colorPalette2
private java.nio.file.Path colorPalette2
-
singleColorPalette
private boolean singleColorPalette
-
singleColorPalette2
private boolean singleColorPalette2
-
details
private Details details
-
details2
private Details details2
-
theme
private Theme theme
-
theme2
private Theme theme2
-
-
Method Detail
-
applyTo
private void applyTo(TestConsoleOutputOptions result)
-
-