2 references to RaiseTestRunComplete
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\BaseRunTests.cs (2)
232
RaiseTestRunComplete
(exception, _isCancellationRequested, isAborted, elapsedTime ?? TimeSpan.Zero);
251
RaiseTestRunComplete
(exception: null, canceled: _isCancellationRequested, aborted: true, elapsedTime: TimeSpan.Zero);