4 references to Key1
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (4)
Logging\AcceptanceTests.cs (3)
421
Assert.Single(state, x => x.Key == TestHttpLogEnricher.
Key1
&& x.Value == TestHttpLogEnricher.Value1);
495
Assert.DoesNotContain(firstState, x => x.Key == TestHttpLogEnricher.
Key1
&& x.Value == TestHttpLogEnricher.Value1);
499
Assert.Single(secondState, x => x.Key == TestHttpLogEnricher.
Key1
&& x.Value == TestHttpLogEnricher.Value1);
Logging\TestHttpLogEnricher.cs (1)
21
collector.Add(
Key1
, Value1);