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