2 writes to Source
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
SimpleTypeModelBinderIntegrationTest.cs (2)
815
result = new SampleModel() { Value = s,
Source
= "TryParse" };
843
return new SampleModel() { Value = s,
Source
= "Converter" };
1 reference to Source
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
SimpleTypeModelBinderIntegrationTest.cs (1)
735
Assert.Equal("Converter", model.
Source
);