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, shouldApply
getCategory, getDescription, getMicronautDocumentation, getName, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, processSelectedFeatures
static final java.lang.String PATH
default int getOrder()
Feature
FeaturePhase
for a list of phases to choose from.getOrder
in interface Feature
getOrder
in interface io.micronaut.core.order.Ordered
getOrder
in interface TestFeature
default boolean supports(ApplicationType applicationType)
Feature
supports
in interface Feature
supports
in interface TestFeature
applicationType
- The application type