2 instantiations of TracedContext
Microsoft.AspNetCore.Components.Testing (2)
Infrastructure\PlaywrightExtensions.cs (2)
113
return new
TracedContext
(context, session, ownsContext: true);
138
return 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>
92
internal static async Task<
TracedContext
> NewTracedContextAsync(
125
/// <returns>A <see cref="
TracedContext
"/> wrapping the browser context and tracing session.</returns>
126
internal static async Task<
TracedContext
> NewTracedContextAsync(
Playwright\BrowserTest.cs (1)
107
var
tracedContext = await Infrastructure.PlaywrightExtensions.NewTracedContextAsync(