.getFile("DictionaryBuilderTests"),
"dictionaryPrinting_testoutput.txt");
FileWriter writer = new FileWriter(outputFile);
//print dictionary content to file
dict.printDictionary(writer);
writer.flush();
writer.close();
//compare dictionary content with reference content