oStateMachine);
TestCaseGraphHelper oTCGHelper = oGenerator
.createTestCaseGraph();
// create test goals from coverage criteria
TestGoalGenerator oTestGoalGenerator = new TestGoalGenerator(
oTCGHelper);
oTestGoalGenerator.defineTestGoalsForTCG();
if(Configuration.getUsedStrategy().compareTo("Constraint Solver Based Strategy") == 0){ //MoBaTeG
//generate test cases
TestCreation oTestCreation = new TestCreation(project, oTCGHelper);
oTestCreation.generateTestCase();