Lines Matching full:should
40 ok 6 - you shall not pass! # TODO should have failed
53 ok $agg->add( 'tap1', $parser1 ), '... and calling it should succeed';
57 '... but trying to reuse a description should be fatal';
61 '... and it should report how many parsers it has';
72 '... and we should have the correct number of passed tests';
78 '... and we should have the correct number of failed tests';
83 is $agg->todo, 4, '... and we should have the correct number of todo tests';
89 '... and we should have the correct number of skipped tests';
106 '... and we should have the correct number of total tests';
110 '... and we should have the correct number of planned tests';
113 ok $agg->has_problems, '... and it should report true if there are problems';
116 ok $agg->has_errors, '... and it should report true if there are errors';
119 is $agg->get_status, 'FAIL', '... and it should tell us the tests failed';
122 ok !$agg->all_passed, '... and it should tell us not all tests passed';
148 ; # should return ref to array containing parsers for tap1 and tap2
197 ok 1 - you shall not pass! # TODO should have failed
207 …'coverage tests for !failed && todo_passed... and we should have the correct number of passed test…
209 '... and we should have the correct number of failed tests';
213 '... and it should report true that there are problems';
214 is $agg->get_status, 'PASS', '... and the status should be passing';
215 ok !$agg->has_errors, '.... but it should not report any errors';
216 ok $agg->all_passed, '... bonus tests should be passing tests, too';
233 …'coverage tests for !failed && !todo_passed && parse_errors... and we should have the correct numb…
235 '... and we should have the correct number of failed tests';
240 '... and it should report true that there are problems';
264 …'coverage tests for !failed && !todo_passed && !parse_errors... and we should have the correct num…
266 '... and we should have the correct number of failed tests';
278 '... and it should report true that there are problems';
290 …'coverage tests for !failed && !todo_passed && !parse_errors && !exit... and we should have the co…
292 '... and we should have the correct number of failed tests';
305 '... and it should report true that there are problems';