3 references to Name
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
ValidationIntegrationTests.cs (3)
998if (((List<Product9>)value)[0].Name == "bill") 1034Assert.Equal("bill", Assert.Single(model.Products).Name); 1071Assert.Equal("billybob", Assert.Single(model.Products).Name);