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.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.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, 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 TestSourceModifierConstructorDescriptionClassTemplateInvocationTestDescriptor(UniqueId uniqueId, ClassTemplateTestDescriptor parent, org.junit.jupiter.api.extension.ClassTemplateInvocationContext invocationContext, int index, TestSource source, JupiterConfiguration configuration) (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
Fields in org.junit.platform.engine declared as TestSourceModifier and TypeFieldDescriptionprivate TestSourceDefaultDiscoveryIssue.Builder.sourceprivate final TestSourceDefaultDiscoveryIssue.sourceMethods in org.junit.platform.engine that return types with arguments of type TestSourceModifier and TypeMethodDescriptionTestDescriptor.getSource()Get the source of the test or container described by this descriptor, if available.DefaultDiscoveryIssue.source()DiscoveryIssue.source()Returns the source of this issue.Methods in org.junit.platform.engine with parameters of type TestSourceModifier and TypeMethodDescriptionDefaultDiscoveryIssue.Builder.source(TestSource source) DiscoveryIssue.Builder.source(TestSource source) Set theTestSourcefor theDiscoveryIssue.Method parameters in org.junit.platform.engine with type arguments of type TestSourceModifier and TypeMethodDescriptiondefault DiscoveryIssue.BuilderDiscoveryIssue.Builder.source(Optional<TestSource> source) Set theTestSourcefor theDiscoveryIssue. -
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.platform.launcher.core
Methods in org.junit.platform.launcher.core that return TestSourceModifier and TypeMethodDescriptionprivate static TestSourceDiscoveryIssueCollector.toSource(DiscoverySelector selector) -
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)