1 implementation of ITestRunCache
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
18internal class TestRunCache : ITestRunCache
4 references to ITestRunCache
Microsoft.TestPlatform.CrossPlatEngine (4)
Adapter\FrameworkHandle.cs (1)
48public FrameworkHandle(ITestCaseEventsHandler? testCaseEventsHandler, ITestRunCache testRunCache,
Adapter\TestExecutionRecorder.cs (2)
22private readonly ITestRunCache _testRunCache; 38public TestExecutionRecorder(ITestCaseEventsHandler? testCaseEventsHandler, ITestRunCache testRunCache)
Execution\BaseRunTests.cs (1)
187protected ITestRunCache TestRunCache { get; }