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