Home
last modified time | relevance | path

Searched refs:numTotalTests (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/games/libretro-scummvm/scummvm-7b1e929/test/cxxtest/cxxtest/
H A DDescriptions.cpp18 numberToString( numTotalTests(), s ); in strTotalTests()
24 char *p = numberToString( numTotalTests(), s ); in strTotalTests()
26 if ( numTotalTests() <= 1 ) in strTotalTests()
29 unsigned n = numTotalTests(); in strTotalTests()
H A DErrorFormatter.h63 o << wd.strTotalTests( s ) << (wd.numTotalTests() == 1 ? " test" : " tests"); in totalTests()
92 unsigned numPassed = desc.numTotalTests() - tracker().failedTests(); in leaveWorld()
93 (*_o) << "Success rate: " << (numPassed * 100 / desc.numTotalTests()) << "%" << endl; in leaveWorld()
/dports/games/residualvm/residualvm-0.3.1/test/cxxtest/cxxtest/
H A DDescriptions.cpp18 numberToString( numTotalTests(), s ); in strTotalTests()
24 char *p = numberToString( numTotalTests(), s ); in strTotalTests()
26 if ( numTotalTests() <= 1 ) in strTotalTests()
29 unsigned n = numTotalTests(); in strTotalTests()
H A DErrorFormatter.h63 o << wd.strTotalTests( s ) << (wd.numTotalTests() == 1 ? " test" : " tests"); in totalTests()
92 unsigned numPassed = desc.numTotalTests() - tracker().failedTests(); in leaveWorld()
93 (*_o) << "Success rate: " << (numPassed * 100 / desc.numTotalTests()) << "%" << endl; in leaveWorld()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/lib/cxxtest/cxxtest/
H A DDescriptions.cpp18 numberToString( numTotalTests(), s ); in strTotalTests()
24 char *p = numberToString( numTotalTests(), s ); in strTotalTests()
26 if ( numTotalTests() <= 1 ) in strTotalTests()
29 unsigned n = numTotalTests(); in strTotalTests()
H A DErrorFormatter.h63 o << wd.strTotalTests( s ) << (wd.numTotalTests() == 1 ? " test" : " tests"); in totalTests()
92 unsigned numPassed = desc.numTotalTests() - tracker().failedTests(); in leaveWorld()
93 (*_o) << "Success rate: " << (numPassed * 100 / desc.numTotalTests()) << "%" << endl; in leaveWorld()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/cxxtest-3.10-1/cxxtest/
H A DDescriptions.cpp16 numberToString( numTotalTests(), s ); in strTotalTests()
21 char* p = numberToString( numTotalTests(), s ); in strTotalTests()
23 if ( numTotalTests() <= 1 ) return s; in strTotalTests()
25 unsigned n = numTotalTests(); in strTotalTests()
H A DErrorFormatter.h61 << ( wd.numTotalTests() == 1 ? " test" : " tests" ); in totalTests()
84 unsigned numPassed = desc.numTotalTests() - tracker().failedTests(); in leaveWorld()
85 ( *_o ) << "Success rate: " << ( numPassed * 100 / desc.numTotalTests() ) in leaveWorld()
/dports/games/scummvm/scummvm-2.5.1/test/cxxtest/cxxtest/
H A DDescriptions.cpp18 numberToString( numTotalTests(), s ); in strTotalTests()
24 char *p = numberToString( numTotalTests(), s ); in strTotalTests()
26 if ( numTotalTests() <= 1 ) in strTotalTests()
29 unsigned n = numTotalTests(); in strTotalTests()
H A DErrorFormatter.h63 o << wd.strTotalTests( s ) << (wd.numTotalTests() == 1 ? " test" : " tests"); in totalTests()
92 unsigned numPassed = desc.numTotalTests() - tracker().failedTests(); in leaveWorld()
93 (*_o) << "Success rate: " << (numPassed * 100 / desc.numTotalTests()) << "%" << endl; in leaveWorld()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/decompiler/test/cxxtest/cxxtest/
H A DDescriptions.cpp18 numberToString( numTotalTests(), s ); in strTotalTests()
24 char *p = numberToString( numTotalTests(), s ); in strTotalTests()
26 if ( numTotalTests() <= 1 ) in strTotalTests()
29 unsigned n = numTotalTests(); in strTotalTests()
H A DErrorFormatter.h63 o << wd.strTotalTests( s ) << (wd.numTotalTests() == 1 ? " test" : " tests"); in totalTests()
92 unsigned numPassed = desc.numTotalTests() - tracker().failedTests(); in leaveWorld()
93 (*_o) << "Success rate: " << (numPassed * 100 / desc.numTotalTests()) << "%" << endl; in leaveWorld()
/dports/devel/cxxtest/cxxtest-4.4/cxxtest/
H A DDescriptions.cpp29 numberToString(numTotalTests(), s); in strTotalTests()
35 char *p = numberToString(numTotalTests(), s); in strTotalTests()
37 if (numTotalTests() <= 1) in strTotalTests()
42 unsigned n = numTotalTests(); in strTotalTests()
H A Dunix.h50 o << wd.strTotalTests(s) << (wd.numTotalTests() == 1 ? " test" : " tests"); in totalTests()
63 … unsigned numPassed = desc.numTotalTests() - tracker().failedTests() - tracer().skippedTests(); in leaveWorld()
64 unsigned numTotal = desc.numTotalTests() - tracker().skippedTests(); in leaveWorld()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/cxxtest-4.4/cxxtest/
H A DDescriptions.cpp29 numberToString(numTotalTests(), s); in strTotalTests()
35 char *p = numberToString(numTotalTests(), s); in strTotalTests()
37 if (numTotalTests() <= 1) in strTotalTests()
42 unsigned n = numTotalTests(); in strTotalTests()
H A Dunix.h50 o << wd.strTotalTests(s) << (wd.numTotalTests() == 1 ? " test" : " tests"); in totalTests()
63 … unsigned numPassed = desc.numTotalTests() - tracker().failedTests() - tracer().skippedTests(); in leaveWorld()
64 unsigned numTotal = desc.numTotalTests() - tracker().skippedTests(); in leaveWorld()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/tools/buildsystem/test/fixtures/lib/cxxtest-3.10.1-r1/cxxtest/
H A DDescriptions.cpp18 numberToString( numTotalTests(), s ); in strTotalTests()
24 char *p = numberToString( numTotalTests(), s ); in strTotalTests()
26 if ( numTotalTests() <= 1 ) in strTotalTests()
29 unsigned n = numTotalTests(); in strTotalTests()
H A DErrorFormatter.h63 o << wd.strTotalTests( s ) << (wd.numTotalTests() == 1 ? " test" : " tests"); in totalTests()
92 unsigned numPassed = desc.numTotalTests() - tracker().failedTests(); in leaveWorld()
93 (*_o) << "Success rate: " << (numPassed * 100 / desc.numTotalTests()) << "%" << endl; in leaveWorld()
/dports/math/singular/Singular-Release-4-2-1/libpolys/tests/cxxtest/
H A DDescriptions.cpp18 numberToString( numTotalTests(), s ); in strTotalTests()
24 char *p = numberToString( numTotalTests(), s ); in strTotalTests()
26 if ( numTotalTests() <= 1 ) in strTotalTests()
29 unsigned n = numTotalTests(); in strTotalTests()
H A DErrorFormatter.h63 o << wd.strTotalTests( s ) << (wd.numTotalTests() == 1 ? " test" : " tests"); in totalTests()
92 unsigned numPassed = desc.numTotalTests() - tracker().failedTests(); in leaveWorld()
93 (*_o) << "Success rate: " << (numPassed * 100 / desc.numTotalTests()) << "%" << endl; in leaveWorld()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/cxxtest/
H A DDescriptions.cpp29 numberToString( numTotalTests(), s ); in strTotalTests()
35 char *p = numberToString( numTotalTests(), s ); in strTotalTests()
37 if ( numTotalTests() <= 1 ) in strTotalTests()
40 unsigned n = numTotalTests(); in strTotalTests()
H A DErrorFormatter.h75 o << wd.strTotalTests( s ) << (wd.numTotalTests() == 1 ? " test" : " tests"); in totalTests()
106 unsigned numPassed = desc.numTotalTests() - tracker().failedTests(); in leaveWorld()
107 (*_o) << "Success rate: " << (numPassed * 100 / desc.numTotalTests()) << "%" << endl; in leaveWorld()
/dports/devel/cxxtest/cxxtest-4.4/test/cxxtest/
H A DDummyGui.h18 void guiEnterWorld(unsigned numTotalTests) in guiEnterWorld() argument
20 (CXXTEST_STD(cout) << " {Start " << numTotalTests << " tests} ").flush(); in guiEnterWorld()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/cxxtest-4.4/test/cxxtest/
H A DDummyGui.h18 void guiEnterWorld(unsigned numTotalTests) in guiEnterWorld() argument
20 (CXXTEST_STD(cout) << " {Start " << numTotalTests << " tests} ").flush(); in guiEnterWorld()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/test/cxxtest/
H A DDummyGui.h18 void guiEnterWorld( unsigned numTotalTests ) in guiEnterWorld() argument
20 (CXXTEST_STD(cout) << " {Start " << numTotalTests << " tests} ").flush(); in guiEnterWorld()

1234567