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

    Constructors
    Constructor
    Description
    PropertyMethodDescriptor(org.junit.platform.engine.UniqueId uniqueId, Method propertyMethod, Class<?> containerClass, PropertyConfiguration configuration)
     
  • Method Summary

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

    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, 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:
      getType in interface org.junit.platform.engine.TestDescriptor
    • getConfiguration

      public PropertyConfiguration getConfiguration()
    • getTargetMethod

      public Method getTargetMethod()
    • getContainerClass

      public Class<?> getContainerClass()
    • getLabel

      public String getLabel()
    • extendedLabel

      public String extendedLabel()
    • 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
    • getReporting

      public net.jqwik.api.Reporting[] getReporting()
    • getAnnotatedElement

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