Class JmcClassTestDescriptor

java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
org.mpi_sws.jmc.integrations.junit5.descriptors.JmcClassTestDescriptor
All Implemented Interfaces:
org.junit.platform.engine.TestDescriptor

public class JmcClassTestDescriptor extends org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
A JUnit 5 test descriptor for a JMC class test.
  • 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
    JmcClassTestDescriptor(Class<?> testClass, org.junit.platform.engine.TestDescriptor parent, boolean selfDiscovery)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.junit.platform.engine.TestDescriptor.Type
     

    Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

    addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, 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, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prune
  • Constructor Details

  • Method Details

    • getConfigAnnotation

      public JmcCheckConfiguration getConfigAnnotation()
    • getType

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