/*
* Get all elements (=keys) the ClassInfoResolver knows of. For these
* keys the SourceGenerator created ClassInfos in which we are
* interested.
*/
Enumeration enumeration = sgState.keys();
assertTrue(enumeration.hasMoreElements());
List cInfos = new ArrayList();
/*