stopTimer method

void stopTimer()

Stops the timer measuring whole tests duration.

Implementation

void stopTimer() => _stopwatch.stop();