Quarkus - Test framework - JUnit 5 - Mockito 1.7.1.Final
- Summary:
- Field |
- Required |
- Optional
-
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface 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 represents
Quarkus - Test framework - JUnit 5 - Mockito 1.7.1.Final
- Summary:
- Field |
- Required |
- Optional
Copyright © 2020 JBoss by Red Hat. All rights reserved.