3 references to TestAction
Microsoft.AspNetCore.Http.Extensions.Tests (3)
RequestDelegateFactoryTests.cs (3)
1325new object[] { (Func<JsonTodo>)TestAction }, 1446new object[] { (Func<CustomResult>)TestAction }, 1500new object[] { (Func<IResult?>)TestAction, "The IResult returned by the Delegate must not be null." },