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