| Annotation Type | Description |
|---|---|
| MockInBean |
Annotation used to inject a mockito
Mock in a Spring Bean for the duration of a test. |
| MockInBeans |
Container annotation that aggregates several
@MockInBean annotations. |
| SpyInBean |
Annotation used to inject a
Spy of a Spring Bean in another Spring Bean for the duration of a test. |
| SpyInBeans |
Container annotation that aggregates several
@SpyInBean annotations. |
Copyright © 2021. All rights reserved.