コード例 #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"));
 }
コード例 #2
0
 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"));
 }
コード例 #3
0
 public TestUnpredictableColumnLocator()
 {
     _om = new SnapshotObjectMother();
 }
コード例 #4
0
 public void SetUp()
 {
     _om     = new SnapshotObjectMother();
     _guidIx = 1;
 }
コード例 #5
0
 public void SetUp()
 {
     _om = new SnapshotObjectMother();
 }