2 instantiations of WorkerLibTestRun
Templates.Blazor.Tests (2)
WebWorkerTemplateE2ETest.cs (2)
118
return new
WorkerLibTestRun
(workerLibDir, hostProject, Output);
138
return new
WorkerLibTestRun
(workerLibDir, hostProject, Output);
6 references to WorkerLibTestRun
Templates.Blazor.Tests (6)
WebWorkerTemplateE2ETest.cs (6)
47
await using
var
testRun = await SetupWorkerLibAndBuild(_sharedHostProject);
62
await using
var
testRun = await SetupWorkerLibAndBuild(_sharedHostProject);
77
await using
var
testRun = await SetupWorkerLibAndBuild(_sharedHostProject);
92
await using
var
testRun = await SetupWorkerLibAndPublish(_sharedHostProject);
101
private async Task<
WorkerLibTestRun
> SetupWorkerLibAndPublish(Project hostProject)
121
private async Task<
WorkerLibTestRun
> SetupWorkerLibAndBuild(Project hostProject)