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

            return(store);
        }
Ejemplo n.º 5
0
 public NoDBSnapshotStoreTestFixture()
 {
     SnapshotStore = new NoDBSnapshotStore("");
 }