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.-
Uses of ClassSource in org.junit.platform.engine.support.descriptor
Methods in org.junit.platform.engine.support.descriptor that return ClassSourceModifier and TypeMethodDescriptionstatic ClassSourceCreate a newClassSourceusing the supplied class.static ClassSourceClassSource.from(Class<?> javaClass, FilePosition filePosition)static ClassSourceCreate a newClassSourceusing the supplied class name.static ClassSourceClassSource.from(String className, FilePosition filePosition)Create a newClassSourceusing the supplied class name and file position.static ClassSourceCreate a newClassSourcefrom the suppliedURI.