Class 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, java.lang.reflect.Method propertyMethod, java.lang.Class<?> containerClass, PropertyConfiguration configuration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • 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

      • PropertyMethodDescriptor

        public PropertyMethodDescriptor​(org.junit.platform.engine.UniqueId uniqueId,
                                        java.lang.reflect.Method propertyMethod,
                                        java.lang.Class<?> containerClass,
                                        PropertyConfiguration configuration)
    • Method Detail

      • getType

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

        public java.lang.reflect.Method getTargetMethod()
      • getContainerClass

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

        public java.lang.String getLabel()
      • extendedLabel

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

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