Uses of Class
org.junit.platform.engine.support.descriptor.ClasspathResourceSource
-
Packages that use ClasspathResourceSource 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 ClasspathResourceSource in org.junit.platform.engine.support.descriptor
Methods in org.junit.platform.engine.support.descriptor that return ClasspathResourceSource Modifier and Type Method Description static ClasspathResourceSource
ClasspathResourceSource. from(String classpathResourceName)
Create a newClasspathResourceSource
using the supplied classpath resource name.static ClasspathResourceSource
ClasspathResourceSource. from(String classpathResourceName, FilePosition filePosition)
Create a newClasspathResourceSource
using the supplied classpath resource name andFilePosition
.static ClasspathResourceSource
ClasspathResourceSource. from(URI uri)
Create a newClasspathResourceSource
from the suppliedURI
.
-