if(null == instanceMap) {
instanceMap= Maps.newHashMap();
}
IAnnotationFinder annotationFinder = configuration.getAnnotationFinder();
ITestObjectFactory objectFactory = configuration.getObjectFactory();
//
// Find all the new classes and their corresponding instances
//
Set<Class<?>> allClasses= cim.getClasses();