@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, wait
apply, getOrder, isJunit, isKoTest, isKotlinTestFramework, isSpock, isVisible, shouldApply, supports
getCategory, getDescription, getMicronautDocumentation, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, processSelectedFeatures
protected 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()
Feature
public void doApply(GeneratorContext generatorContext)
doApply
in interface TestFeature
public TestFramework getTestFramework()
getTestFramework
in interface TestFeature