public PerThreadEventScopeContextTest()
 {
     this.testee = new PerThreadEventScopeContext(A.Fake<IEventScopeFactory>());
 }
示例#2
0
 public PerThreadEventScopeContextTest()
 {
     this.testee = new PerThreadEventScopeContext(A.Fake <IEventScopeFactory>());
 }