6 references to TestSessionContext
Microsoft.AspNetCore.Components.Testing (6)
Infrastructure\PlaywrightExtensions.cs (1)
122
/// reads it into <see cref="
TestSessionContext
.Id"/>.
Infrastructure\TestInfrastructureStartupFilter.cs (2)
28
var
sessionContext = context.RequestServices
29
.GetRequiredService<
TestSessionContext
>();
Infrastructure\TestLockProvider.cs (1)
23
/// comes from <see cref="
TestSessionContext
"/> and lockName is chosen by the test class.
Infrastructure\TestReadinessHostingStartup.cs (2)
21
/// <item><see cref="
TestSessionContext
"/> + <see cref="TestLockProvider"/> + middleware for deterministic async state control</item>
41
services.AddScoped<
TestSessionContext
>();