5 references to Customer
Microsoft.AspNetCore.Mvc.IntegrationTests (5)
ValidationIntegrationTests.cs (5)
367Assert.NotNull(model.Customer); 368Assert.Equal("bill", model.Customer.Name); 406Assert.NotNull(model.Customer); 407Assert.Equal(17, model.Customer.Age); 408Assert.Null(model.Customer.Name);