ab.setBus(bus);
abr.register(new QName("http://cxf.apache.org/test/assertions", "A"), ab);
abr.register(new QName("http://cxf.apache.org/test/assertions", "B"), ab);
abr.register(new QName("http://cxf.apache.org/test/assertions", "C"), ab);
PolicyBuilderImpl pb = new PolicyBuilderImpl();
pb.setAssertionBuilderRegistry(abr);
app = new Wsdl11AttachmentPolicyProvider(bus);
app.setBuilder(pb);
app.setRegistry(new PolicyRegistryImpl());
control.replay();