1 instantiation of WorkerLibTestRun
Templates.Blazor.Tests (1)
WebWorkerTemplateE2ETest.cs (1)
103return new WorkerLibTestRun(workerLibDir, hostProject, Output);
4 references to WorkerLibTestRun
Templates.Blazor.Tests (4)
WebWorkerTemplateE2ETest.cs (4)
47await using var testRun = await SetupWorkerLibAndBuild(_sharedHostProject); 62await using var testRun = await SetupWorkerLibAndBuild(_sharedHostProject); 77await using var testRun = await SetupWorkerLibAndBuild(_sharedHostProject); 88private async Task<WorkerLibTestRun> SetupWorkerLibAndBuild(Project hostProject)