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

Can_Create_Context() private method

private Can_Create_Context ( ) : void
return void
        public void Can_Create_Context()
        {
            OperationIdContext.Create();
            OperationIdContext.Get().Should().NotBeNullOrEmpty();
        }