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.synchronizer
private final EventHandler<Event>
ThreadedStreamConsumer.Pumper.target
Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type EventModifier and TypeMethodDescriptionvoid
ForkClient.handleEvent
(Event event) void
ThreadedStreamConsumer.handleEvent
(Event event) void
ForkedProcessEventNotifier.notifyEvent
(Event event) private static boolean
ThreadedStreamConsumer.shouldStopQueueing
(Event item) Compared item withThreadedStreamConsumer.END_ITEM
by 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.eventHandler
private final EventHandler<Event>
SurefireForkChannel.EventBindings.eventHandler
Method parameters in org.apache.maven.plugin.surefire.extensions with type arguments of type EventModifier and TypeMethodDescriptionvoid
LegacyForkChannel.bindEventHandler
(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, ReadableByteChannel stdOut) void
SurefireForkChannel.bindEventHandler
(EventHandler<Event> eventHandler, CountdownCloseable countdown, ReadableByteChannel stdOut) Constructor parameters in org.apache.maven.plugin.surefire.extensions with type arguments of type EventModifierConstructorDescriptionprivate
EventBindings
(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 TypeClassDescriptionclass
The base class of an event.class
The base class of an event of standard streams.class
AbstractTestControlEvent<T extends ReportEntry>
The base class of an event of test control.final class
The event with a message for console debug level.final class
The event with a message for console error level.final class
The event with a message for console info level.final class
The event with a message for console warning level.final class
The control event of bye.final class
The control event of requesting a next test.final class
The control event of stopping on next test.final class
The event for the JVM exit error.final class
The event of standard error stream.final class
The event of standard error stream with new line.final class
The event of standard output stream.final class
The event of standard output stream with new line.final class
The event of system property.final class
The event for the failed assumption.final class
The event for the erroneous test.final class
The event for the failed test.final class
The event for completed testset.final class
The event for started testset.final class
The event for the skipped test.final class
The event for started test.final class
The 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 void
ForkChannel.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 Event
EventDecoder.toMessage
(ForkedProcessEventType eventType, AbstractStreamDecoder<Event, ForkedProcessEventType, SegmentType>.Memento memento)