Uses of Interface
org.junit.platform.engine.TestSource
Packages that use TestSource
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
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.
Support for generating Open Test Reporting compatible XML event reports.
Test descriptors used within the JUnit Vintage test engine.
-
Uses of TestSource in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as TestSourceModifier and TypeFieldDescriptionprivate final TestSource
DynamicContainerTestDescriptor.testSource
Methods in org.junit.jupiter.engine.descriptor that return TestSourceMethods in org.junit.jupiter.engine.descriptor with parameters of type TestSourceModifier and TypeMethodDescription(package private) static Optional
<JupiterTestDescriptor> TestFactoryTestDescriptor.createDynamicDescriptor
(JupiterTestDescriptor parent, org.junit.jupiter.api.DynamicNode node, int index, TestSource defaultTestSource, DynamicDescendantFilter dynamicDescendantFilter, JupiterConfiguration configuration) Constructors in org.junit.jupiter.engine.descriptor with parameters of type TestSourceModifierConstructorDescription(package private)
DynamicContainerTestDescriptor
(UniqueId uniqueId, int index, org.junit.jupiter.api.DynamicContainer dynamicContainer, TestSource testSource, DynamicDescendantFilter dynamicDescendantFilter, JupiterConfiguration configuration) (package private)
DynamicNodeTestDescriptor
(UniqueId uniqueId, int index, org.junit.jupiter.api.DynamicNode dynamicNode, TestSource testSource, JupiterConfiguration configuration) (package private)
DynamicTestTestDescriptor
(UniqueId uniqueId, int index, org.junit.jupiter.api.DynamicTest dynamicTest, TestSource source, JupiterConfiguration configuration) (package private)
JupiterTestDescriptor
(UniqueId uniqueId, AnnotatedElement element, Supplier<String> displayNameSupplier, TestSource source, JupiterConfiguration configuration) (package private)
JupiterTestDescriptor
(UniqueId uniqueId, String displayName, TestSource source, JupiterConfiguration configuration) -
Uses of TestSource in org.junit.platform.engine
Methods in org.junit.platform.engine that return types with arguments of type TestSource -
Uses of TestSource in org.junit.platform.engine.support.descriptor
Subinterfaces of TestSource in org.junit.platform.engine.support.descriptorModifier and TypeInterfaceDescriptioninterface
File system basedTestSource
.interface
ATestSource
that can be represented as aURI
.Classes in org.junit.platform.engine.support.descriptor that implement TestSourceModifier and TypeClassDescriptionclass
Classpath resource basedTestSource
with an optional position.class
Class basedTestSource
with an optional file position.class
ACompositeTestSource
contains one or moreTestSources
.(package private) class
Default implementation ofUriSource
.class
Directory basedTestSource
.class
File basedTestSource
with an optional position.class
Method basedTestSource
.class
Package basedTestSource
.Fields in org.junit.platform.engine.support.descriptor declared as TestSourceFields in org.junit.platform.engine.support.descriptor with type parameters of type TestSourceMethods in org.junit.platform.engine.support.descriptor that return types with arguments of type TestSourceModifier and TypeMethodDescriptionAbstractTestDescriptor.getSource()
final List
<TestSource> CompositeTestSource.getSources()
Get an immutable list of the sources stored in thisCompositeTestSource
.Method parameters in org.junit.platform.engine.support.descriptor with type arguments of type TestSourceModifier and TypeMethodDescriptionstatic CompositeTestSource
CompositeTestSource.from
(Collection<? extends TestSource> sources) Create a newCompositeTestSource
based on the supplied collection ofsources
.Constructors in org.junit.platform.engine.support.descriptor with parameters of type TestSourceModifierConstructorDescriptionprotected
AbstractTestDescriptor
(UniqueId uniqueId, String displayName, TestSource source) Create a newAbstractTestDescriptor
with the suppliedUniqueId
, display name, and source.Constructor parameters in org.junit.platform.engine.support.descriptor with type arguments of type TestSourceModifierConstructorDescriptionprivate
CompositeTestSource
(Collection<? extends TestSource> sources) -
Uses of TestSource in org.junit.platform.launcher
Fields in org.junit.platform.launcher declared as TestSourceModifier and TypeFieldDescriptionprivate final TestSource
TestIdentifier.SerializedForm.source
private TestSource
TestIdentifier.source
Methods in org.junit.platform.launcher that return types with arguments of type TestSourceModifier and TypeMethodDescriptionTestIdentifier.getSource()
Get the source of the represented test or container, if available.Constructors in org.junit.platform.launcher with parameters of type TestSourceModifierConstructorDescriptionprivate
TestIdentifier
(UniqueId uniqueId, String displayName, TestSource source, Set<TestTag> tags, TestDescriptor.Type type, UniqueId parentId, String legacyReportingName) -
Uses of TestSource in org.junit.platform.reporting.open.xml
Methods in org.junit.platform.reporting.open.xml with parameters of type TestSourceModifier and TypeMethodDescriptionprivate void
OpenTestReportGeneratingListener.addTestSource
(TestSource source, org.opentest4j.reporting.events.core.Sources sources) -
Uses of TestSource in org.junit.vintage.engine.descriptor
Fields in org.junit.vintage.engine.descriptor declared as TestSourceFields in org.junit.vintage.engine.descriptor with type parameters of type TestSourceModifier and TypeFieldDescriptionprivate final Map
<org.junit.runner.Description, TestSource> TestSourceProvider.testSourceCache
Methods in org.junit.vintage.engine.descriptor that return TestSourceModifier and TypeMethodDescriptionprivate TestSource
TestSourceProvider.computeTestSource
(org.junit.runner.Description description) TestSourceProvider.findTestSource
(org.junit.runner.Description description) Constructors in org.junit.vintage.engine.descriptor with parameters of type TestSourceModifierConstructorDescription(package private)
VintageTestDescriptor
(UniqueId uniqueId, org.junit.runner.Description description, String displayName, TestSource source) VintageTestDescriptor
(UniqueId uniqueId, org.junit.runner.Description description, TestSource source)