public interface PicocliTestFeature extends TestFeature
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PATH |
| Modifier and Type | Method and Description |
|---|---|
default int |
getOrder()
The order of a feature controls the order in which it applies.
|
default boolean |
supports(ApplicationType applicationType)
This method must be implemented to ensure it is only selectable for the desired
application types.
|
apply, doApply, getTestFramework, isJunit, isKoTest, isKotlinTestFramework, isSpock, isVisible, shouldApplygetCategory, getDescription, getMicronautDocumentation, getName, getThirdPartyDocumentation, getTitle, isPreview, processSelectedFeaturesstatic final java.lang.String PATH
default int getOrder()
FeatureFeaturePhase
for a list of phases to choose from.getOrder in interface FeaturegetOrder in interface io.micronaut.core.order.OrderedgetOrder in interface TestFeaturedefault boolean supports(ApplicationType applicationType)
Featuresupports in interface Featuresupports in interface TestFeatureapplicationType - The application type