- SC - Annotation Type in org.jvnet.testing.hk2mockito
-
@SC (Service Collaborator) annotation is used on fields and
methods of a Test class to inject spies of the @SUT's
collaborating services.
- SpyCacheKey - Class in org.jvnet.testing.hk2mockito.internal
-
Cache key for spies created.
- SpyCacheKey(Type, Object) - Constructor for class org.jvnet.testing.hk2mockito.internal.SpyCacheKey
-
- SpyService - Class in org.jvnet.testing.hk2mockito.internal
-
A helper service for creating SUT, SC, or regular service.
- SUT - Annotation Type in org.jvnet.testing.hk2mockito
-
@SUT (Service Under Test) is an annotation used on fields and
methods of a Test class to inject a spy of the real service.