Module org.junit.platform.console
Class TestConsoleOutputOptions
java.lang.Object
org.junit.platform.console.options.TestConsoleOutputOptions
- Since:
- 1.10
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTheme()
boolean
boolean
void
setAnsiColorOutputDisabled
(boolean ansiColorOutputDisabled) void
setColorPalettePath
(Path colorPalettePath) void
setDetails
(Details details) void
setSingleColorPalette
(boolean singleColorPalette) void
-
Constructor Details
-
TestConsoleOutputOptions
public TestConsoleOutputOptions()
-
-
Method Details
-
isAnsiColorOutputDisabled
public boolean isAnsiColorOutputDisabled() -
setAnsiColorOutputDisabled
public void setAnsiColorOutputDisabled(boolean ansiColorOutputDisabled) -
getColorPalettePath
-
setColorPalettePath
-
isSingleColorPalette
public boolean isSingleColorPalette() -
setSingleColorPalette
public void setSingleColorPalette(boolean singleColorPalette) -
getDetails
-
setDetails
-
getTheme
-
setTheme
-