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