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