public static class RunEventReplay.AnotherThreadPrintingEventListener extends RunEventReplay.ThreadPrintingEventListener implements ReplayAware
Constructor and Description |
---|
RunEventReplay.AnotherThreadPrintingEventListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterReplay()
Invoked when a replay has finished.
|
void |
beforeReplay()
Invoked when a replay is started.
|
void |
onReplayFailed(Throwable cause)
Invoked when a replay has failed due to an exception.
|
onEvent
public RunEventReplay.AnotherThreadPrintingEventListener()
public void beforeReplay()
ReplayAware
beforeReplay
in interface ReplayAware
public void afterReplay()
ReplayAware
afterReplay
in interface ReplayAware
public void onReplayFailed(Throwable cause)
ReplayAware
onReplayFailed
in interface ReplayAware
cause
- The exception that stopped the replay;Copyright © 2010-2014. All Rights Reserved.