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