public class ContainerClassDescriptor extends org.junit.platform.engine.support.descriptor.AbstractTestDescriptor implements JqwikDescriptor
| Constructor and Description |
|---|
ContainerClassDescriptor(org.junit.platform.engine.UniqueId uniqueId,
java.lang.Class<?> containerClass,
boolean isGroup) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.AnnotatedElement |
getAnnotatedElement() |
java.lang.Class<?> |
getContainerClass() |
java.util.Set<net.jqwik.api.domains.Domain> |
getDomains() |
java.util.Set<org.junit.platform.engine.TestTag> |
getTags() |
org.junit.platform.engine.TestDescriptor.Type |
getType() |
boolean |
isGroup() |
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 ContainerClassDescriptor(org.junit.platform.engine.UniqueId uniqueId,
java.lang.Class<?> containerClass,
boolean isGroup)
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 java.lang.reflect.AnnotatedElement getAnnotatedElement()
getAnnotatedElement in interface JqwikDescriptorpublic org.junit.platform.engine.TestDescriptor.Type getType()
getType in interface org.junit.platform.engine.TestDescriptorpublic java.lang.Class<?> getContainerClass()
public boolean isGroup()