コード例 #1
0
 /// <inheritdoc />
 public override void AfterTest(ITest test)
 {
     this.scope.Dispose();
     this.scope = null;
 }
コード例 #2
0
 /// <inheritdoc />
 public override void BeforeTest(ITest test)
 {
     this.scope = new SessionThreadStaticScope();
 }