Uses of Package
org.powermock.api.extension.listener
-
Classes in org.powermock.api.extension.listener used by org.powermock.api.easymock.powermocklistener 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. -
Classes in org.powermock.api.extension.listener used by org.powermock.api.extension Class Description MockMetadata -
Classes in org.powermock.api.extension.listener used by org.powermock.api.extension.listener Class Description AnnotationGlobalMetadata AnnotationMockCreator AnnotationMockCreatorFactory EasyMockAnnotationSupport This class works like asEasyMockSupport
and is used to create and inject mocks to annotated fields of an instance of test class.MockMetadata TestSubjectInjector.InjectionTarget -
Classes in org.powermock.api.extension.listener used by org.powermock.api.mockito.powermocklistener 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.