Package org.junit.platform.engine.support.descriptor
TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.-
Interface Summary Interface Description FileSystemSource File system basedTestSource
.UriSource ATestSource
that can be represented as aURI
. -
Class Summary Class Description AbstractTestDescriptor Abstract base implementation ofTestDescriptor
that may be used by customTestEngines
.ClasspathResourceSource Classpath resource basedTestSource
with an optional position.ClassSource Class basedTestSource
with an optional file position.CompositeTestSource ACompositeTestSource
contains one or moreTestSources
.DirectorySource Directory basedTestSource
.EngineDescriptor FilePosition FileSource File basedTestSource
with an optional position.MethodSource Method basedTestSource
.PackageSource Package basedTestSource
.