Package io.quarkus.test.junit.mockito
package io.quarkus.test.junit.mockito
-
Annotation InterfacesClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.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 representsThis annotation can be used to configure a Mockito mock injected in a field of a test class that is annotated with
InjectMock
.
InjectMock
andMockitoConfig
instead.