for unit testing
| 592 | |
| 593 | // for unit testing |
| 594 | vector<string> ASConsole::getFileName() |
| 595 | { return fileName; } |
| 596 | |
| 597 | // for unit testing |
| 598 | vector<string> ASConsole::getFileNameVector() |
nothing calls this directly
no outgoing calls
no test coverage detected