Interface PropertyExecutionListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void executionFinished​(org.junit.platform.engine.TestDescriptor testDescriptor, net.jqwik.api.lifecycle.PropertyExecutionResult executionResult)  
      void executionSkipped​(org.junit.platform.engine.TestDescriptor testDescriptor, java.lang.String reason)  
      void executionStarted​(org.junit.platform.engine.TestDescriptor testDescriptor)  
      void reportingEntryPublished​(org.junit.platform.engine.TestDescriptor testDescriptor, org.junit.platform.engine.reporting.ReportEntry entry)  
    • Method Detail

      • executionSkipped

        void executionSkipped​(org.junit.platform.engine.TestDescriptor testDescriptor,
                              java.lang.String reason)
      • executionStarted

        void executionStarted​(org.junit.platform.engine.TestDescriptor testDescriptor)
      • executionFinished

        void executionFinished​(org.junit.platform.engine.TestDescriptor testDescriptor,
                               net.jqwik.api.lifecycle.PropertyExecutionResult executionResult)
      • reportingEntryPublished

        void reportingEntryPublished​(org.junit.platform.engine.TestDescriptor testDescriptor,
                                     org.junit.platform.engine.reporting.ReportEntry entry)