4 references to Value2
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (4)
Logging\AcceptanceTests.cs (3)
422
Assert.Single(state, x => x.Key == TestHttpLogEnricher.Key2 && x.Value == TestHttpLogEnricher.
Value2
.ToString(CultureInfo.CurrentCulture));
496
Assert.DoesNotContain(firstState, x => x.Key == TestHttpLogEnricher.Key2 && x.Value == TestHttpLogEnricher.
Value2
.ToString(CultureInfo.CurrentCulture));
500
Assert.Single(secondState, x => x.Key == TestHttpLogEnricher.Key2 && x.Value == TestHttpLogEnricher.
Value2
.ToString(CultureInfo.CurrentCulture));
Logging\TestHttpLogEnricher.cs (1)
22
collector.Add(Key2,
Value2
);