1 implementation of ITestRunCache
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
17internal class TestRunCache : ITestRunCache
5 references to ITestRunCache
Microsoft.TestPlatform.CrossPlatEngine (5)
Adapter\FrameworkHandle.cs (1)
48public FrameworkHandle(ITestCaseEventsHandler? testCaseEventsHandler, ITestRunCache testRunCache,
Adapter\TestExecutionRecorder.cs (3)
24private readonly ITestRunCache _testRunCache; 59public TestExecutionRecorder(ITestCaseEventsHandler? testCaseEventsHandler, ITestRunCache testRunCache) 64internal TestExecutionRecorder(ITestCaseEventsHandler? testCaseEventsHandler, ITestRunCache testRunCache, IFeatureFlag featureFlag)
Execution\BaseRunTests.cs (1)
188protected ITestRunCache TestRunCache { get; }