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

/inkscape/cxxtest/cxxtest/
H A DWin32Gui.h102 char _statusTestsDone[sizeof("1000000000 of (100%)") + WorldDescription::MAX_STRLEN_TOTAL_TESTS]; member in class:CxxTest::Win32Gui
444 wsprintfA( _statusTestsDone, "%u of %s (%u%%)",
447 setStatusPart( STATUS_TESTS_DONE, _statusTestsDone );
506 wsprintfA( _statusTestsDone, "Failed %u of %s %s",
509 wsprintfA( _statusTestsDone, "%s %s passed", _strTotalTests, tests );
511 setStatusPart( STATUS_TESTS_DONE, _statusTestsDone );
516 setCaption( _statusTestsDone );

Completed in 15 milliseconds