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. |
org.junit.platform.launcher.listeners |
Common
TestExecutionListener implementations and related support classes for
the Launcher . |
Modifier and Type | Method and Description |
---|---|
static ClassSource |
ClassSource.from(java.lang.Class<?> javaClass)
Create a new
ClassSource using the supplied class. |
static ClassSource |
ClassSource.from(java.lang.Class<?> javaClass,
FilePosition filePosition)
Create a new
ClassSource using the supplied class
and file position. |
static ClassSource |
ClassSource.from(java.lang.String className)
Create a new
ClassSource using the supplied class name. |
static ClassSource |
ClassSource.from(java.lang.String className,
FilePosition filePosition)
Create a new
ClassSource using the supplied class name and
file position. |
Modifier and Type | Method and Description |
---|---|
private static ClassSource |
LegacyReportingUtils.getClassSource(TestIdentifier current)
Deprecated.
|