Class FieldTestDescriptor
java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
org.saynotobugs.confidence.junit5.engine.testengine.testdescriptor.FieldTestDescriptor
- All Implemented Interfaces:
org.junit.platform.engine.TestDescriptor,Testable
public final class FieldTestDescriptor
extends org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
implements Testable
A
TestDescriptor for Fields.-
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
ConstructorsConstructorDescriptionFieldTestDescriptor(org.junit.platform.engine.UniqueId uniqueId, Class<?> javaClass, Optional<com.github.javaparser.ast.CompilationUnit> testSource, Field javaField) -
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
-
FieldTestDescriptor
-
-
Method Details