We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Syntax would look like this:
var result = controller.Action(model); result.Should().BeRedirectToActionResult<AnotherController>(x => x.AnotherMethod());