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