Uses of Class
org.junit.platform.engine.support.descriptor.ClassSource
-
Packages that use ClassSource 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 CommonTestExecutionListenerimplementations and related support classes for theLauncher. -
-
Uses of ClassSource in org.junit.platform.engine.support.descriptor
Methods in org.junit.platform.engine.support.descriptor that return ClassSource Modifier and Type Method Description static ClassSourceClassSource. from(java.lang.Class<?> javaClass)Create a newClassSourceusing the supplied class.static ClassSourceClassSource. from(java.lang.Class<?> javaClass, FilePosition filePosition)Create a newClassSourceusing the supplied class and file position.static ClassSourceClassSource. from(java.lang.String className)Create a newClassSourceusing the supplied class name.static ClassSourceClassSource. from(java.lang.String className, FilePosition filePosition)Create a newClassSourceusing the supplied class name and file position.static ClassSourceClassSource. from(java.net.URI uri)Create a newClassSourcefrom the suppliedURI. -
Uses of ClassSource in org.junit.platform.launcher.listeners
Methods in org.junit.platform.launcher.listeners that return ClassSource Modifier and Type Method Description private static ClassSourceLegacyReportingUtils. getClassSource(TestIdentifier current)Deprecated.
-