Module org.junit.platform.console
Class TestConsoleOutputOptions
java.lang.Object
org.junit.platform.console.options.TestConsoleOutputOptions
- Since:
- 1.10
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTheme()
boolean
boolean
void
setAnsiColorOutputDisabled
(boolean ansiColorOutputDisabled) void
setColorPalettePath
(Path colorPalettePath) void
setDetails
(Details details) void
setSingleColorPalette
(boolean singleColorPalette) void
setStderrPath
(Path stderrPath) void
setStdoutPath
(Path stdoutPath) void
-
Field Details
-
DEFAULT_DETAILS
-
-
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
-
getStdoutPath
-
setStdoutPath
-
getStderrPath
-
setStderrPath
-