testEnded method
void
testEnded()
Sets the time of ending the test stage
Implementation
void testEnded() {
result.stepTimes.testEnded = DateTime.now();
}
Sets the time of ending the test stage
void testEnded() {
result.stepTimes.testEnded = DateTime.now();
}