• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/

Lines Matching refs:with

122 utilities.  Various ways to say "ok" with better diagnostics,
124 data structures. While you can do almost anything with a simple
151 Your script will declare a skip with the reason why you skipped and
152 exit immediately with a zero (success). See L<Test::Harness> for
310 with C<eq> and C<ne> respectively and use the result of that to
389 regex reference (i.e. C<qr//>) or (for better compatibility with older
465 (works with functions, too).
476 only without all the typing and with a better interface. Handy for
494 $Test->diag(' can_ok() called with no methods');
500 local($!, $@); # don't interfere with caller's $@
637 Prints a diagnostic message which is guaranteed not to interfere with
652 You might remember C<ok() or diag()> with the mnemonic C<open() or
663 interfere with the test.
729 local($@,$!); # eval sometimes interferes with $!
733 # for it to work with non-Exporter based modules.
780 local($!, $@); # eval sometimes interferes with $!
804 # Module names start with a letter.
805 # End with an alphanumeric.
825 The way Test::More handles this is with a named block. Basically, a
860 in the SKIP block so the # of tests run will match up with your plan.
944 inside an C<eval BLOCK> with and using C<alarm>. In these extreme
991 B<NOTE> I'm not quite sure what will happen with filehandles.
1274 # with the same algorithm.
1304 with.
1317 If all your tests passed, Test::Builder will exit with zero (which is
1318 normal). If anything failed it will exit with how many failed. If
1321 will throw a warning and exit with 255. If the test died, even after
1323 considered a failure and will exit with 255.
1340 Test::More works with Perls as old as 5.004_05.
1385 This is a case of convergent evolution with Joshua Pritikin's Test
1389 with a few other problems).
1392 quick to use and difficult to trip yourself up with while still
1405 been distributed with Perl since 5.004_05.
1411 And it plays well with Test::More.
1426 Michael G Schwern E<lt>schwern@pobox.comE<gt> with much inspiration