12 instantiations of TestExceptionHandler
Microsoft.AspNetCore.Diagnostics.Tests (12)
ExceptionHandlerMiddlewareTest.cs (12)
135new TestExceptionHandler(false, "1"), 136new TestExceptionHandler(false, "2"), 137new TestExceptionHandler(true, "3"), 160new TestExceptionHandler(false, "1"), 161new TestExceptionHandler(true, "2"), 162new TestExceptionHandler(true, "3"), 190new TestExceptionHandler(false, "1"), 191new TestExceptionHandler(false, "2"), 192new TestExceptionHandler(false, "3"), 213var exceptionHandlers = new List<IExceptionHandler> { new TestExceptionHandler(true, "1") }; 236var exceptionHandlers = new List<IExceptionHandler> { new TestExceptionHandler(true, "1") }; 258var exceptionHandlers = new List<IExceptionHandler> { new TestExceptionHandler(true, "1") };
1 reference to TestExceptionHandler
Microsoft.AspNetCore.Diagnostics.Tests (1)
ExceptionHandlerMiddlewareTest.cs (1)
247m => AssertRequestException(m, "System.InvalidOperationException", "handled", typeof(TestExceptionHandler).FullName));