Searched defs:_testsDone (Results 1 - 3 of 3) sorted by relevance
/inkscape/cxxtest/cxxtest/ |
H A D | QtGui.h | 97 QLabel *_suiteName, *_testName, *_testsDone; member in class:CxxTest::QtGui 164 _statusBar->addWidget( _testsDone = new QLabel( _statusBar ), 1 ); 205 _testsDone->setText( asString( testsDone ) + " of " + _strTotalTests ); 266 _testsDone->setText( summary );
|
H A D | X11Gui.h | 51 ++ _testsDone; 89 unsigned _numTotalTests, _testsDone; member in class:CxxTest::X11Gui 203 _testsDone = 0; 271 unsigned barWidth = (_width * _testsDone) / _numTotalTests; 284 for ( unsigned i = 1; i < _testsDone; ++ i ) { 295 sprintf( str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests );
|
H A D | Win32Gui.h | 38 _testsDone = 0; 50 ++ _testsDone; 91 unsigned _numTotalTests, _testsDone; member in class:CxxTest::Win32Gui 445 _testsDone, _strTotalTests, 446 (_testsDone * 100) / _numTotalTests );
|
Completed in 17 milliseconds