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