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