7 references to ControlLength
Microsoft.AspNetCore.Mvc.IntegrationTests (7)
ValidationWithRecordIntegrationTests.cs (7)
1391nameof(ValidateSomePropertiesSometimes.ControlLength), 1404Assert.Throws<NullReferenceException>(() => model.ControlLength); 1408Assert.Equal(nameof(ValidateSomePropertiesSometimes.ControlLength), kvp.Key); 1431nameof(ValidateSomePropertiesSometimes.ControlLength), 1442Assert.Equal(1, model.ControlLength); 1450Assert.Equal(nameof(ValidateSomePropertiesSometimes.ControlLength), state.Key); 1479nameof(ValidateSomePropertiesSometimes.ControlLength),