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