Class AbstractMockStrategyBase
java.lang.Object
org.powermock.api.easymock.internal.mockstrategy.impl.AbstractMockStrategyBase
- All Implemented Interfaces:
MockStrategy
- Direct Known Subclasses:
DefaultMockStrategy
,NiceMockStrategy
,StrictMockStrategy
Base class that should be used by all mock strategies. Enables mocking of
signed classes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mockType
private final org.easymock.MockType mockType
-
-
Constructor Details
-
AbstractMockStrategyBase
public AbstractMockStrategyBase(org.easymock.MockType mockType)
-
-
Method Details
-
createMockControl
- Specified by:
createMockControl
in interfaceMockStrategy
-