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