| Class | Description |
|---|---|
| AnnotationUtils |
Common annotation utilities.
|
| Annotation Type | Description |
|---|---|
| MicronautTest |
Annotation that can be applied to any Spock spec to make it a Micronaut test.
|
| MockBean |
Annotation that can be applied on the method level in a test to define a Mock bean using Spock's mocking API.
|