getStatus function
Implementation
String getStatus() {
String _currentTest = getCurrentTest();
return testStatus[_currentTest] ?? 'UNKNOWN';
}
String getStatus() {
String _currentTest = getCurrentTest();
return testStatus[_currentTest] ?? 'UNKNOWN';
}