startTimer method
void
startTimer()
Starts the timer measuring whole tests duration.
Implementation
void startTimer() => _stopwatch.start();
Starts the timer measuring whole tests duration.
void startTimer() => _stopwatch.start();