| 854 | } |
| 855 | |
| 856 | static bool testMethod_substr_AtStartOwned() |
| 857 | { |
| 858 | std::cout << "testMethod_substr_AtStartOwned()\n"; |
| 859 | return testMethod_substr_AtStart(std::string("abc")); |
| 860 | } |
| 861 | |
| 862 | static bool testMethod_compare() |
| 863 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…