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