testStarted method

void testStarted()

Sets the time of starting the test stage

Implementation

void testStarted() {
  result.stepTimes.testStarted = DateTime.now();
}