Package | Description |
---|---|
org.powermock.api.easymock.powermocklistener | |
org.powermock.api.extension.listener |
Class and 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. |
Class and Description |
---|
AnnotationGlobalMetadata |
AnnotationMockCreator |
AnnotationMockCreatorFactory |
AnnotationMockMetadata |
EasyMockAnnotationSupport
This class works like as
EasyMockSupport and is used to create and inject mocks to
annotated fields of an instance of test class. |
EasyMockAnnotationSupport.InjectFieldSearcher |
TestSubjectInjector.InjectionTarget |