stopTimer method
void
stopTimer()
Stops the timer measuring whole tests duration.
Implementation
void stopTimer() => _stopwatch.stop();
Stops the timer measuring whole tests duration.
void stopTimer() => _stopwatch.stop();