Uses of Enum
org.apache.maven.surefire.api.report.RunMode
Packages that use RunMode
Package
Description
-
Uses of RunMode in org.apache.maven.surefire.api.event
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 RunModeModifierConstructorDescriptionprotectedAbstractStandardStreamEvent(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
Methods in org.apache.maven.surefire.api.report that return RunModeModifier and TypeMethodDescriptionReportEntry.getRunMode()Run mode.final RunModeSimpleReportEntry.getRunMode()TestOutputReportEntry.getRunMode()static RunModeReturns 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.Methods in org.apache.maven.surefire.api.report with parameters of type RunModeModifier and TypeMethodDescriptionstatic SimpleReportEntrySimpleReportEntry.assumption(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, String message) static SimpleReportEntrySimpleReportEntry.ignored(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, String message) static TestSetReportEntryCategorizedReportEntry.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 SimpleReportEntrySimpleReportEntry.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) 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 TypeMethodDescriptionvoidAbstractStreamEncoder.encode(CharsetEncoder encoder, ByteBuffer result, E operation, RunMode runMode, Long testRunId, String... messages) voidAbstractStreamEncoder.encodeHeader(ByteBuffer result, E operation, RunMode runMode, Long testRunId) intAbstractStreamEncoder.estimateBufferLength(int opcodeLength, RunMode runMode, CharsetEncoder encoder, int integersCounter, int longsCounter, String... strings)