Package net.jqwik.engine.execution
Class RecordingExecutionListener
- java.lang.Object
-
- net.jqwik.engine.execution.RecordingExecutionListener
-
- All Implemented Interfaces:
PropertyExecutionListener
public class RecordingExecutionListener extends java.lang.Object implements PropertyExecutionListener
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecutionFinished(org.junit.platform.engine.TestDescriptor testDescriptor, net.jqwik.api.lifecycle.PropertyExecutionResult executionResult)voidexecutionSkipped(org.junit.platform.engine.TestDescriptor testDescriptor, java.lang.String reason)voidexecutionStarted(org.junit.platform.engine.TestDescriptor testDescriptor)voidreportingEntryPublished(org.junit.platform.engine.TestDescriptor testDescriptor, org.junit.platform.engine.reporting.ReportEntry entry)
-
-
-
Method Detail
-
executionSkipped
public void executionSkipped(org.junit.platform.engine.TestDescriptor testDescriptor, java.lang.String reason)- Specified by:
executionSkippedin interfacePropertyExecutionListener
-
executionStarted
public void executionStarted(org.junit.platform.engine.TestDescriptor testDescriptor)
- Specified by:
executionStartedin interfacePropertyExecutionListener
-
executionFinished
public void executionFinished(org.junit.platform.engine.TestDescriptor testDescriptor, net.jqwik.api.lifecycle.PropertyExecutionResult executionResult)- Specified by:
executionFinishedin interfacePropertyExecutionListener
-
reportingEntryPublished
public void reportingEntryPublished(org.junit.platform.engine.TestDescriptor testDescriptor, org.junit.platform.engine.reporting.ReportEntry entry)- Specified by:
reportingEntryPublishedin interfacePropertyExecutionListener
-
-