1 write to Age
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1786
var expected = new TypeRequiredProperties() { Name = null,
Age
= 20 };
1 reference to Age
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1803
Assert.Equal(expected.
Age
, result.Age);