public class Options
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.String> |
getDispatchEventsTracePath() |
java.lang.String |
getDisplayMode() |
java.util.List<java.lang.String> |
getExcludeTags() |
java.util.Set<java.lang.String> |
getGlobPatterns() |
java.util.List<java.lang.String> |
getIncludeTags() |
java.util.Optional<java.lang.String> |
getRunListener() |
java.util.Map<java.lang.String,java.lang.String> |
getSystemProperties() |
java.util.Set<java.lang.String> |
getTestFilters() |
boolean |
isAssertLogEnabled() |
boolean |
isColorsEnabled() |
boolean |
isDecodeScalaNames() |
boolean |
isExceptionClassLogEnabled() |
boolean |
isQuiet() |
boolean |
isTypesEnabled() |
boolean |
isVerbose() |
public boolean isColorsEnabled()
True, if colored output should be enabled.public boolean isDecodeScalaNames()
True, if should be decoded.public boolean isQuiet()
True, if output of tests should be send to the debug log
instead of the info log.public boolean isVerbose()
True, if verbose messages should be logged. Otherwise only
errors and ignored tests should be logged.public boolean isAssertLogEnabled()
True, if the class name and stacktrace of assertion errors
should be logged.public boolean isExceptionClassLogEnabled()
True, if the class name of an exception should be logged.public boolean isTypesEnabled()
True, if the type for every UniqueId.Segment should be logged.public java.lang.String getDisplayMode()
public java.util.Optional<java.lang.String> getRunListener()
public java.util.Set<java.lang.String> getTestFilters()
public java.util.Optional<java.lang.String> getDispatchEventsTracePath()
public java.util.List<java.lang.String> getIncludeTags()
public java.util.List<java.lang.String> getExcludeTags()
public java.util.Set<java.lang.String> getGlobPatterns()
public java.util.Map<java.lang.String,java.lang.String> getSystemProperties()