testShown method
void
testShown()
Sets the time of showing the test stage. The test might be delayed before it starts.
Implementation
void testShown() {
result.stepTimes.testShown = DateTime.now();
}
Sets the time of showing the test stage. The test might be delayed before it starts.
void testShown() {
result.stepTimes.testShown = DateTime.now();
}