Class InstancioQuickcheckTestMethodTestDescriptor

java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
org.instancio.quickcheck.internal.descriptor.InstancioQuickcheckTestMethodTestDescriptor
All Implemented Interfaces:
org.junit.platform.engine.TestDescriptor

@ExperimentalApi public class InstancioQuickcheckTestMethodTestDescriptor 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
    InstancioQuickcheckTestMethodTestDescriptor(org.junit.platform.engine.UniqueId uniqueId, Class<?> testClass, Method testMethod)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    final Set<org.junit.platform.engine.TestTag>
     
    final Class<?>
     
    final Method
     
    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 org.junit.platform.engine.TestDescriptor

    accept, getAncestors, getDescendants, isContainer, isRoot, isTest, mayRegisterTests, prune
  • Constructor Details

    • InstancioQuickcheckTestMethodTestDescriptor

      public InstancioQuickcheckTestMethodTestDescriptor(org.junit.platform.engine.UniqueId uniqueId, Class<?> testClass, Method testMethod)
  • Method Details

    • getTags

      public final 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
    • getTestClass

      public final Class<?> getTestClass()
    • getTestMethod

      public final Method getTestMethod()
    • getLegacyReportingName

      public String getLegacyReportingName()
    • getType

      public org.junit.platform.engine.TestDescriptor.Type getType()