@Target(FIELD)
@Retention(RUNTIME)
@Documented
public @interface TestSubject
EasyMockRunner
, EasyMockRule
or EasyMockSupport.injectMocks(Object)
will inject mocks created with Mock
on its fields.
See EasyMockSupport.injectMocks(Object)
for the injection rules.
Copyright © 2001-2019 EasyMock contributors. This documentation is provided under the terms of the Apache 2 licence.