Package org.powermock.api.extension.listener
-
Interface Summary Interface Description AnnotationMockCreator MockMetadata -
Class Summary Class Description AnnotationEnabler Before each test method all fields annotated withMock
,Mock
,Mock
MockNice
orMockStrict
will have mock objects created for them and injected to the fields.AnnotationGlobalMetadata AnnotationMockCreatorFactory AnnotationMockMetadata AnnotationMockScanner DefaultInjectFieldSearcher EasyMockAnnotationSupport This class works like asEasyMockSupport
and is used to create and inject mocks to annotated fields of an instance of test class.TestSubjectInjector The class injects mocks created withMock
,Mock
to fields of objects which is annotated withTestSubject
TestSubjectInjector.InjectionTarget -
Exception Summary Exception Description AnnotationEnabler Before each test method all fields annotated withMock
,org.mockito.Mock
orMock
have mock objects created for them and injected to the fields.