6 references to ByteArrayEncoded
Microsoft.AspNetCore.Mvc.IntegrationTests (6)
ComplexRecordIntegrationTest.cs (6)
347
new QueryString("?parameter.Customer.Name=bill¶meter.Customer.Token=" +
ByteArrayEncoded
);
382
Assert.Equal(
ByteArrayEncoded
, entry.AttemptedValue);
383
Assert.Equal(
ByteArrayEncoded
, entry.RawValue);
399
request.QueryString = new QueryString("?Customer.Name=bill&Customer.Token=" +
ByteArrayEncoded
);
434
Assert.Equal(
ByteArrayEncoded
, entry.AttemptedValue);
435
Assert.Equal(
ByteArrayEncoded
, entry.RawValue);