Uses of Interface
org.junit.platform.engine.TestSource
Packages that use 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
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.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)