Class Junit
java.lang.Object
io.micronaut.starter.feature.test.Junit
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, DefaultFeature, Feature, TestFeature
@Requires(property="micronaut.starter.feature.junit.enabled",
value="true",
defaultValue="true")
@Singleton
public class Junit
extends Object
implements TestFeature
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoApply(GeneratorContext generatorContext) @NonNull StringgetName()The name of the feature.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 TestFeature
apply, getOrder, isJunit, isKoTest, isKotlinTestFramework, isSpock, isVisible, shouldApply, supports
-
Constructor Details
-
Junit
public Junit()
-
-
Method Details
-
getName
-
doApply
- Specified by:
doApplyin interfaceTestFeature
-
getTestFramework
- Specified by:
getTestFrameworkin interfaceTestFeature
-