Package net.jqwik.engine.descriptor
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
ConstructorsConstructorDescriptionJqwikEngineDescriptor(org.junit.platform.engine.UniqueId uniqueId, JqwikConfiguration configuration) -
Method Summary
Methods inherited from class org.junit.platform.engine.support.descriptor.EngineDescriptor
getTypeMethods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.junit.platform.engine.TestDescriptor
accept, getAncestors, getDescendants, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prune
-
Constructor Details
-
JqwikEngineDescriptor
public JqwikEngineDescriptor(org.junit.platform.engine.UniqueId uniqueId, JqwikConfiguration configuration)
-
-
Method Details
-
getConfiguration
-