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