Uses of Class
org.junit.platform.engine.support.descriptor.ClassSource
Packages that use ClassSource
Package
Description
TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.Common
TestExecutionListener
implementations and related support classes for
the Launcher
.-
Uses of ClassSource in org.junit.platform.engine.support.descriptor
Methods in org.junit.platform.engine.support.descriptor that return ClassSourceModifier and TypeMethodDescriptionstatic ClassSource
Create a newClassSource
using the supplied class.static ClassSource
ClassSource.from
(Class<?> javaClass, FilePosition filePosition) static ClassSource
Create a newClassSource
using the supplied class name.static ClassSource
ClassSource.from
(String className, FilePosition filePosition) Create a newClassSource
using the supplied class name and file position.static ClassSource
Create a newClassSource
from the suppliedURI
. -
Uses of ClassSource in org.junit.platform.launcher.listeners
Methods in org.junit.platform.launcher.listeners that return ClassSourceModifier and TypeMethodDescriptionprivate static ClassSource
LegacyReportingUtils.getClassSource
(TestIdentifier current) Deprecated.