Package io.quarkus.test.junit.mockito
Annotation Type InjectSpy
-
@Target(FIELD) @Retention(RUNTIME) public @interface InjectSpy
When used on a field of a test class, the field becomes a Mockito spy, that is then used to spy on the normal scoped bean which the field represents