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
Constructors in org.junit.jupiter.engine.descriptor with parameters of type TestSourceModifierConstructorDescriptionClassTemplateInvocationTestDescriptor(UniqueId uniqueId, ClassTemplateTestDescriptor parent, ClassTemplateInvocationContext invocationContext, int index, 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 TestSourceModifier and TypeMethodDescriptionTestDescriptor.getSource()Get the source of the test or container described by this descriptor, if available.DiscoveryIssue.source()Returns the source of this issue.Methods in org.junit.platform.engine with parameters of type TestSourceModifier and TypeMethodDescriptionDiscoveryIssue.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.classDirectory basedTestSource.classFile basedTestSourcewith an optional position.classMethod basedTestSource.classPackage basedTestSource.Methods 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. -
Uses of TestSource in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return types with arguments of type TestSource -
Uses of TestSource in org.junit.vintage.engine.descriptor
Methods in org.junit.vintage.engine.descriptor that return TestSourceConstructors in org.junit.vintage.engine.descriptor with parameters of type TestSourceModifierConstructorDescriptionVintageTestDescriptor(UniqueId uniqueId, Description description, TestSource source)