| 2486 | } |
| 2487 | |
| 2488 | void setTestCaseFileName(const char *const testCaseFileName) { |
| 2489 | _testCaseFileName = testCaseFileName; |
| 2490 | } |
| 2491 | |
| 2492 | std::string prepVariableName(const std::string &variableName) { |
| 2493 | if (variableName.length() >= 2 && variableName != "~~") { |
no outgoing calls
no test coverage detected