public class PropertyMethodDescriptor
extends org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
| Constructor and Description |
|---|
PropertyMethodDescriptor(org.junit.platform.engine.UniqueId uniqueId,
java.lang.reflect.Method propertyMethod,
java.lang.Class containerClass,
PropertyConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
extendedLabel() |
java.lang.reflect.AnnotatedElement |
getAnnotatedElement() |
PropertyConfiguration |
getConfiguration() |
java.lang.Class<?> |
getContainerClass() |
java.util.Set<net.jqwik.api.domains.Domain> |
getDomains() |
java.lang.String |
getLabel() |
net.jqwik.api.Reporting[] |
getReporting() |
java.util.Set<org.junit.platform.engine.TestTag> |
getTags() |
java.lang.reflect.Method |
getTargetMethod() |
org.junit.platform.engine.TestDescriptor.Type |
getType() |
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetJqwikParentaccept, addChild, containsTests, findByUniqueId, getChildren, getDescendants, getDisplayName, getLegacyReportingName, getParent, getSource, getUniqueId, isContainer, isRoot, isTest, mayRegisterTests, prune, removeChild, removeFromHierarchy, setParentpublic PropertyMethodDescriptor(org.junit.platform.engine.UniqueId uniqueId,
java.lang.reflect.Method propertyMethod,
java.lang.Class containerClass,
PropertyConfiguration configuration)
public org.junit.platform.engine.TestDescriptor.Type getType()
getType in interface org.junit.platform.engine.TestDescriptorpublic PropertyConfiguration getConfiguration()
public java.lang.reflect.Method getTargetMethod()
public java.lang.Class<?> getContainerClass()
public java.lang.String getLabel()
public java.lang.String extendedLabel()
public java.util.Set<org.junit.platform.engine.TestTag> getTags()
getTags in interface org.junit.platform.engine.TestDescriptorgetTags in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptorpublic java.util.Set<net.jqwik.api.domains.Domain> getDomains()
getDomains in interface JqwikDescriptorpublic net.jqwik.api.Reporting[] getReporting()
public java.lang.reflect.AnnotatedElement getAnnotatedElement()
getAnnotatedElement in interface JqwikDescriptor