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