Class ContainerClassDescriptor

  • All Implemented Interfaces:
    JqwikDescriptor, org.junit.platform.engine.TestDescriptor

    public class ContainerClassDescriptor
    extends org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
    implements JqwikDescriptor
    • 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
      ContainerClassDescriptor​(org.junit.platform.engine.UniqueId uniqueId, java.lang.Class<?> containerClass, boolean isGroup)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

        addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, 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, addChild, findByUniqueId, getChildren, getDescendants, getDisplayName, getLegacyReportingName, getParent, getSource, getUniqueId, isContainer, isRoot, isTest, mayRegisterTests, prune, removeChild, removeFromHierarchy, setParent
    • Constructor Detail

      • ContainerClassDescriptor

        public ContainerClassDescriptor​(org.junit.platform.engine.UniqueId uniqueId,
                                        java.lang.Class<?> containerClass,
                                        boolean isGroup)
    • Method Detail

      • getTags

        public java.util.Set<org.junit.platform.engine.TestTag> getTags()
        Specified by:
        getTags in interface org.junit.platform.engine.TestDescriptor
        Overrides:
        getTags in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
      • getDomains

        public java.util.Set<net.jqwik.api.domains.Domain> getDomains()
        Specified by:
        getDomains in interface JqwikDescriptor
      • getType

        public org.junit.platform.engine.TestDescriptor.Type getType()
        Specified by:
        getType in interface org.junit.platform.engine.TestDescriptor
      • getContainerClass

        public java.lang.Class<?> getContainerClass()
      • isGroup

        public boolean isGroup()