Class PicocliSpock
java.lang.Object
io.micronaut.starter.feature.picocli.test.spock.PicocliSpock
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, DefaultFeature, Feature, PicocliTestFeature, TestFeature
@Requires(property="micronaut.starter.feature.picocli.spock.enabled",
value="true",
defaultValue="true")
@Singleton
public class PicocliSpock
extends Object
implements PicocliTestFeature
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEFields inherited from interface PicocliTestFeature
PATH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoApply(GeneratorContext generatorContext) com.fizzed.rocker.RockerModelgetName()The name of the feature.getTemplate(Project project) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DefaultFeature
getTargetFrameworkMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getCategory, getDescription, getMicronautDocumentation, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, processSelectedFeaturesMethods inherited from interface PicocliTestFeature
getOrder, supportsMethods inherited from interface TestFeature
apply, isJunit, isKoTest, isKotlinTestFramework, isSpock, isVisible, shouldApply
-
Constructor Details
-
PicocliSpock
public PicocliSpock()
-
-
Method Details
-
getName
-
doApply
- Specified by:
doApplyin interfaceTestFeature
-
getTestFramework
- Specified by:
getTestFrameworkin interfaceTestFeature
-
getModel
-
getTemplate
-