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

Method removeTests

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

Source from the content-addressed store, hash-verified

136
137
138void
139TestPath::removeTests()
140{
141 while ( isValid() )
142 removeTest( 0 );
143}
144
145
146void

Callers

nothing calls this directly

Calls 1

isValidFunction · 0.85

Tested by

no test coverage detected