for unit testing
| 588 | |
| 589 | // for unit testing |
| 590 | vector<string> ASConsole::getExcludeVector() |
| 591 | { return excludeVector; } |
| 592 | |
| 593 | // for unit testing |
| 594 | vector<string> ASConsole::getFileName() |
nothing calls this directly
no outgoing calls
no test coverage detected