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