Ejemplo n.º 1
0
 public void GlobalCleanup() => UTHelpers.Down(_newFilePath);
Ejemplo n.º 2
0
 public void GlobalSetup()
 {
     _newFilePath = UTHelpers.Up();
     _store       = new DataStore(_newFilePath);
     _collection  = _store.GetCollection <User>("user");
 }