| Class | Description |
|---|---|
| AnnotationUtils |
Common annotation utilities.
|
| MicronautTestValue |
Value object for the values from any of the MicronautTest annotations.
|
| Enum | Description |
|---|---|
| TransactionMode |
Describes how transactions are handled for each test.
|
| Annotation Type | Description |
|---|---|
| MockBean |
Annotation that can be applied on the method level in a test to define a Mock bean using Spock's mocking API.
|