OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testCasesCount
(Results
1 - 12
of
12
) sorted by null
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl
77
my $
testCasesCount
= @testCaseHashRefs;
78
plan(tests => 1 * $
testCasesCount
); # Total number of assertions.
prepareParsedPatch.pl
124
my $
testCasesCount
= @testCases;
125
plan(tests => $
testCasesCount
);
parseDiffHeader.pl
104
my $
testCasesCount
= @testCaseHashRefs;
105
plan(tests => 2 * $
testCasesCount
); # Total number of assertions.
setChangeLogDateAndReviewer.pl
114
my $
testCasesCount
= @testCaseHashRefs;
115
plan(tests => 1 * $
testCasesCount
); # Total number of assertions.
parseSvnDiffHeader.pl
203
my $
testCasesCount
= @testCaseHashRefs;
204
plan(tests => 2 * $
testCasesCount
); # Total number of assertions.
parseSvnPropertyValue.pl
216
my $
testCasesCount
= @testCaseHashRefs;
217
plan(tests => 2 * $
testCasesCount
); # Total number of assertions.
parseDiffWithMockFiles.pl
270
my $
testCasesCount
= @testCaseHashRefs;
271
plan(tests => 2 * $
testCasesCount
); # Total number of assertions.
parseSvnDiffFooter.pl
380
my $
testCasesCount
= @testCaseHashRefs;
381
plan(tests => 2 * $
testCasesCount
); # Total number of assertions.
fixChangeLogPatch.pl
515
my $
testCasesCount
= @testCaseHashRefs;
516
plan(tests => $
testCasesCount
); # Total number of assertions.
parseSvnProperty.pl
726
my $
testCasesCount
= @testCaseHashRefs;
727
plan(tests => 2 * $
testCasesCount
); # Total number of assertions.
parseGitDiffHeader.pl
477
my $
testCasesCount
= @testCaseHashRefs;
478
plan(tests => 2 * $
testCasesCount
); # Total number of assertions.
parseDiff.pl
1191
my $
testCasesCount
= @testCaseHashRefs;
1192
plan(tests => 2 * $
testCasesCount
); # Total number of assertions.
Completed in 273 milliseconds