2 overrides of ShouldParentBeValidatedWhenChildIsInvalid
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
InputParentValidationTests.cs (2)
110protected override bool ShouldParentBeValidatedWhenChildIsInvalid => true; 124protected override bool ShouldParentBeValidatedWhenChildIsInvalid => false;
1 reference to ShouldParentBeValidatedWhenChildIsInvalid
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
InputParentValidationTests.cs (1)
38var expectedErrors = this.GetExpectedErrors(this.ShouldParentBeValidatedWhenChildIsInvalid, true);