1 write to _testAssemblyName
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
70_testAssemblyName = assembly.GetName().Name!;
2 references to _testAssemblyName
Microsoft.AspNetCore.Components.Testing (2)
Infrastructure\ServerFixture.cs (2)
74Manifest = E2EManifest.Load(_testAssemblyName); 172await instance.LaunchAsync(appEntry, options, _testAssemblyLocation, _testAssemblyName, readyUrl, readyTcs.Task).ConfigureAwait(false);