2 references to Load
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
74
Manifest = E2EManifest.
Load
(_testAssemblyName);
Microsoft.AspNetCore.Components.Testing.Tests (1)
E2EManifestTests.cs (1)
107
var ex = Assert.Throws<FileNotFoundException>(() => E2EManifest.
Load
(assemblyName));