NuGet\NuGetPackagePrefetcherTests.cs (6)
241await AssertPrefetchingAsync(provider, command, command.Name, expectedTemplatePrefetch, expectedCliPrefetch);
255await AssertPrefetchingAsync(
274await AssertPrefetchingAsync(provider, templateCommand, templateCommand.Name, expectedTemplatePrefetch: true, expectedCliPrefetch: true);
295await AssertPrefetchingAsync(
313await AssertPrefetchingAsync(provider, command, "run --detach", expectedTemplatePrefetch: false, expectedCliPrefetch: false);
329await AssertPrefetchingAsync(provider, command, commandLine, expectedTemplatePrefetch: false, expectedCliPrefetch: false);