Пример #1
0
        public void Init()
        {
            SetupTestDataFileCopies();

            if (File.Exists(TestScratchFile))
            {
                File.Delete(TestScratchFile);
            }

            _database = new UnitInfoDatabase(null, _proteinService);
        }
 public void FixtureInit()
 {
    SetupTestDataFileCopies();
    _database = new UnitInfoDatabase(null, _proteinService);
 }
Пример #3
0
        public void Init()
        {
            SetupTestDataFileCopies();

             if (File.Exists(TestScratchFile))
             {
            File.Delete(TestScratchFile);
             }

             _database = new UnitInfoDatabase(null, _proteinDictionary);
        }