Quarkus - Test framework - JUnit 5 - Mockito 1.11.0.Final
- Summary:
- Field |
- Required |
- Optional
-
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface InjectMock
When used on a field of a test class, the field becomes a Mockito mock,
that is then used to mock the normal scoped bean which the field represents
Quarkus - Test framework - JUnit 5 - Mockito 1.11.0.Final
- Summary:
- Field |
- Required |
- Optional
Copyright © 2021 JBoss by Red Hat. All rights reserved.