Lines Matching refs:test
7 print STDERR "Generate test source file for CxxTest.\n";
20 print STDERR " --template=TEMPLATE Use TEMPLATE file to generate the test runner\n";
21 print STDERR " --include=HEADER Include \"HEADER\" in test runner before other headers\n";
99 # Reading the input files and scanning for test cases
102 my (@suites, $suite, $test, $inBlock);
170 print "$fileName:$lineNo: Warning: Inline test suites are deprecated.\n";
202 $test = { 'name' => $name,
204 push @{suiteTests()}, $test;
281 sub testName() { return $test->{'name'}; }
282 sub testLine() { return $test->{'line'}; }
293 # Writing the test source file
455 $test = $_;
527 $test = $_;