Exemple #1
0
 public NestedWatchTest()
 {
     j = JinagaTest.Create();
     officeRepository = new FakeOfficeRepository();
 }
Exemple #2
0
 public ProjectionTest()
 {
     j = JinagaTest.Create();
 }
Exemple #3
0
 public WatchTest()
 {
     j = JinagaTest.Create();
     officeRepository = new FakeRepository <Office>();
 }
Exemple #4
0
 public QueryTest()
 {
     j = JinagaTest.Create();
 }