testEnded method

void testEnded()

Sets the time of ending the test stage

Implementation

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