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