Uses of Enum Class
org.apache.maven.surefire.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
void
ForkClient.TestAssumptionFailureListener.handle
(RunMode runMode, ReportEntry reportEntry) void
ForkClient.TestErrorListener.handle
(RunMode runMode, ReportEntry reportEntry) void
ForkClient.TestFailedListener.handle
(RunMode runMode, ReportEntry reportEntry) void
ForkClient.TestSetCompletedListener.handle
(RunMode runMode, TestSetReportEntry reportEntry) void
ForkClient.TestSetStartingListener.handle
(RunMode runMode, TestSetReportEntry reportEntry) void
ForkClient.TestSkippedListener.handle
(RunMode runMode, ReportEntry reportEntry) void
ForkClient.TestStartingListener.handle
(RunMode runMode, ReportEntry reportEntry) void
ForkClient.TestSucceededListener.handle
(RunMode runMode, ReportEntry reportEntry) void
void
void
-
Uses of RunMode in org.apache.maven.plugin.surefire.report
Fields in org.apache.maven.plugin.surefire.report declared as RunModeMethods in org.apache.maven.plugin.surefire.report that return RunModeMethods in org.apache.maven.plugin.surefire.report with parameters of type RunMode -
Uses of RunMode in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as RunModeModifier and TypeFieldDescriptionprivate final RunMode
ForkedChannelEncoder.runMode
private RunMode
ForkingRunListener.runMode
Methods in org.apache.maven.surefire.booter that return RunModeMethods in org.apache.maven.surefire.booter with parameters of type RunModeModifier and TypeMethodDescription(package private) static StringBuilder
ForkedChannelEncoder.encode
(ForkedProcessEvent operation, RunMode runMode, String... args) private void
ForkedChannelEncoder.encode
(ForkedProcessEvent operation, RunMode runMode, ReportEntry reportEntry, boolean trimStackTraces) Constructors in org.apache.maven.surefire.booter with parameters of type RunMode -
Uses of RunMode in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 that return RunModeMethods in org.apache.maven.surefire.junit4 with parameters of type RunMode -
Uses of RunMode in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that return RunModeMethods in org.apache.maven.surefire.junitcore with parameters of type RunMode -
Uses of RunMode in org.apache.maven.surefire.report
Fields in org.apache.maven.surefire.report with type parameters of type RunModeMethods in org.apache.maven.surefire.report that return RunModeModifier and TypeMethodDescriptionMarks the listener with run mode, e.g.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.report that return types with arguments of type RunModeMethods in org.apache.maven.surefire.report with parameters of type RunMode