1 write to PreferredStore
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1628
var expected = new FrequentCustomer() { Age = 20, Name = "John Doe", Email = "john@example.com", IsPreferred = true, TotalVisits = 10,
PreferredStore
= "Redmond", MonthlyFrequency = 0.8 };
1 reference to PreferredStore
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1651
Assert.Equal(expected.
PreferredStore
, result.PreferredStore);