Uses of Class
org.junit.platform.engine.support.descriptor.CompositeTestSource
Package
Description
TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.-
Uses of CompositeTestSource in org.junit.platform.engine.support.descriptor
Modifier and TypeMethodDescriptionstatic CompositeTestSource
CompositeTestSource.from
(Collection<? extends TestSource> sources) Create a newCompositeTestSource
based on the supplied collection ofsources
.