}
try {
for ( Method method : methods ) {
Simulation simulation = (Simulation) method.invoke( object,
null );
for ( SimulationPath path : simulation.getPaths().values() ) {
for ( SimulationStep step : path.getSteps() ) {
for ( Command command : step.getCommands() ) {
if ( command instanceof TestGroupCommand ) {
String testName = ((TestGroupCommand) command).getName();
Description testGroupDescr = Description.createTestDescription( cls,