Uses of Class
org.junit.platform.engine.support.descriptor.CompositeTestSource
-
Packages that use CompositeTestSource Package Description org.junit.platform.engine.support.descriptor 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
Methods in org.junit.platform.engine.support.descriptor that return CompositeTestSource Modifier and Type Method Description static CompositeTestSource
CompositeTestSource. from(Collection<? extends TestSource> sources)
Create a newCompositeTestSource
based on the supplied collection ofsources
.
-