for (Pair<TestMarshallerProvider, TestUnmarshallerProvider> pair : marshallerProviderPairs) {
if (pair == null) continue;
// Add this combination
c.add(new Object[] { pair.getA(), pair.getB(), configuration.clone() });
}
configuration.setClassResolver(new AbstractClassResolver() {
protected ClassLoader getClassLoader() {
return SimpleMarshallerTestFactory.class.getClassLoader();
}
public void annotateProxyClass(final Marshaller marshaller, final Class<?> proxyClass) throws IOException {