Uses of Interface
org.junit.platform.engine.TestSource
Package
Description
Public API for test engines.
TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.Public API for configuring and launching test plans.
Test descriptors used within the JUnit Vintage test engine.
-
Uses of TestSource in org.junit.platform.engine
-
Uses of TestSource in org.junit.platform.engine.support.descriptor
Modifier and TypeInterfaceDescriptioninterface
File system basedTestSource
.interface
ATestSource
that can be represented as aURI
.Modifier and TypeClassDescriptionclass
Classpath resource basedTestSource
with an optional position.class
Class basedTestSource
with an optional file position.class
ACompositeTestSource
contains one or moreTestSources
.class
Directory basedTestSource
.class
File basedTestSource
with an optional position.class
Method basedTestSource
.class
Package basedTestSource
.Modifier and TypeMethodDescriptionAbstractTestDescriptor.getSource()
CompositeTestSource.getSources()
Get an immutable list of the sources stored in thisCompositeTestSource
.Modifier and TypeMethodDescriptionstatic CompositeTestSource
CompositeTestSource.from(Collection<? extends TestSource> sources)
Create a newCompositeTestSource
based on the supplied collection ofsources
.ModifierConstructorDescriptionprotected
AbstractTestDescriptor(UniqueId uniqueId, String displayName, TestSource source)
Create a newAbstractTestDescriptor
with the suppliedUniqueId
, display name, and source. -
Uses of TestSource in org.junit.platform.launcher
-
Uses of TestSource in org.junit.vintage.engine.descriptor
ModifierConstructorDescriptionVintageTestDescriptor(UniqueId uniqueId, Description description, TestSource source)