Package net.jqwik.engine.execution
Class RecordingExecutionListener
java.lang.Object
net.jqwik.engine.execution.RecordingExecutionListener
- All Implemented Interfaces:
PropertyExecutionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecutionFinished(org.junit.platform.engine.TestDescriptor testDescriptor, net.jqwik.api.lifecycle.PropertyExecutionResult executionResult) voidexecutionSkipped(org.junit.platform.engine.TestDescriptor testDescriptor, String reason) voidexecutionStarted(org.junit.platform.engine.TestDescriptor testDescriptor) voidreportingEntryPublished(org.junit.platform.engine.TestDescriptor testDescriptor, org.junit.platform.engine.reporting.ReportEntry entry)
-
Method Details
-
executionSkipped
public void executionSkipped(org.junit.platform.engine.TestDescriptor testDescriptor, 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
-