public void Dispose()
 {
     OperationIdContext.Clear();
 }
 public RestoreOperationIdContextMiddlewareTests()
 {
     OperationIdContext.Clear();
 }
示例#3
0
 public void Can_Clear_Context()
 {
     OperationIdContext.Create();
     OperationIdContext.Clear();
     OperationIdContext.Get().Should().BeNull();
 }
示例#4
0
 public OperationContextTelemetryInitializerTests()
 {
     OperationIdContext.Clear();
 }
示例#5
0
 public OperationIdContextTests()
 {
     OperationIdContext.Clear();
 }