MCPcopy Create free account
hub / github.com/Kitware/VTK / otherStringArrayTest

Function otherStringArrayTest

Common/Core/Testing/Cxx/otherStringArray.cxx:189–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189int 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
200int otherStringArray(int, char*[])
201{

Callers 1

otherStringArrayFunction · 0.85

Calls 1

doStringArrayTestFunction · 0.85

Tested by

no test coverage detected