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.
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 TestSourceDynamicContainerTestDescriptor.testSourceMethods 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, 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, DynamicContainer dynamicContainer, TestSource testSource, DynamicDescendantFilter dynamicDescendantFilter, JupiterConfiguration configuration) (package private)DynamicNodeTestDescriptor(UniqueId uniqueId, int index, DynamicNode dynamicNode, TestSource testSource, JupiterConfiguration configuration) (package private)DynamicTestTestDescriptor(UniqueId uniqueId, int index, 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 TypeInterfaceDescriptioninterfaceFile system basedTestSource.interfaceATestSourcethat can be represented as aURI.Classes in org.junit.platform.engine.support.descriptor that implement TestSourceModifier and TypeClassDescriptionclassClasspath resource basedTestSourcewith an optional position.classClass basedTestSourcewith an optional file position.classACompositeTestSourcecontains one or moreTestSources.(package private) classDefault implementation ofUriSource.classDirectory basedTestSource.classFile basedTestSourcewith an optional position.classMethod basedTestSource.classPackage 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 CompositeTestSourceCompositeTestSource.from(Collection<? extends TestSource> sources) Create a newCompositeTestSourcebased on the supplied collection ofsources.Constructors in org.junit.platform.engine.support.descriptor with parameters of type TestSourceModifierConstructorDescriptionprotectedAbstractTestDescriptor(UniqueId uniqueId, String displayName, TestSource source) Create a newAbstractTestDescriptorwith the suppliedUniqueId, display name, and source.Constructor parameters in org.junit.platform.engine.support.descriptor with type arguments of type TestSourceModifierConstructorDescriptionprivateCompositeTestSource(Collection<? extends TestSource> sources) -
Uses of TestSource in org.junit.platform.launcher
Fields in org.junit.platform.launcher declared as TestSourceModifier and TypeFieldDescriptionprivate final TestSourceTestIdentifier.SerializedForm.sourceprivate TestSourceTestIdentifier.sourceMethods 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 TestSourceModifierConstructorDescriptionprivateTestIdentifier(UniqueId uniqueId, String displayName, TestSource source, Set<TestTag> tags, TestDescriptor.Type type, UniqueId parentId, String legacyReportingName) -
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.testSourceCacheMethods in org.junit.vintage.engine.descriptor that return TestSourceModifier and TypeMethodDescriptionprivate TestSourceTestSourceProvider.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)