1 implementation of TotalExecutedTests
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
140public long TotalExecutedTests
7 references to TotalExecutedTests
Microsoft.TestPlatform.CrossPlatEngine (7)
Execution\BaseRunTests.cs (6)
345_testPlatformEventSource.ExecutionStop(TestRunCache.TotalExecutedTests); 454var currentTotalTests = TestRunCache.TotalExecutedTests; 463_testPlatformEventSource.AdapterExecutionStop(TestRunCache.TotalExecutedTests - currentTotalTests); 468if (TestRunCache.TotalExecutedTests > totalTests) 473var totalTestRun = TestRunCache.TotalExecutedTests - totalTests; 499totalTests = TestRunCache.TotalExecutedTests;
Execution\RunTestsWithSources.cs (1)
65&& TestRunCache?.TotalExecutedTests <= 0)