| 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 ClassSource |
ClassSource.from(java.lang.Class<?> javaClass) |
Create a new
ClassSource using the supplied
javaClass. |
static ClassSource |
ClassSource.from(java.lang.Class<?> javaClass,
FilePosition filePosition) |
|
static ClassSource |
ClassSource.from(java.lang.String className) |
Create a new
ClassSource using the supplied
className. |
static ClassSource |
ClassSource.from(java.lang.String className,
FilePosition filePosition) |
Create a new
ClassSource using the supplied
className and filePosition. |