• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/perl/BerkeleyDB/t/Test/

Lines Matching refs:you

118 Since you only run one test per program C<new> always returns the same
119 Test::Builder object. No matter how many times you call new(), you're
124 If you want a completely new Test::Builder object different from the
142 you get it. You might use this instead of C<new()> if you're testing
143 a Test::Builder based module, but otherwise you probably want C<new>.
217 Tells Test::Builder what package you exported your functions to.
240 If you call plan(), don't call any of the other methods below.
265 die "Got an undefined number of tests. Looks like you tried to ".
266 "say how many tests you plan to run but made a mistake.\n";
607 You'll want to avoid qr// if you want your tests to work before 5.005.
873 Like skip(), only it skips all the rest of the tests you plan to run
876 If you're running under no_plan, it skips once and terminates the
933 Most useful when you can't depend on the test output order, such as
1240 can erase history if you really want to.
1365 for the $TODO variable. If you want to be sure, tell it explicitly
1421 _whoa($self->{Curr_Test} < 0, 'Says here you ran a negative number of tests!');
1425 'Somehow you got a different number of results than tests ran!');
1525 Looks like you planned $self->{Expected_Tests} test$s but only ran $self->{Curr_Test}.
1532 Looks like you planned $self->{Expected_Tests} test$s but ran $num_extra extra.
1538 Looks like you failed $num_failed test$s of $self->{Expected_Tests}.
1575 you run less (or more) tests than you planned, the missing (or extras)
1587 If you fail more than 254 tests, it will be reported as 254.
1618 This program is free software; you can redistribute it and/or