17 references to LoggingCategory
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (17)
Logging\AcceptanceTests.cs (11)
181Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 241Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 307Assert.All(logRecords, x => Assert.Equal(LoggingCategory, x.Category)); 369Assert.Equal(LoggingCategory, lastRecord.Category); 415Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 457Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 488Assert.All(logRecords, x => Assert.Equal(LoggingCategory, x.Category)); 526Assert.All(logRecords, x => Assert.Equal(LoggingCategory, x.Category)); 574Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 615Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 649Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category);
Logging\AcceptanceTests.Mvc.cs (5)
74Assert.Equal(LoggingCategory, logRecord.Category); 109Assert.Equal(LoggingCategory, logRecord.Category); 155Assert.Equal(LoggingCategory, logRecord.Category); 199Assert.Equal(LoggingCategory, logRecord.Category); 240Assert.Equal(LoggingCategory, logRecord.Category);
Logging\AcceptanceTests.Routing.cs (1)
74Assert.Equal(LoggingCategory, logRecord.Category);