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)
115
Manifest = E2EManifest.Load(
_testAssemblyName
);
192
await instance.LaunchAsync(appEntry, options, _testAssemblyLocation,
_testAssemblyName
, readyUrl, readyTcs.Task).ConfigureAwait(false);