2 references to GetExpectedErrors
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
InputParentValidationTests.cs (2)
48
var expectedErrors = this.
GetExpectedErrors
(this.ShouldParentBeValidatedWhenChildIsInvalid, true);
67
var expectedErrors = this.
GetExpectedErrors
(true, false);