169170171172173174175176177178179
{ testResults.create(); } catch(InvalidNameException | ModelUpdateException e) { throw new CommandOperationException("Cannot create test results dir at '" + testResults.dir().getPath() + "'"); } } return testResults.dir(); }
173174175176177178179180
{ throw new CommandOperationException("Cannot create test results dir at '" + testResults.dir().getPath() + "'"); } } return testResults.dir(); } }