14 references to ITestArtifactManager
Microsoft.AspNetCore.Components.Testing (14)
Infrastructure\PlaywrightExtensions.cs (4)
75ITestArtifactManager artifactManager) 96ITestArtifactManager artifactManager, 117/// Variant of <see cref="NewTracedContextAsync(IBrowser, ServerInstance, string, ITestArtifactManager, BrowserNewContextOptions?)"/> 129ITestArtifactManager artifactManager)
Infrastructure\ServerFactory.cs (2)
27ITestArtifactManager? artifactManager); 150ITestArtifactManager? artifactManager)
Infrastructure\TracingSession.cs (6)
12/// <see cref="ITestArtifactManager"/> whether to keep the artifacts, then either saves and 19/// artifacts are provided by <see cref="ITestArtifactManager"/>, so a source-generated adapter in the 25/// <see cref="ITestArtifactManager.ShouldSaveArtifacts"/> is evaluated at disposal time, 34private readonly ITestArtifactManager _artifactManager; 40ITestArtifactManager artifactManager) 60ITestArtifactManager artifactManager)
Playwright\UITest.cs (2)
37internal ITestArtifactManager ArtifactManager 38=> this as ITestArtifactManager