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
ConstructorsConstructorDescriptionJmcClassTestDescriptor(Class<?> testClass, org.junit.platform.engine.TestDescriptor parent, boolean selfDiscovery) -
Method Summary
Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.junit.platform.engine.TestDescriptor
accept, getAncestors, getDescendants, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prune
-
Constructor Details
-
JmcClassTestDescriptor
public JmcClassTestDescriptor(Class<?> testClass, org.junit.platform.engine.TestDescriptor parent, boolean selfDiscovery) throws JmcCheckerException - Throws:
JmcCheckerException
-
-
Method Details
-
getConfigAnnotation
-
getType
public org.junit.platform.engine.TestDescriptor.Type getType()
-