TestPath branch = new TestPath();
branch.constructor = "new TestClass();";
branch.additionalConstraints = "System.out.println('Test');";
GenericTestPoint testPt = new GenericTestPoint();
testPt.instanceManipulation = "getSize2()";
testPt.expectedResult = "6";
branch.genericTestPoints.add(testPt);
branch.expectedOutput = "5";
branch.genericTestPoints.clear();