Class JqwikEngineDescriptor

java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
org.junit.platform.engine.support.descriptor.EngineDescriptor
net.jqwik.engine.descriptor.JqwikEngineDescriptor
All Implemented Interfaces:
org.junit.platform.engine.TestDescriptor

public class JqwikEngineDescriptor extends org.junit.platform.engine.support.descriptor.EngineDescriptor
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.junit.platform.engine.TestDescriptor

    org.junit.platform.engine.TestDescriptor.Type, org.junit.platform.engine.TestDescriptor.Visitor
  • Field Summary

    Fields inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

    children
  • Constructor Summary

    Constructors
    Constructor
    Description
    JqwikEngineDescriptor(org.junit.platform.engine.UniqueId uniqueId, JqwikConfiguration configuration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.junit.platform.engine.support.descriptor.EngineDescriptor

    getType

    Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

    addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.junit.platform.engine.TestDescriptor

    accept, getDescendants, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prune
  • Constructor Details

    • JqwikEngineDescriptor

      public JqwikEngineDescriptor(org.junit.platform.engine.UniqueId uniqueId, JqwikConfiguration configuration)
  • Method Details