// Destroy existing context loaded by testXmlContextLoader()
JclContext.destroy();
JclContextLoader contextLoader = new DefaultContextLoader( jc );
contextLoader.loadContext();
// Test context
Object testObj = JclContext.get().loadClass( "org.xeustechnologies.jcl.test.Test" ).newInstance();
assertNotNull( testObj );
assertEquals( "org.xeustechnologies.jcl.JarClassLoader", testObj.getClass().getClassLoader().getClass()