public class PowerMockConfiguration extends java.lang.Object implements Configuration<PowerMockConfiguration>
Configuration
Constructor and Description |
---|
PowerMockConfiguration() |
Modifier and Type | Method and Description |
---|---|
ByteCodeFramework |
getByteCodeFramework() |
java.lang.String[] |
getGlobalIgnore() |
PowerMockConfiguration |
merge(PowerMockConfiguration configuration)
Merge values of the configuration with values of
configuration . |
void |
setByteCodeFramework(ByteCodeFramework byteCodeFramework) |
void |
setGlobalIgnore(java.lang.String[] globalIgnore) |
public java.lang.String[] getGlobalIgnore()
public void setGlobalIgnore(java.lang.String[] globalIgnore)
public ByteCodeFramework getByteCodeFramework()
public void setByteCodeFramework(ByteCodeFramework byteCodeFramework)
public PowerMockConfiguration merge(PowerMockConfiguration configuration)
Configuration
configuration
.
Values with the same keys from the configuration
overwrite value in the current configuration.merge
in interface Configuration<PowerMockConfiguration>
configuration
- source configurations.Configuration
with merged values.