Syntax would look like this: ``` C# var result = controller.Action(model); result.Should().BeRedirectToActionResult<AnotherController>(x => x.AnotherMethod()); ```