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 class
ThreadedStreamConsumer.FinalEvent
Fields in org.apache.maven.plugin.surefire.booterclient.output declared as Event Modifier and Type Field Description private static Event
ThreadedStreamConsumer. END_ITEM
Fields in org.apache.maven.plugin.surefire.booterclient.output with type parameters of type Event Modifier and Type Field Description private ThreadedStreamConsumer.QueueSynchronizer<Event>
ThreadedStreamConsumer. synchronizer
private EventHandler<Event>
ThreadedStreamConsumer.Pumper. target
Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type Event Modifier and Type Method Description void
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 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. eventHandler
private EventHandler<Event>
SurefireForkChannel.EventBindings. eventHandler
Method parameters in org.apache.maven.plugin.surefire.extensions with type arguments of type Event Modifier and Type Method Description void
LegacyForkChannel. bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, java.nio.channels.ReadableByteChannel stdOut)
void
SurefireForkChannel. 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 class
AbstractConsoleEvent
The base class of an event.class
AbstractStandardStreamEvent
The base class of an event of standard streams.class
AbstractTestControlEvent<T extends ReportEntry>
The base class of an event of test control.class
ConsoleDebugEvent
The event with a message for console debug level.class
ConsoleErrorEvent
The event with a message for console error level.class
ConsoleInfoEvent
The event with a message for console info level.class
ConsoleWarningEvent
The event with a message for console warning level.class
ControlByeEvent
The control event of bye.class
ControlNextTestEvent
The control event of requesting a next test.class
ControlStopOnNextTestEvent
The control event of stopping on next test.class
JvmExitErrorEvent
The event for the JVM exit error.class
StandardStreamErrEvent
The event of standard error stream.class
StandardStreamErrWithNewLineEvent
The event of standard error stream with new line.class
StandardStreamOutEvent
The event of standard output stream.class
StandardStreamOutWithNewLineEvent
The event of standard output stream with new line.class
SystemPropertyEvent
The event of system property.class
TestAssumptionFailureEvent
The event for the failed assumption.class
TestErrorEvent
The event for the erroneous test.class
TestFailedEvent
The event for the failed test.class
TestsetCompletedEvent
The event for completed testset.class
TestsetStartingEvent
The event for started testset.class
TestSkippedEvent
The event for the skipped test.class
TestStartingEvent
The event for started test.class
TestSucceededEvent
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 Event Modifier and Type Method Description abstract void
ForkChannel. 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 Event
EventDecoder. decode(AbstractStreamDecoder.Memento memento)
protected Event
EventDecoder. toMessage(ForkedProcessEventType eventType, AbstractStreamDecoder.Memento memento)
-