Class PicocliJunit
java.lang.Object
io.micronaut.starter.feature.picocli.test.junit.PicocliJunit
- 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.junit.enabled",
value="true",
defaultValue="true")
@Singleton
public class PicocliJunit
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) getJunitRockerModelProvider(Project project) com.fizzed.rocker.RockerModelgetName()The name of the feature.getTemplate(Language language, 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
-
PicocliJunit
public PicocliJunit()
-
-
Method Details
-
getName
-
doApply
- Specified by:
doApplyin interfaceTestFeature
-
getTestFramework
- Specified by:
getTestFrameworkin interfaceTestFeature
-
getJunitRockerModelProvider
-
getModel
-
getTemplate
-