Example #1
0
 public BasePushStateTests(ITheStartMethodHelper helper)
 {
     this.helper = helper;
 }
Example #2
0
 protected PersistStateTests(ITheStartMethodHelper helper)
 {
     testHelper = helper;
 }
Example #3
0
 public BasePushOneEntityStateTests()
 {
     this.helper = new TheStartMethod();
 }