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