Uses of Class
org.junit.platform.engine.support.descriptor.ClasspathResourceSource
Package
Description
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
Modifier and TypeMethodDescriptionstatic ClasspathResourceSource
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
Create a newClasspathResourceSource
from the suppliedURI
.