public void BaseSetup()
 {
     SnapshotStore = new NoDBSnapshotStore("");
 }
Esempio n. 2
0
 public void BaseSetup()
 {
     SnapshotStore = new NoDBSnapshotStore("");
 }
 public NoDBSnapshotStoreTestFixture()
 {
     SnapshotStore = new NoDBSnapshotStore("");
 }
Esempio n. 4
0
        private static ISnapshotStore InitializeSnapShotStore()
        {
            var store = new NoDBSnapshotStore("D:\\");

            return(store);
        }
 public NoDBSnapshotStoreTestFixture()
 {
     SnapshotStore = new NoDBSnapshotStore("");
 }