Example #1
0
 public void PerTestSetUp()
 {
     Event = new BaseEventStub<string>();
 }
Example #2
0
 public void PerTestSetUp()
 {
     Event = new BaseEventStub();
 }