for unit testing
| 648 | |
| 649 | // for unit testing |
| 650 | vector<string> ASConsole::getOptionsVector() |
| 651 | { return optionsVector; } |
| 652 | |
| 653 | // for unit testing |
| 654 | string ASConsole::getOrigSuffix() |
nothing calls this directly
no outgoing calls
no test coverage detected