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