Uses of Enum Class
org.apache.maven.surefire.api.report.RunMode
Packages that use RunMode
Package
Description
-
Uses of RunMode in org.apache.maven.plugin.surefire.booterclient.output
Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type RunModeModifier and TypeMethodDescriptionvoid
void
void
ForkClient.SystemPropertiesListener.handle
(String key, String value, RunMode runMode, Long testRunId) void
ForkedProcessPropertyEventListener.handle
(String key, String value, RunMode runMode, Long testRunId) void
ForkedProcessStandardOutErrEventListener.handle
(String output, boolean newLine, RunMode runMode, Long testRunId) private void
ForkClient.writeTestOutput
(String output, boolean isStdout, boolean newLine, RunMode runMode, Long testRunId) -
Uses of RunMode in org.apache.maven.plugin.surefire.report
Methods in org.apache.maven.plugin.surefire.report that return RunMode -
Uses of RunMode in org.apache.maven.surefire.api.event
Fields in org.apache.maven.surefire.api.event declared as RunModeModifier and TypeFieldDescriptionprivate final RunMode
AbstractStandardStreamEvent.runMode
private final RunMode
SystemPropertyEvent.runMode
Methods in org.apache.maven.surefire.api.event that return RunModeModifier and TypeMethodDescriptionAbstractStandardStreamEvent.getRunMode()
SystemPropertyEvent.getRunMode()
Constructors in org.apache.maven.surefire.api.event with parameters of type RunModeModifierConstructorDescriptionprotected
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) -
Uses of RunMode in org.apache.maven.surefire.api.report
Fields in org.apache.maven.surefire.api.report declared as RunModeModifier and TypeFieldDescriptionprivate final RunMode
SimpleReportEntry.runMode
private final RunMode
TestOutputReportEntry.runMode
Fields in org.apache.maven.surefire.api.report with type parameters of type RunModeModifier and TypeFieldDescriptionstatic final Map<AbstractStreamDecoder.Segment,
RunMode> RunMode.RUN_MODES
Methods in org.apache.maven.surefire.api.report that return RunModeModifier and TypeMethodDescriptionReportEntry.getRunMode()
Run mode.final RunMode
SimpleReportEntry.getRunMode()
TestOutputReportEntry.getRunMode()
static RunMode
Returns the enum constant of this class with the specified name.static RunMode[]
RunMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.maven.surefire.api.report that return types with arguments of type RunModeModifier and TypeMethodDescriptionprivate static Map<AbstractStreamDecoder.Segment,
RunMode> RunMode.segmentsToRunModes()
Methods in org.apache.maven.surefire.api.report with parameters of type RunModeModifier and TypeMethodDescriptionstatic 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) Constructors in org.apache.maven.surefire.api.report with parameters of type RunModeModifierConstructorDescriptionCategorizedReportEntry
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message, Map<String, String> systemProperties) 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) 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, String message) SimpleReportEntry
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, Map<String, String> systemProperties) private
SimpleReportEntry
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter) 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, String message, Map<String, String> systemProperties) SimpleReportEntry
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter, Integer elapsed, Map<String, String> systemProperties) TestOutputReportEntry
(String log, boolean isStdOut, boolean newLine, RunMode runMode, Long testRunId) Wraps the output from the running test-case.TestOutputReportEntry
(OutputReportEntry reportEntry, RunMode runMode, Long testRunId) -
Uses of RunMode in org.apache.maven.surefire.api.stream
Methods in org.apache.maven.surefire.api.stream with parameters of type RunModeModifier and TypeMethodDescriptionvoid
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) -
Uses of RunMode in org.apache.maven.surefire.booter.spi
Methods in org.apache.maven.surefire.booter.spi with parameters of type RunModeModifier and TypeMethodDescription(package private) ByteBuffer
EventChannelEncoder.encodeMessage
(ForkedProcessEventType eventType, RunMode runMode, Long testRunId, String message) (package private) void
EventChannelEncoder.encodeSystemProperties
(Map<String, String> sysProps, RunMode runMode, Long testRunId) private void
EventChannelEncoder.setOutErr
(ForkedProcessEventType eventType, RunMode runMode, Long testRunId, String message) -
Uses of RunMode in org.apache.maven.surefire.common.junit4
Fields in org.apache.maven.surefire.common.junit4 declared as RunModeMethods in org.apache.maven.surefire.common.junit4 that return RunModeMethods in org.apache.maven.surefire.common.junit4 with parameters of type RunMode -
Uses of RunMode in org.apache.maven.surefire.junit
Fields in org.apache.maven.surefire.junit declared as RunModeMethods in org.apache.maven.surefire.junit with parameters of type RunMode -
Uses of RunMode in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore declared as RunModeMethods in org.apache.maven.surefire.junitcore that return RunModeModifier and TypeMethodDescription(package private) final RunMode
TestSet.getRunMode()
Deprecated.Constructors in org.apache.maven.surefire.junitcore with parameters of type RunModeModifierConstructorDescriptionTestSet
(String testClassName, RunMode runMode, ClassMethodIndexer classMethodIndexer) Deprecated. -
Uses of RunMode in org.apache.maven.surefire.junitplatform
Fields in org.apache.maven.surefire.junitplatform declared as RunModeMethods in org.apache.maven.surefire.junitplatform with parameters of type RunMode -
Uses of RunMode in org.apache.maven.surefire.report
Methods in org.apache.maven.surefire.report with parameters of type RunMode -
Uses of RunMode in org.apache.maven.surefire.stream
Fields in org.apache.maven.surefire.stream with type parameters of type RunModeModifier and TypeFieldDescriptionprivate static final Map<AbstractStreamDecoder.Segment,
RunMode> EventDecoder.RUN_MODES
Methods in org.apache.maven.surefire.stream that return types with arguments of type RunModeModifier and TypeMethodDescriptionprivate static Map<AbstractStreamDecoder.Segment,
RunMode> EventDecoder.segmentsToRunModes()
Methods in org.apache.maven.surefire.stream with parameters of type RunModeModifier and TypeMethodDescription(package private) static TestSetReportEntry
EventDecoder.newReportEntry
(RunMode runMode, long testRunId, String source, String sourceText, String name, String nameText, String group, String message, Integer timeElapsed, String traceMessage, String smartTrimmedStackTrace, String stackTrace) -
Uses of RunMode in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as RunModeMethods in org.apache.maven.surefire.testng with parameters of type RunMode