| Annotation Type | Description |
|---|---|
| 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
|
| 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
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.