Searched refs:suites (Results 1 - 4 of 4) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DRealDescriptions.cpp208 List &RealWorldDescription::suites() function in class:CxxTest::RealWorldDescription
215 return suites().size();
228 return (RealSuiteDescription *)suites().head();
233 return (const RealSuiteDescription *)suites().head();
238 return *(const RealSuiteDescription *)suites().nth( i );
243 suites().activateAll();
255 suites().leaveOnly( *sd );
H A DRealDescriptions.h204 static List &suites();
/inkscape/cxxtest/
H A Dcxxtestgen.pl102 my (@suites, $suite, $test, $inBlock);
109 scalar @suites or $root or die("No tests defined\n");
170 print "$fileName:$lineNo: Warning: Inline test suites are deprecated.\n";
271 push @suites, $suite;
387 foreach (@suites) {
513 foreach (@suites) {
H A Dcxxtestgen.py30 suites = [] variable
168 '''Scan all input files for test suites'''
171 global suites
172 if len(suites) is 0 and not root:
176 '''Scan single input file for test suites'''
248 sys.stdout.write( "%s:%s: Warning: Inline test suites are deprecated.\n" % (fileName, lineNo) )
347 global suites
348 suites.append( suite )
459 for suite in suites:
496 '''Create static suite pointer object for dynamic suites'''
[all...]

Completed in 17 milliseconds