| Class | Description |
|---|---|
| HK2MockitoInjectionResolver |
This class is a custom resolver that creates or finds services and wraps in a
spy.
|
| Annotation Type | Description |
|---|---|
| MC |
@MC (Mock Collaborator) annotation is used on fields and methods
of a Test class to inject a mock of the @SUT's collaborating
services.
|
| SC |
@SC (Service Collaborator) annotation is used on fields and
methods of a Test class to inject spies of the @SUT's
collaborating services.
|
| SUT |
@SUT (Service Under Test) is an annotation used on fields and
methods of a Test class to inject a spy of the real service.
|
Copyright © 2009–2019 Oracle Corporation. All rights reserved.