Interface | Description |
---|---|
AnnotationMockCreator | |
MockMetadata |
Class | Description |
---|---|
AnnotationEnabler |
Before each test method all fields annotated with
Mock , Mock , Mock
MockNice or MockStrict will have mock objects created for
them and injected to the fields. |
AnnotationGlobalMetadata | |
AnnotationMockCreatorFactory | |
AnnotationMockMetadata | |
AnnotationMockScanner | |
DefaultInjectFieldSearcher | |
EasyMockAnnotationSupport |
This class works like as
EasyMockSupport and is used to create and inject mocks to
annotated fields of an instance of test class. |
TestSubjectInjector |
The class injects mocks created with
Mock , Mock
to fields of objects which is annotated with TestSubject |
TestSubjectInjector.InjectionTarget |