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