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