Uses of Interface
org.junit.platform.engine.support.descriptor.UriSource
-
Packages that use UriSource 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 UriSource in org.junit.platform.engine.support.descriptor
Subinterfaces of UriSource in org.junit.platform.engine.support.descriptor Modifier and Type Interface Description interface
FileSystemSource
File system basedTestSource
.Classes in org.junit.platform.engine.support.descriptor that implement UriSource Modifier and Type Class Description class
DirectorySource
Directory basedTestSource
.class
FileSource
File basedTestSource
with an optional position.Methods in org.junit.platform.engine.support.descriptor that return UriSource Modifier and Type Method Description static UriSource
UriSource. from(URI uri)
Create a newUriSource
using the suppliedURI
.
-