18 references to LoggingCategory
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (18)
Logging\AcceptanceTests.cs (12)
225Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 285Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 338Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 393Assert.All(logRecords, x => Assert.Equal(LoggingCategory, x.Category)); 455Assert.Equal(LoggingCategory, lastRecord.Category); 501Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 543Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 574Assert.All(logRecords, x => Assert.Equal(LoggingCategory, x.Category)); 612Assert.All(logRecords, x => Assert.Equal(LoggingCategory, x.Category)); 660Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 701Assert.Equal(LoggingCategory, logCollector.LatestRecord.Category); 735Assert.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);