public void Setup() { var filePath = AppDomain.CurrentDomain.SetupInformation.ApplicationBase + "Dictionary.Swedish\\folkets_sv_en_public.xdxf"; var test = File.Exists(filePath); SUT = new FolketsLexikonFileParser(filePath); }
public void Teardown() { SUT = null; }