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()booleanbooleanvoidsetAnsiColorOutputDisabled(boolean ansiColorOutputDisabled) voidsetColorPalettePath(Path colorPalettePath) voidsetDetails(Details details) voidsetSingleColorPalette(boolean singleColorPalette) voidsetStderrPath(Path stderrPath) voidsetStdoutPath(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
 
 -