2 instantiations of ThrowsWithMissingParameterValue
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Binding\FormDataMapperTests.cs (2)
1851
var expected = new
ThrowsWithMissingParameterValue
("Age");
1874
var expected = new
ThrowsWithMissingParameterValue
("Age");
6 references to ThrowsWithMissingParameterValue
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
Binding\FormDataMapperTests.cs (6)
1851
var
expected = new ThrowsWithMissingParameterValue("Age");
1863
var
result = FormDataMapper.Map<
ThrowsWithMissingParameterValue
>(reader, options);
1874
var
expected = new ThrowsWithMissingParameterValue("Age");
1886
var
result = FormDataMapper.Map<
ThrowsWithMissingParameterValue
>(reader, options);