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