1 instantiation of WrapperForIPage
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\TestExtensions.cs (1)
17
return new
WrapperForIPage
(page, testOutput);
8 references to WrapperForIPage
Aspire.Templates.Tests (8)
StarterTemplateRunTestsBase.cs (1)
88
var
pageWrapper = await context.NewPageWithLoggingAsync(testOutput);
TemplateTestsBase.cs (4)
151
protected Task<ResourceRow[]> CheckDashboardHasResourcesAsync(
WrapperForIPage
dashboardPageWrapper, IEnumerable<ResourceRow> expectedResources, string logPath, int timeoutSecs = 120)
154
protected static async Task<ResourceRow[]> CheckDashboardHasResourcesAsync(
WrapperForIPage
dashboardPageWrapper,
173
private static async Task<ResourceRow[]> CheckDashboardHasResourcesActualAsync(
WrapperForIPage
dashboardPageWrapper, IEnumerable<ResourceRow> expectedResources, ITestOutputHelper testOutput, int timeoutSecs = 120)
296
var
page = await project.OpenDashboardPageAsync(context);
tests\Shared\TemplatesTesting\AspireProject.cs (2)
341
public async Task<
WrapperForIPage
> OpenDashboardPageAsync(IBrowserContext context, int timeoutSecs = DashboardAvailabilityTimeoutSecs)
361
var
dashboardPageWrapper = await context.NewPageWithLoggingAsync(_testOutput);
tests\Shared\TemplatesTesting\TestExtensions.cs (1)
14
public static async Task<
WrapperForIPage
> NewPageWithLoggingAsync(this IBrowserContext context, ITestOutputHelper testOutput)