Class ExecutionRecorder

java.lang.Object
org.junit.platform.testkit.engine.ExecutionRecorder
All Implemented Interfaces:
EngineExecutionListener

@API(status=MAINTAINED, since="1.7") public class ExecutionRecorder extends Object implements EngineExecutionListener
ExecutionRecorder is an EngineExecutionListener that records data from every event that occurs during the engine execution lifecycle and provides functionality for retrieving execution state via EngineExecutionResults.
Since:
1.4
See Also:
EngineExecutionResults, Event, Execution
  • Constructor Details

    • ExecutionRecorder

      public ExecutionRecorder()
  • Method Details