Quarkus - Test framework - JUnit 5 - Mockito 1.7.1.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.7.1.Final
- Summary:
- Field |
- Required |
- Optional
Copyright © 2020 JBoss by Red Hat. All rights reserved.