Uses of Class
org.apache.maven.surefire.api.event.Event
-
-
Uses of Event in org.apache.maven.plugin.surefire.booterclient.output
Subclasses of Event in org.apache.maven.plugin.surefire.booterclient.output Modifier and Type Class Description private static classThreadedStreamConsumer.FinalEventFields in org.apache.maven.plugin.surefire.booterclient.output declared as Event Modifier and Type Field Description private static EventThreadedStreamConsumer. END_ITEMFields in org.apache.maven.plugin.surefire.booterclient.output with type parameters of type Event Modifier and Type Field Description private ThreadedStreamConsumer.QueueSynchronizer<Event>ThreadedStreamConsumer. synchronizerprivate EventHandler<Event>ThreadedStreamConsumer.Pumper. targetMethods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type Event Modifier and Type Method Description voidForkClient. handleEvent(Event event)voidThreadedStreamConsumer. handleEvent(Event event)voidForkedProcessEventNotifier. notifyEvent(Event event)private static booleanThreadedStreamConsumer. shouldStopQueueing(Event item)Compared item withThreadedStreamConsumer.END_ITEMby identity.Constructor parameters in org.apache.maven.plugin.surefire.booterclient.output with type arguments of type Event Constructor Description Pumper(EventHandler<Event> target)ThreadedStreamConsumer(EventHandler<Event> target) -
Uses of Event in org.apache.maven.plugin.surefire.extensions
Fields in org.apache.maven.plugin.surefire.extensions with type parameters of type Event Modifier and Type Field Description private EventHandler<Event>EventConsumerThread. eventHandlerprivate EventHandler<Event>SurefireForkChannel.EventBindings. eventHandlerMethod parameters in org.apache.maven.plugin.surefire.extensions with type arguments of type Event Modifier and Type Method Description voidLegacyForkChannel. bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, java.nio.channels.ReadableByteChannel stdOut)voidSurefireForkChannel. bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdown, java.nio.channels.ReadableByteChannel stdOut)Constructor parameters in org.apache.maven.plugin.surefire.extensions with type arguments of type Event Constructor Description EventBindings(EventHandler<Event> eventHandler, CountdownCloseable countdown)EventConsumerThread(java.lang.String threadName, java.nio.channels.ReadableByteChannel channel, EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, ForkNodeArguments arguments) -
Uses of Event in org.apache.maven.surefire.api.event
Subclasses of Event in org.apache.maven.surefire.api.event Modifier and Type Class Description classAbstractConsoleEventThe base class of an event.classAbstractStandardStreamEventThe base class of an event of standard streams.classAbstractTestControlEvent<T extends ReportEntry>The base class of an event of test control.classConsoleDebugEventThe event with a message for console debug level.classConsoleErrorEventThe event with a message for console error level.classConsoleInfoEventThe event with a message for console info level.classConsoleWarningEventThe event with a message for console warning level.classControlByeEventThe control event of bye.classControlNextTestEventThe control event of requesting a next test.classControlStopOnNextTestEventThe control event of stopping on next test.classJvmExitErrorEventThe event for the JVM exit error.classStandardStreamErrEventThe event of standard error stream.classStandardStreamErrWithNewLineEventThe event of standard error stream with new line.classStandardStreamOutEventThe event of standard output stream.classStandardStreamOutWithNewLineEventThe event of standard output stream with new line.classSystemPropertyEventThe event of system property.classTestAssumptionFailureEventThe event for the failed assumption.classTestErrorEventThe event for the erroneous test.classTestFailedEventThe event for the failed test.classTestsetCompletedEventThe event for completed testset.classTestsetStartingEventThe event for started testset.classTestSkippedEventThe event for the skipped test.classTestStartingEventThe event for started test.classTestSucceededEventThe event for succeeded test. -
Uses of Event in org.apache.maven.surefire.extensions
Method parameters in org.apache.maven.surefire.extensions with type arguments of type Event Modifier and Type Method Description abstract voidForkChannel. bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, java.nio.channels.ReadableByteChannel stdOut)Starts a Thread reading the events. -
Uses of Event in org.apache.maven.surefire.stream
Methods in org.apache.maven.surefire.stream that return Event Modifier and Type Method Description EventEventDecoder. decode(AbstractStreamDecoder.Memento memento)protected EventEventDecoder. toMessage(ForkedProcessEventType eventType, AbstractStreamDecoder.Memento memento)
-