public interface TestResultSummaryVerbosity
Modifier and Type | Method and Description |
---|---|
boolean |
getIncludeStdErr() |
boolean |
getIncludeStdOut() |
OptionalInt |
getMaxDebugLogLines() |
static TestResultSummaryVerbosity |
of(boolean includeStdErr,
boolean includeStdOut) |
static TestResultSummaryVerbosity |
of(boolean includeStdErr,
boolean includeStdOut,
OptionalInt maxDebugLogLines) |
boolean getIncludeStdErr()
boolean getIncludeStdOut()
OptionalInt getMaxDebugLogLines()
static TestResultSummaryVerbosity of(boolean includeStdErr, boolean includeStdOut)
static TestResultSummaryVerbosity of(boolean includeStdErr, boolean includeStdOut, OptionalInt maxDebugLogLines)