1 override of ExecuteAsync
Microsoft.AspNetCore.Mvc.Core.Test (1)
PhysicalFileResultTest.cs (1)
16
protected override Task
ExecuteAsync
(
15 references to ExecuteAsync
Microsoft.AspNetCore.Mvc.Core.Test (15)
src\Shared\ResultsTests\PhysicalFileResultTestBase.cs (15)
48
await
ExecuteAsync
(httpContext, path, "text/plain", enableRangeProcessing: true);
81
await
ExecuteAsync
(httpContext, path, "text/plain", entityTag: entityTag, enableRangeProcessing: true);
113
await
ExecuteAsync
(httpContext, path, "text/plain", entityTag: entityTag);
140
await
ExecuteAsync
(httpContext, path, "text/plain", entityTag: entityTag, enableRangeProcessing: true);
168
await
ExecuteAsync
(httpContext, path, "text/plain");
195
await
ExecuteAsync
(httpContext, path, "text/plain", enableRangeProcessing: true);
224
await
ExecuteAsync
(httpContext, path, "text/plain", enableRangeProcessing: true);
251
await
ExecuteAsync
(httpContext, path, "text/plain", enableRangeProcessing: true);
280
await
ExecuteAsync
(httpContext, path, "text/plain");
304
await
ExecuteAsync
(httpContext, path, "text/plain", enableRangeProcessing: true);
333
await
ExecuteAsync
(httpContext, path, expectedContentType);
354
await
ExecuteAsync
(httpContext, path, "text/plain");
384
() =>
ExecuteAsync
(httpContext, path, "text/plain"));
406
() =>
ExecuteAsync
(httpContext, path, "text/plain"));
419
() =>
ExecuteAsync
(httpContext, path, "text/plain"));