Package io.quarkus.test.junit.mockito
-
Annotation Types Summary Annotation Type Description InjectMock Deprecated, for removal: This API element is subject to removal in a future version. UseInjectMockandMockitoConfiginstead.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 representsMockitoConfig This annotation can be used to configure a Mockito mock injected in a field of a test class that is annotated withInjectMock.