Uses of Class
org.junit.platform.engine.support.descriptor.PackageSource
-
Packages that use PackageSource 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. -
-
Uses of PackageSource in org.junit.platform.engine.support.descriptor
Methods in org.junit.platform.engine.support.descriptor that return PackageSource Modifier and Type Method Description static PackageSource
PackageSource. from(Package javaPackage)
Create a newPackageSource
using the supplied JavaPackage
.static PackageSource
PackageSource. from(String packageName)
Create a newPackageSource
using the suppliedpackageName
.
-