Class TestConsoleOutputOptionsMixin.ConsoleOutputOptions
- java.lang.Object
-
- org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
-
- Enclosing class:
- TestConsoleOutputOptionsMixin
public static class TestConsoleOutputOptionsMixin.ConsoleOutputOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.file.PathcolorPaletteprivate java.nio.file.PathcolorPalette2private Detailsdetailsprivate Detailsdetails2private booleansingleColorPaletteprivate booleansingleColorPalette2private java.nio.file.Pathstderrprivate java.nio.file.Pathstdoutprivate Themethemeprivate Themetheme2
-
Constructor Summary
Constructors Constructor Description ConsoleOutputOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidapplyTo(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
-
stdout
private java.nio.file.Path stdout
-
stderr
private java.nio.file.Path stderr
-
-
Method Detail
-
applyTo
private void applyTo(TestConsoleOutputOptions result)
-
-