2 references to Name
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
ValidationIntegrationTests.cs (2)
1122
Assert.Equal("bill", Assert.Single(model).
Name
);
1159
Assert.Equal("billybob", Assert.Single(model).
Name
);