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