2 instantiations of WorkerLibTestRun
Templates.Blazor.Tests (2)
WebWorkerTemplateE2ETest.cs (2)
120return new WorkerLibTestRun(workerLibDir, hostProject, Output); 138return new WorkerLibTestRun(workerLibDir, hostProject, Output);
6 references to WorkerLibTestRun
Templates.Blazor.Tests (6)
WebWorkerTemplateE2ETest.cs (6)
48await using var testRun = await SetupWorkerLibAndBuild(_sharedHostProject); 64await using var testRun = await SetupWorkerLibAndBuild(_sharedHostProject); 80await using var testRun = await SetupWorkerLibAndBuild(_sharedHostProject); 96await using var testRun = await SetupWorkerLibAndPublish(_sharedHostProject); 105private async Task<WorkerLibTestRun> SetupWorkerLibAndPublish(Project hostProject) 123private async Task<WorkerLibTestRun> SetupWorkerLibAndBuild(Project hostProject)