| 136 | } |
| 137 | |
| 138 | static bool testConstructFromCStr() |
| 139 | { |
| 140 | std::cout << "testConstructFromCStr()\n"; |
| 141 | return testFromCStr(cstr); |
| 142 | } |
| 143 | |
| 144 | static bool testAssignFromCStr() |
| 145 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…