2 instantiations of SoftwareViewModel
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
TryValidateModelIntegrationTest.cs (2)
21
var model = new
SoftwareViewModel
51
var model = new
SoftwareViewModel
13 references to SoftwareViewModel
Microsoft.AspNetCore.Mvc.IntegrationTests (13)
BodyValidationIntegrationTests.cs (9)
236
ParameterType = typeof(
SoftwareViewModel
)
253
var
boundPerson = Assert.IsType<
SoftwareViewModel
>(modelBindingResult.Model);
272
ParameterType = typeof(
SoftwareViewModel
)
292
var
boundPerson = Assert.IsType<
SoftwareViewModel
>(modelBindingResult.Model);
317
ParameterType = typeof(
SoftwareViewModel
)
334
var
boundPerson = Assert.IsType<
SoftwareViewModel
>(modelBindingResult.Model);
ProductValidatorAttribute.cs (2)
24
var
software = value as
SoftwareViewModel
;
TryValidateModelIntegrationTest.cs (2)
21
var
model = new SoftwareViewModel
51
var
model = new SoftwareViewModel