18 references to GetApp
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
151
var appEntry = Manifest.
GetApp
(appName)
Microsoft.AspNetCore.Components.Testing.Tests (17)
E2EManifestTests.cs (7)
86
var result = manifest.
GetApp
("TestApp");
97
var result = manifest.
GetApp
("NonExistent");
139
var buildEntry = manifest.
GetApp
("MyApp");
145
var publishedEntry = manifest.
GetApp
("publish/MyApp");
169
Assert.NotNull(manifest.
GetApp
("App1"));
170
Assert.NotNull(manifest.
GetApp
("App2"));
171
Assert.NotNull(manifest.
GetApp
("App3"));
GenerateE2EManifestTaskTests.cs (10)
49
var entry = manifest.
GetApp
("MyApp");
72
var entry = manifest.
GetApp
("MyApp");
113
var entry = manifest.
GetApp
("MyApp");
140
var entry = manifest.
GetApp
("MyApp");
185
var buildEntry = manifest.
GetApp
("MyApp");
192
var publishEntry = manifest.
GetApp
("publish/MyApp");
217
var entry = manifest.
GetApp
("MyApp");
240
Assert.NotNull(manifest.
GetApp
("App1"));
241
Assert.NotNull(manifest.
GetApp
("App2"));
263
var entry = manifest.
GetApp
("MyApp");