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