@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 Dependency |
DEPENDENCY_MICRONAUT_TEST_KOTEST5 |
| Constructor and Description |
|---|
KoTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
doApply(GeneratorContext generatorContext) |
java.lang.String |
getMicronautDocumentation() |
java.lang.String |
getName()
The name of the feature.
|
TestFramework |
getTestFramework() |
java.lang.String |
getThirdPartyDocumentation() |
java.lang.String |
getTitle() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, getOrder, isJunit, isKoTest, isKotlinTestFramework, isSpock, isVisible, shouldApply, supportsgetCategory, getDescription, isCommunity, isPreview, processSelectedFeaturesprotected static final Dependency DEPENDENCY_MICRONAUT_TEST_KOTEST5
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 TestFeaturepublic java.lang.String getTitle()
public java.lang.String getMicronautDocumentation()
getMicronautDocumentation in interface Featurepublic java.lang.String getThirdPartyDocumentation()
getThirdPartyDocumentation in interface Feature