"Domain class loader must not be null",
_configuration.getDomainClassLoader());
}
public void testNewInstanceClassLoaderClassLoader() {
Configuration c = XMLConfiguration.newInstance(null, null);
Assert.assertNotNull(
"Configuration must exist after call to newInstance()", c);
// Assert.assertNotNull(
// "Application class loader must not be null",
// c.getApplicationClassLoader());