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