| 187 | } |
| 188 | |
| 189 | int otherStringArrayTest(ostream& strm) |
| 190 | { |
| 191 | int errors = 0; |
| 192 | { |
| 193 | strm << "Test StringArray" << std::endl; |
| 194 | errors += doStringArrayTest(strm, SIZE); |
| 195 | } |
| 196 | |
| 197 | return errors; |
| 198 | } |
| 199 | |
| 200 | int otherStringArray(int, char*[]) |
| 201 | { |
no test coverage detected