Class KoTest

java.lang.Object
io.micronaut.starter.feature.test.KoTest
All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, DefaultFeature, Feature, TestFeature

@Singleton public class KoTest extends Object implements TestFeature
  • Field Details

    • ARTIFACT_ID_MICRONAUT_KOTEST5

      protected static final String ARTIFACT_ID_MICRONAUT_KOTEST5
      See Also:
    • DEPENDENCY_MICRONAUT_TEST_KOTEST

      protected static final Dependency DEPENDENCY_MICRONAUT_TEST_KOTEST
    • ARTIFACT_ID_KOTEST_RUNNER_JUNIT_5_JVM

      protected static final String ARTIFACT_ID_KOTEST_RUNNER_JUNIT_5_JVM
      See Also:
    • ARTIFACT_ID_KOTEST_ASSERTIONS_CORE_JVM

      protected static final String ARTIFACT_ID_KOTEST_ASSERTIONS_CORE_JVM
      See Also:
  • Constructor Details

    • KoTest

      public KoTest()
  • Method Details

    • getName

      @NonNull public @NonNull String getName()
      Description copied from interface: Feature
      The name of the feature. It must be unique.
      Specified by:
      getName in interface Feature
      Specified by:
      getName in interface io.micronaut.core.naming.Named
      Returns:
      the name of the feature
    • doApply

      public void doApply(GeneratorContext generatorContext)
      Specified by:
      doApply in interface TestFeature
    • getTestFramework

      public TestFramework getTestFramework()
      Specified by:
      getTestFramework in interface TestFeature
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface Feature
      Returns:
      The title of the feature
    • getMicronautDocumentation

      public String getMicronautDocumentation()
      Specified by:
      getMicronautDocumentation in interface Feature
      Returns:
      Returns a link to Micronaut documentation about the feature. eg. https://micronaut-projects.github.io/micronaut-cache/latest/guide/index.html#hazelcast
    • getThirdPartyDocumentation

      public String getThirdPartyDocumentation()
      Specified by:
      getThirdPartyDocumentation in interface Feature
      Returns:
      Returns a link to third party. E.g. https://hazelcast.org