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

/inkscape/cxxtest/cxxtest/
H A DQtGui.h91 QString _strTotalTests; member in class:CxxTest::QtGui
142 _strTotalTests = wd.strTotalTests( s );
205 _testsDone->setText( asString( testsDone ) + " of " + _strTotalTests );
256 QString summary = _strTotalTests + (_numTotalTests == 1 ? " test" : " tests");
H A DX11Gui.h90 char _strTotalTests[WorldDescription::MAX_STRLEN_TOTAL_TESTS]; member in class:CxxTest::X11Gui
215 wd.strTotalTests( _strTotalTests );
294 char str[sizeof("1000000000 of ") + sizeof(_strTotalTests) + sizeof(" (100%)")];
295 sprintf( str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests );
H A DWin32Gui.h92 char _strTotalTests[WorldDescription::MAX_STRLEN_TOTAL_TESTS]; member in class:CxxTest::Win32Gui
130 wd.strTotalTests( _strTotalTests );
445 _testsDone, _strTotalTests,
507 tracker().failedTests(), _strTotalTests, tests );
509 wsprintfA( _statusTestsDone, "%s %s passed", _strTotalTests, tests );

Completed in 13 milliseconds