Lines Matching defs:subtest
323 All assertions inside the subtest passed, but errors were encountered.
335 $parent->ok( 0, sprintf q[No tests run for subtest "%s"], $meta->{Name} );
350 sub subtest {
354 $ctx->throw("subtest()'s second argument must be a code ref")
388 warn $ok ? "Forked inside subtest, but subtest never finished!\n" : $err;
1871 =item B<subtest>
1873 $builder->subtest($name, \&subtests, @args);
1875 See documentation of C<subtest> in Test::More.
1877 C<subtest> also, and optionally, accepts arguments which will be passed to the