Package org.powermock.api.easymock
Class EasyMockConfiguration
- java.lang.Object
-
- org.powermock.api.easymock.EasyMockConfiguration
-
public class EasyMockConfiguration extends Object
Configuration information about EasyMock framework and which feature is supported by version of EasyMock in runtime.- Since:
- 1.6.5
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EasyMockConfiguration
getConfiguration()
boolean
isInjectMocksSupported()
boolean
isReallyEasyMock()
boolean
isTestSubjectSupported()
-
-
-
Method Detail
-
getConfiguration
public static EasyMockConfiguration getConfiguration()
-
isInjectMocksSupported
public boolean isInjectMocksSupported()
-
isReallyEasyMock
public boolean isReallyEasyMock()
-
isTestSubjectSupported
public boolean isTestSubjectSupported()
-
-