2 instantiations of TracedContext
Microsoft.AspNetCore.Components.Testing (2)
Infrastructure\PlaywrightExtensions.cs (2)
113return new TracedContext(context, session, ownsContext: true); 138return new TracedContext(context, session, ownsContext: false);
6 references to TracedContext
Microsoft.AspNetCore.Components.Testing (6)
Infrastructure\PlaywrightExtensions.cs (5)
84/// <see cref="TracedContext"/> that wraps the context and tracing session. 91/// <returns>A <see cref="TracedContext"/> wrapping the browser context and tracing session.</returns> 92internal static async Task<TracedContext> NewTracedContextAsync( 125/// <returns>A <see cref="TracedContext"/> wrapping the browser context and tracing session.</returns> 126internal static async Task<TracedContext> NewTracedContextAsync(
Playwright\BrowserTest.cs (1)
107var tracedContext = await Infrastructure.PlaywrightExtensions.NewTracedContextAsync(