| 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. |
| Modifier and Type | Method and Description |
|---|---|
static PackageSource |
PackageSource.from(Package javaPackage)
Create a new
PackageSource using the supplied Java Package. |
static PackageSource |
PackageSource.from(String packageName)
Create a new
PackageSource using the supplied packageName. |