示例#1
0
 public void TestSetup()
 {
     // Each starts with a fresh FileHandler, because DictionaryConfigurationHandlerStrategy caches the path to the schema,
     // but some tests require the schema's presence and others require its absence.
     _fileHandler = FieldWorksTestServices.CreateChorusFileHandlers();
     _configFile  = TempFile.WithExtension("." + SharedConstants.fwdictconfig);
 }
 public virtual void FixtureSetup()
 {
     FileHandler = FieldWorksTestServices.CreateChorusFileHandlers();
 }