Package io.micronaut.test.annotation


package io.micronaut.test.annotation
  • Class
    Description
    Common annotation utilities.
    Value object for the values from any of the MicronautTest annotations.
    Annotation that can be applied on the method level in a test to define a Mock bean using Spock's mocking API.
    Annotation that can be applied to a test scenario to execute SQL against a test database prior to the sceario being run.
    The phase of the test to execute the SQL scripts.
    Wrapper annotation class to allow multiple Sql annotations per test class or method.
    Describes how transactions are handled for each test.