Package | Description |
---|---|
org.apache.maven.surefire.api.event | |
org.apache.maven.surefire.api.report | |
org.apache.maven.surefire.api.stream |
Modifier and Type | Method and Description |
---|---|
RunMode |
SystemPropertyEvent.getRunMode() |
RunMode |
AbstractStandardStreamEvent.getRunMode() |
Constructor and Description |
---|
AbstractStandardStreamEvent(ForkedProcessEventType eventType,
RunMode runMode,
Long testRunId,
String message) |
StandardStreamErrEvent(RunMode runMode,
Long testRunId,
String message) |
StandardStreamErrWithNewLineEvent(RunMode runMode,
Long testRunId,
String message) |
StandardStreamOutEvent(RunMode runMode,
Long testRunId,
String message) |
StandardStreamOutWithNewLineEvent(RunMode runMode,
Long testRunId,
String message) |
SystemPropertyEvent(RunMode runMode,
Long testRunId,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
RunMode |
TestOutputReportEntry.getRunMode() |
RunMode |
SimpleReportEntry.getRunMode() |
RunMode |
ReportEntry.getRunMode()
Run mode.
|
static RunMode |
RunMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunMode[] |
RunMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SimpleReportEntry |
SimpleReportEntry.assumption(RunMode runMode,
Long testRunId,
String source,
String sourceText,
String name,
String nameText,
String message) |
static SimpleReportEntry |
SimpleReportEntry.ignored(RunMode runMode,
Long testRunId,
String source,
String sourceText,
String name,
String nameText,
String message) |
static TestSetReportEntry |
CategorizedReportEntry.reportEntry(RunMode runMode,
Long testRunId,
String source,
String sourceText,
String name,
String nameText,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message,
Map<String,String> systemProperties) |
static SimpleReportEntry |
SimpleReportEntry.withException(RunMode runMode,
Long testRunId,
String source,
String sourceText,
String name,
String nameText,
StackTraceWriter stackTraceWriter) |
Constructor and Description |
---|
CategorizedReportEntry(RunMode runMode,
Long testRunId,
String source,
String name,
String group) |
CategorizedReportEntry(RunMode runMode,
Long testRunId,
String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed) |
CategorizedReportEntry(RunMode runMode,
Long testRunId,
String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message) |
CategorizedReportEntry(RunMode runMode,
Long testRunId,
String source,
String sourceText,
String name,
String nameText,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message,
Map<String,String> systemProperties) |
SimpleReportEntry(RunMode runMode,
Long testRunId,
String source,
String sourceText,
String name,
String nameText) |
SimpleReportEntry(RunMode runMode,
Long testRunId,
String source,
String sourceText,
String name,
String nameText,
Integer elapsed) |
SimpleReportEntry(RunMode runMode,
Long testRunId,
String source,
String sourceText,
String name,
String nameText,
Map<String,String> systemProperties) |
SimpleReportEntry(RunMode runMode,
Long testRunId,
String source,
String sourceText,
String name,
String nameText,
StackTraceWriter stackTraceWriter,
Integer elapsed) |
SimpleReportEntry(RunMode runMode,
Long testRunId,
String source,
String sourceText,
String name,
String nameText,
StackTraceWriter stackTraceWriter,
Integer elapsed,
Map<String,String> systemProperties) |
SimpleReportEntry(RunMode runMode,
Long testRunId,
String source,
String sourceText,
String name,
String nameText,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message,
Map<String,String> systemProperties) |
SimpleReportEntry(RunMode runMode,
Long testRunId,
String source,
String sourceText,
String name,
String nameText,
String message) |
TestOutputReportEntry(OutputReportEntry reportEntry,
RunMode runMode,
Long testRunId) |
TestOutputReportEntry(String log,
boolean isStdOut,
boolean newLine,
RunMode runMode,
Long testRunId)
Wraps the output from the running test-case.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractStreamEncoder.encode(CharsetEncoder encoder,
ByteBuffer result,
E operation,
RunMode runMode,
Long testRunId,
String... messages) |
void |
AbstractStreamEncoder.encodeHeader(ByteBuffer result,
E operation,
RunMode runMode,
Long testRunId) |
int |
AbstractStreamEncoder.estimateBufferLength(int opcodeLength,
RunMode runMode,
CharsetEncoder encoder,
int integersCounter,
int longsCounter,
String... strings) |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.