startTimer method

void startTimer()

Starts the timer measuring whole tests duration.

Implementation

void startTimer() => _stopwatch.start();