assertEncodeDecodeCycle(ResolutionRuleTransform.class, transform);
}
public void testPopulated () {
final SimpleResolutionRuleTransform transform = new SimpleResolutionRuleTransform ();
transform.suppressRule("Foo");
transform.adjustRule("Bar", new EmptyFunctionParameters(), null, null);
transform.adjustRule("Bar", null, ApplyToAllTargets.INSTANCE, null);
transform.adjustRule("Bar", null, null, 42);
transform.adjustRule("Cow", new EmptyFunctionParameters(), ApplyToAllTargets.INSTANCE, -42);
assertEncodeDecodeCycle(ResolutionRuleTransform.class, transform);