Esempio n. 1
0
 public void Given_There_are_Custom_Snapshots_in_system()
 {
     _snapshots = new Snapshots(SnapshotType.Custom);
 }
Esempio n. 2
0
 public void Given_There_are_Ascend_Snapshots_in_system()
 {
     _snapshots = new Snapshots(SnapshotType.User);
 }