for unit testing
| 596 | |
| 597 | // for unit testing |
| 598 | vector<string> ASConsole::getFileNameVector() |
| 599 | { return fileNameVector; } |
| 600 | |
| 601 | // for unit testing |
| 602 | vector<string> ASConsole::getFileOptionsVector() |
nothing calls this directly
no outgoing calls
no test coverage detected