Uses of Package
org.junit.platform.engine.support.descriptor
-
Packages that use org.junit.platform.engine.support.descriptor Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.platform.engine.support.descriptor TestDescriptor
-related support classes intended to be used by test engine implementations and clients of the launcher.org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
.org.junit.platform.launcher.listeners CommonTestExecutionListener
implementations and related support classes for theLauncher
.org.junit.vintage.engine.descriptor Test descriptors used within the JUnit Vintage test engine. -
Classes in org.junit.platform.engine.support.descriptor used by org.junit.jupiter.engine.descriptor Class Description AbstractTestDescriptor Abstract base implementation ofTestDescriptor
that may be used by customTestEngines
.EngineDescriptor MethodSource Method basedTestSource
. -
Classes in org.junit.platform.engine.support.descriptor used by org.junit.platform.engine.support.descriptor 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
.FilePosition FileSource File basedTestSource
with an optional position.FileSystemSource File system basedTestSource
.MethodSource Method basedTestSource
.PackageSource Package basedTestSource
.UriSource ATestSource
that can be represented as aURI
. -
Classes in org.junit.platform.engine.support.descriptor used by org.junit.platform.launcher.core Class Description AbstractTestDescriptor Abstract base implementation ofTestDescriptor
that may be used by customTestEngines
. -
Classes in org.junit.platform.engine.support.descriptor used by org.junit.platform.launcher.listeners Class Description ClassSource Class basedTestSource
with an optional file position. -
Classes in org.junit.platform.engine.support.descriptor used by org.junit.vintage.engine.descriptor Class Description AbstractTestDescriptor Abstract base implementation ofTestDescriptor
that may be used by customTestEngines
.EngineDescriptor