Uses of Class
org.junit.platform.engine.support.descriptor.DirectorySource
-
Packages that use DirectorySource 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 DirectorySource in org.junit.platform.engine.support.descriptor
Methods in org.junit.platform.engine.support.descriptor that return DirectorySource Modifier and Type Method Description static DirectorySource
DirectorySource. from(File directory)
Create a newDirectorySource
using the supplied directory.
-