186187188189190191192193194
{ for (TestPath branch : newMethod.testBranches) { for (ParamBinding param : newMethod.params) { branch.userParamTestValues.add(new UserParamTestValue(param)); } } }