Example #1
0
 public void SetUp()
 {
     _om = new SnapshotObjectMother();
     _om.Collection.SetTimeSource(new FakeTimeSource(
                                      "2020-09-20 08:53:24",
                                      "2020-09-20 08:55:06",
                                      "2020-09-20 08:55:21",
                                      "2020-09-20 08:55:28",
                                      "2020-09-20 08:55:44",
                                      "2020-09-20 08:55:54",
                                      "2020-09-20 09:01:53"));
 }
 public TestDiffValueSubstituter()
 {
     _om = new SnapshotObjectMother();
     _om.Collection.SetTimeSource(new FakeTimeSource("2020-09-20 09:13:21", "2020-09-20 09:13:42", "2020-09-20 09:14:42"));
 }
 public TestUnpredictableColumnLocator()
 {
     _om = new SnapshotObjectMother();
 }
Example #4
0
 public void SetUp()
 {
     _om     = new SnapshotObjectMother();
     _guidIx = 1;
 }
Example #5
0
 public void SetUp()
 {
     _om = new SnapshotObjectMother();
 }