Home | History | Annotate | Download | only in VCSUtils_unittest

Lines Matching refs:testName

47     testName => "[invalid] Empty string",
52 testName => "[invalid] Bogus chunk range",
57 testName => "[invalid] Chunk range missing -/+ prefix",
62 testName => "[invalid] Chunk range missing commas",
67 testName => "[invalid] Chunk range with swapped old and rew ranges",
72 testName => "[invalid] Chunk range with leading junk",
80 testName => "Line count is 0",
92 testName => "Line count is 1",
104 testName => "Both original and new line count is 1",
116 testName => "Line count and new line count > 1",
128 testName => "New line count is 0",
140 testName => "New line count is 1",
155 testName => "Line count is 0",
168 testName => "New line count is 1",
184 testName => "Line count is 0 and chunk range has ending junk",
196 testName => "Line count is 1 and chunk range has ending junk",
208 testName => "Both original and new line count is 1 and chunk range has ending junk",
220 testName => "Line count and new line count > 1 and chunk range has ending junk",
232 testName => "New line count is 0 and chunk range has ending junk",
244 testName => "New line count is 1 and chunk range has ending junk",
261 my $testNameStart = "parseChunkRange(): $testCase->{testName}: comparing";