Package io.quarkus.test.junit.mockito


package io.quarkus.test.junit.mockito
  • Annotation Interfaces
    Class
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use InjectMock and MockitoConfig instead.
    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
    This annotation can be used to configure a Mockito mock injected in a field of a test class that is annotated with InjectMock.