ApplicationInsights.OwinExtensions.Tests.OperationIdContextTests.Can_Clear_Context C# (CSharp) Method

Can_Clear_Context() private method

private Can_Clear_Context ( ) : void
return void
        public void Can_Clear_Context()
        {
            OperationIdContext.Create();
            OperationIdContext.Clear();
            OperationIdContext.Get().Should().BeNull();
        }