Package net.jqwik.engine.descriptor
Class PropertyMethodDescriptor
java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
net.jqwik.engine.descriptor.PropertyMethodDescriptor
- All Implemented Interfaces:
JqwikDescriptor,org.junit.platform.engine.TestDescriptor
public class PropertyMethodDescriptor
extends org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
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
ConstructorsConstructorDescriptionPropertyMethodDescriptor(org.junit.platform.engine.UniqueId uniqueId, Method propertyMethod, Class<?> containerClass, PropertyConfiguration configuration) -
Method Summary
Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.jqwik.engine.descriptor.JqwikDescriptor
getJqwikParentMethods inherited from interface org.junit.platform.engine.TestDescriptor
accept, addChild, findByUniqueId, getAncestors, getChildren, getDescendants, getDisplayName, getLegacyReportingName, getParent, getSource, getUniqueId, isContainer, isRoot, isTest, mayRegisterTests, prune, removeChild, removeFromHierarchy, setParent
-
Constructor Details
-
PropertyMethodDescriptor
public PropertyMethodDescriptor(org.junit.platform.engine.UniqueId uniqueId, Method propertyMethod, Class<?> containerClass, PropertyConfiguration configuration)
-
-
Method Details
-
getType
public org.junit.platform.engine.TestDescriptor.Type getType()- Specified by:
getTypein interfaceorg.junit.platform.engine.TestDescriptor
-
getConfiguration
-
getTargetMethod
-
getContainerClass
-
getLabel
-
extendedLabel
-
getTags
- Specified by:
getTagsin interfaceorg.junit.platform.engine.TestDescriptor- Overrides:
getTagsin classorg.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
getDomains
- Specified by:
getDomainsin interfaceJqwikDescriptor
-
getReporting
public net.jqwik.api.Reporting[] getReporting() -
getAnnotatedElement
- Specified by:
getAnnotatedElementin interfaceJqwikDescriptor
-