Searched defs:_testsDone (Results 1 - 3 of 3) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DQtGui.h97 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 DX11Gui.h51 ++ _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 DWin32Gui.h38 _testsDone = 0;
50 ++ _testsDone;
91 unsigned _numTotalTests, _testsDone; member in class:CxxTest::Win32Gui
445 _testsDone, _strTotalTests,
446 (_testsDone * 100) / _numTotalTests );

Completed in 17 milliseconds