Class ConfigurationRule<T>

java.lang.Object
org.junit.rules.ExternalResource
de.hybris.platform.integrationservices.util.ConfigurationRule<T>
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor, org.junit.rules.TestRule

public class ConfigurationRule<T> extends org.junit.rules.ExternalResource implements net.sf.cglib.proxy.MethodInterceptor
A test rule that automatically restores configuration changes done by the tests. Type of the configuration service to be managed by this rule.