MCPcopy Create free account
hub / github.com/FlightGear/flightgear / toString

Method toString

3rdparty/cppunit/src/cppunit/TestPath.cpp:192–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190
191
192std::string
193TestPath::toString() const
194{
195 std::string asString( "/" );
196 for ( int index =0; index < getTestCount(); ++index )
197 {
198 if ( index > 0 )
199 asString += '/';
200 asString += getTestAt(index)->getName();
201 }
202
203 return asString;
204}
205
206
207Test *

Callers 1

writeMethod · 0.45

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected