Modifier and Type | Field and Description |
---|---|
static java.util.Set<PlaintextTestReporter.ReportOption> |
PlaintextTestReporter.ReportOption.EMPTY_SET
An empty
EnumSet<ReportOption> instance |
Modifier and Type | Method and Description |
---|---|
static PlaintextTestReporter.ReportOption |
PlaintextTestReporter.ReportOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlaintextTestReporter.ReportOption[] |
PlaintextTestReporter.ReportOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PlaintextTestReporter.report(java.lang.Appendable out,
java.util.Set<PlaintextTestReporter.ReportOption> reportOpts)
Output a detailed report of this test execution.
|
void |
PlaintextTestReporter.reportCase(BevoTest.TestCase<?,?> testCase,
java.lang.Appendable out,
java.util.Set<PlaintextTestReporter.ReportOption> reportOpts)
Output a detailed description of the given test case.
|
void |
PlaintextTestReporter.reportEntry(BevoTest.TestExecutionResult<?,?> entry,
java.lang.Appendable out,
java.util.Set<PlaintextTestReporter.ReportOption> reportOpts)
Output a detailed report of the given test execution result.
|
void |
PlaintextTestReporter.reportEntry(BevoTest.TestLogEntry entry,
java.lang.Appendable out,
java.util.Set<PlaintextTestReporter.ReportOption> reportOpts) |
void |
PlaintextTestReporter.reportSummary(java.lang.Appendable out,
java.util.Set<PlaintextTestReporter.ReportOption> reportOpts)
Output a summary report of this test execution.
|