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

Method wait

3rdparty/cppunit/src/cppunit/TextTestRunner.cpp:76–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75
76void
77TextTestRunner::wait( bool doWait )
78{
79#if !defined( CPPUNIT_NO_STREAM )
80 if ( doWait )
81 {
82 stdCOut() << "<RETURN> to continue\n";
83 stdCOut().flush();
84 std::cin.get ();
85 }
86#endif
87}
88
89
90void

Callers 4

mainFunction · 0.80
mainFunction · 0.80
abandonCurrentScanMethod · 0.80
closeMethod · 0.80

Calls 2

flushMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected