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");
4 references to ThrowsWithMissingParameterValue
Microsoft.AspNetCore.Components.Endpoints.Tests (4)
Binding\FormDataMapperTests.cs (4)
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);