{
// _classPool = new ClassPool();
_classFactoryClassPool = new ClassFactoryClassPool(_contextClassLoader);
_loader = new TestPackageAwareLoader(_contextClassLoader, _classFactoryClassPool);
// Inside Maven Surefire, the system classpath is not sufficient to find all
// the necessary files.
_classFactoryClassPool.appendClassPath(new LoaderClassPath(_loader));