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