9 references to QueryParamName
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (9)
Logging\AcceptanceTests.Mvc.cs (9)
65using var response = await client.GetAsync($"/api/users/{UserId}/someTestData?{QueryParamName}=foo").ConfigureAwait(false); 80Assert.DoesNotContain(state, x => x.Key == QueryParamName); 100using var response = await client.GetAsync($"/api/users/{UserId}/someTestData?{QueryParamName}=foo").ConfigureAwait(false); 118Assert.DoesNotContain(state, x => x.Key == QueryParamName); 146using var response = await client.GetAsync($"/api/users/{UserId}/{NoDataClassParamValue}?{QueryParamName}=foo").ConfigureAwait(false); 169Assert.DoesNotContain(state, x => x.Key == QueryParamName); 190using var response = await client.GetAsync($"/api/users/{UserId}/someTestData?{QueryParamName}=foo").ConfigureAwait(false); 205Assert.DoesNotContain(state, x => x.Key == QueryParamName); 248Assert.DoesNotContain(state, x => x.Key == QueryParamName);