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. |
Modifier and Type | Method | Description |
---|---|---|
static ClasspathResourceSource |
ClasspathResourceSource.from(String classpathResourceName) |
Create a new
ClasspathResourceSource using the supplied classpath
resource name. |
static ClasspathResourceSource |
ClasspathResourceSource.from(String classpathResourceName,
FilePosition filePosition) |
Create a new
ClasspathResourceSource using the supplied classpath
resource name and FilePosition . |
static ClasspathResourceSource |
ClasspathResourceSource.from(URI uri) |
Create a new
ClasspathResourceSource from the supplied URI . |
Copyright © 2019. All rights reserved.