public void BaseSetup()
 {
     SnapshotStore = new NoDBSnapshotStore("");
 }
예제 #2
0
 public void BaseSetup()
 {
     SnapshotStore = new NoDBSnapshotStore("");
 }
예제 #3
0
 public NoDBSnapshotStoreTestFixture()
 {
     SnapshotStore = new NoDBSnapshotStore("");
 }
예제 #4
0
        private static ISnapshotStore InitializeSnapShotStore()
        {
            var store = new NoDBSnapshotStore("D:\\");

            return(store);
        }
예제 #5
0
 public NoDBSnapshotStoreTestFixture()
 {
     SnapshotStore = new NoDBSnapshotStore("");
 }