| 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(java.lang.Package javaPackage)
Create a new
PackageSource using the supplied Java Package. |
static PackageSource |
PackageSource.from(java.lang.String packageName)
Create a new
PackageSource using the supplied packageName. |