@Singleton public class KoTest extends java.lang.Object implements TestFeature
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ARTIFACT_ID_KOTEST_ASSERTIONS_CORE_JVM |
protected static java.lang.String |
ARTIFACT_ID_KOTEST_RUNNER_JUNIT_5_JVM |
protected static java.lang.String |
ARTIFACT_ID_MICRONAUT_TEST_KOTEST |
protected static Dependency |
DEPENDENCY_MICRONAUT_TEST_KOTEST |
| Constructor and Description |
|---|
KoTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
doApply(GeneratorContext generatorContext) |
java.lang.String |
getName()
The name of the feature.
|
TestFramework |
getTestFramework() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, getOrder, isJunit, isKoTest, isKotlinTestFramework, isSpock, isVisible, shouldApply, supportsgetCategory, getDescription, getMicronautDocumentation, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, processSelectedFeaturesprotected static final java.lang.String ARTIFACT_ID_MICRONAUT_TEST_KOTEST
protected static final Dependency DEPENDENCY_MICRONAUT_TEST_KOTEST
protected static final java.lang.String ARTIFACT_ID_KOTEST_RUNNER_JUNIT_5_JVM
protected static final java.lang.String ARTIFACT_ID_KOTEST_ASSERTIONS_CORE_JVM
@NonNull public java.lang.String getName()
Featurepublic void doApply(GeneratorContext generatorContext)
doApply in interface TestFeaturepublic TestFramework getTestFramework()
getTestFramework in interface TestFeature