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 ClasspathResourceSourceCreate a newClasspathResourceSourceusing the supplied classpath resource name.static ClasspathResourceSourceClasspathResourceSource.from(String classpathResourceName, FilePosition filePosition) Create a newClasspathResourceSourceusing the supplied classpath resource name andFilePosition.static ClasspathResourceSourceCreate a newClasspathResourceSourcefrom the suppliedURI.