Affecto.WebApi.Toolkit.Tests.RequestErrorLoggerTests.NullLoggerThrowsError C# (CSharp) Method

NullLoggerThrowsError() private method

private NullLoggerThrowsError ( ) : void
return void
        public void NullLoggerThrowsError()
        {
            sut = new RequestErrorLogger(null, request => correlation);
        }