approvedPath static method
Returns the path to the approved test cases file.
Implementation
static String approvedPath() {
String path = directoryPath();
return "${path}approved_cases.txt";
}
Returns the path to the approved test cases file.
static String approvedPath() {
String path = directoryPath();
return "${path}approved_cases.txt";
}