Class JqwikExecutor


  • public class JqwikExecutor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JqwikExecutor​(LifecycleHooksRegistry registry, TestRunRecorder recorder, java.util.Set<org.junit.platform.engine.UniqueId> previousFailedTests, boolean useJunitPlatformReporter, boolean reportOnlyFailures)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.junit.platform.engine.TestDescriptor descriptor, org.junit.platform.engine.EngineExecutionListener engineExecutionListener)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JqwikExecutor

        public JqwikExecutor​(LifecycleHooksRegistry registry,
                             TestRunRecorder recorder,
                             java.util.Set<org.junit.platform.engine.UniqueId> previousFailedTests,
                             boolean useJunitPlatformReporter,
                             boolean reportOnlyFailures)
    • Method Detail

      • execute

        public void execute​(org.junit.platform.engine.TestDescriptor descriptor,
                            org.junit.platform.engine.EngineExecutionListener engineExecutionListener)