builder.newAddressingProperties(),
properties);
}
public void testGetAddressingConstants() throws Exception {
AddressingConstants constants = builder.newAddressingConstants();
assertNotNull("expected AddressingConstants ", constants);
assertNotSame("unexpected same constants",
builder.newAddressingConstants(),
constants);
}