161162163164165166167168169170171
private File getResultsDir() throws CommandOperationException { DirNode testResults = ThreadSafeStaticBRJSAccessor.root.testResults(); if(!testResults.dirExists()) { try { testResults.create(); }