Uses of Class
org.apache.maven.surefire.api.event.Event
Packages that use Event
Package
Description
-
Uses of Event in org.apache.maven.plugin.surefire.booterclient.output
Subclasses of Event in org.apache.maven.plugin.surefire.booterclient.outputFields in org.apache.maven.plugin.surefire.booterclient.output declared as EventFields in org.apache.maven.plugin.surefire.booterclient.output with type parameters of type EventModifier and TypeFieldDescriptionprivate final ThreadedStreamConsumer.QueueSynchronizer<Event> ThreadedStreamConsumer.synchronizerprivate final EventHandler<Event> ThreadedStreamConsumer.Pumper.targetMethods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type EventModifier and TypeMethodDescriptionvoidForkClient.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 EventModifierConstructorDescription(package private)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 EventModifier and TypeFieldDescriptionprivate final EventHandler<Event> EventConsumerThread.eventHandlerprivate final EventHandler<Event> SurefireForkChannel.EventBindings.eventHandlerMethod parameters in org.apache.maven.plugin.surefire.extensions with type arguments of type EventModifier and TypeMethodDescriptionvoidLegacyForkChannel.bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, ReadableByteChannel stdOut) voidSurefireForkChannel.bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdown, ReadableByteChannel stdOut) Constructor parameters in org.apache.maven.plugin.surefire.extensions with type arguments of type EventModifierConstructorDescriptionprivateEventBindings(EventHandler<Event> eventHandler, CountdownCloseable countdown) EventConsumerThread(String threadName, 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.eventModifier and TypeClassDescriptionclassThe base class of an event.classThe base class of an event of standard streams.classAbstractTestControlEvent<T extends ReportEntry>The base class of an event of test control.final classThe event with a message for console debug level.final classThe event with a message for console error level.final classThe event with a message for console info level.final classThe event with a message for console warning level.final classThe control event of bye.final classThe control event of requesting a next test.final classThe control event of stopping on next test.final classThe event for the JVM exit error.final classThe event of standard error stream.final classThe event of standard error stream with new line.final classThe event of standard output stream.final classThe event of standard output stream with new line.final classThe event of system property.final classThe event for the failed assumption.final classThe event for the erroneous test.final classThe event for the failed test.final classThe event for completed testset.final classThe event for started testset.final classThe event for the skipped test.final classThe event for started test.final classThe 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 EventModifier and TypeMethodDescriptionabstract voidForkChannel.bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, 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 EventModifier and TypeMethodDescriptionEventDecoder.decode(AbstractStreamDecoder<Event, ForkedProcessEventType, SegmentType>.Memento memento) protected final EventEventDecoder.toMessage(ForkedProcessEventType eventType, AbstractStreamDecoder<Event, ForkedProcessEventType, SegmentType>.Memento memento)