| Class | Description |
|---|---|
| HK2MockitoSpyInjectionResolver |
This class is a custom resolver that creates or finds services and wraps in a
spy.
|
| Annotation Type | Description |
|---|---|
| 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–2014 Oracle Corporation. All rights reserved.