Uses of Enum
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 TypeMethodDescriptionvoidvoidvoidForkClient.SystemPropertiesListener.handle(String key, String value, RunMode runMode, Long testRunId) voidForkedProcessPropertyEventListener.handle(String key, String value, RunMode runMode, Long testRunId) voidForkedProcessStandardOutErrEventListener.handle(String output, boolean newLine, RunMode runMode, Long testRunId) private voidForkClient.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 RunModeAbstractStandardStreamEvent.runModeprivate final RunModeSystemPropertyEvent.runModeMethods 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
Fields in org.apache.maven.surefire.api.report declared as RunModeModifier and TypeFieldDescriptionprivate final RunModeSimpleReportEntry.runModeprivate final RunModeTestOutputReportEntry.runModeMethods 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) privateSimpleReportEntry(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 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) -
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) ByteBufferEventChannelEncoder.encodeMessage(ForkedProcessEventType eventType, RunMode runMode, Long testRunId, String message) (package private) voidEventChannelEncoder.encodeSystemProperties(Map<String, String> sysProps, RunMode runMode, Long testRunId) private voidEventChannelEncoder.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 RunModeTestSet.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_MODESMethods 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 TestSetReportEntryEventDecoder.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