Uses of Class
org.junit.platform.engine.support.descriptor.ClasspathResourceSource
Packages that use 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
Methods in org.junit.platform.engine.support.descriptor that return ClasspathResourceSourceModifier 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
.