6 references to Control
Microsoft.AspNetCore.Mvc.IntegrationTests (6)
ValidationIntegrationTests.cs (6)
1562[ValidateSometimes(nameof(Control))] 1564public int ControlLength => Control.Length; 1593Assert.Null(model.Control); 1616$"?{nameof(ValidateSomePropertiesSometimes.Control)}=1")); 1633Assert.Equal("1", model.Control); 1639state => Assert.Equal(nameof(ValidateSomePropertiesSometimes.Control), state.Key),