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