6 references to ByteArrayEncoded
Microsoft.AspNetCore.Mvc.IntegrationTests (6)
ComplexTypeIntegrationTestBase.cs (6)
340
new QueryString("?parameter.Customer.Name=bill¶meter.Customer.Token=" +
ByteArrayEncoded
);
375
Assert.Equal(
ByteArrayEncoded
, entry.AttemptedValue);
376
Assert.Equal(
ByteArrayEncoded
, entry.RawValue);
392
request.QueryString = new QueryString("?Customer.Name=bill&Customer.Token=" +
ByteArrayEncoded
);
427
Assert.Equal(
ByteArrayEncoded
, entry.AttemptedValue);
428
Assert.Equal(
ByteArrayEncoded
, entry.RawValue);