1 write to Street
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1289
var expected = new Address() { City = "Redmond",
Street
= "1 Microsoft Way", Country = "United States", ZipCode = 98052 };
1 reference to Street
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1305
Assert.Equal(expected.
Street
, result.Street);