2 writes to Country
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
TryValidateModelIntegrationTest.cs (2)
26
Country
= "UK", // Here the validate country is USA only
56
Country
= "USA",
1 reference to Country
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
ProductValidatorAttribute.cs (1)
27
if (!software.
Country
.Equals("USA") || string.IsNullOrEmpty(software.Name))