1 implementation of TotalExecutedTests
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
139
public long
TotalExecutedTests
7 references to TotalExecutedTests
Microsoft.TestPlatform.CrossPlatEngine (7)
Execution\BaseRunTests.cs (6)
355
_testPlatformEventSource.ExecutionStop(TestRunCache.
TotalExecutedTests
);
476
var currentTotalTests = TestRunCache.
TotalExecutedTests
;
485
_testPlatformEventSource.AdapterExecutionStop(TestRunCache.
TotalExecutedTests
- currentTotalTests);
490
if (TestRunCache.
TotalExecutedTests
> totalTests)
495
var totalTestRun = TestRunCache.
TotalExecutedTests
- totalTests;
521
totalTests = TestRunCache.
TotalExecutedTests
;
Execution\RunTestsWithSources.cs (1)
65
&& TestRunCache?.
TotalExecutedTests
<= 0)