Class EasyMockConfiguration
java.lang.Object
org.powermock.api.easymock.EasyMockConfiguration
Configuration information about EasyMock framework and which feature is supported by version of EasyMock in runtime.
- Since:
- 1.6.5
-
Method Summary
-
Method Details
-
getConfiguration
-
isInjectMocksSupported
public boolean isInjectMocksSupported() -
isReallyEasyMock
public boolean isReallyEasyMock() -
isTestSubjectSupported
public boolean isTestSubjectSupported()
-