Class ContainerClassDescriptor

java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
net.jqwik.engine.descriptor.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, Class<?> containerClass, boolean isGroup)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    Set<net.jqwik.api.domains.Domain>
     
    Set<org.junit.platform.engine.TestTag>
     
    org.junit.platform.engine.TestDescriptor.Type
     
    boolean
     

    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 net.jqwik.engine.descriptor.JqwikDescriptor

    getJqwikParent

    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 Details

    • ContainerClassDescriptor

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

    • getTags

      public 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 Set<net.jqwik.api.domains.Domain> getDomains()
      Specified by:
      getDomains in interface JqwikDescriptor
    • getAnnotatedElement

      public AnnotatedElement getAnnotatedElement()
      Specified by:
      getAnnotatedElement in interface JqwikDescriptor
    • getType

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

      public Class<?> getContainerClass()
    • isGroup

      public boolean isGroup()