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()booleanbooleanvoidsetAnsiColorOutputDisabled(boolean ansiColorOutputDisabled) voidsetColorPalettePath(Path colorPalettePath) voidsetDetails(Details details) voidsetSingleColorPalette(boolean singleColorPalette) voidsetStderrPath(Path stderrPath) voidsetStdoutPath(Path stdoutPath) void
-
Field Details
-
DEFAULT_DETAILS_NAME
- See Also:
-
DEFAULT_DETAILS
-
DEFAULT_THEME
-
ansiColorOutputDisabled
private boolean ansiColorOutputDisabled -
colorPalettePath
-
isSingleColorPalette
private boolean isSingleColorPalette -
details
-
theme
-
stdoutPath
-
stderrPath
-
-
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
-