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