Searched refs:testing (Results 1 - 25 of 34) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/testpods/lib/Pod/
H A DStuff.pm3 Pod::Stuff - dummy testing pod
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dproto.t23 sub testing (&$) { subroutine
44 testing \&no_proto, undef;
71 testing \&no_args, '';
101 testing \&one_args, '$';
140 testing \&over_one_args, '$@';
184 testing \&scalar_and_hash, '$%';
228 testing \&one_or_two, '$;$';
275 testing \&a_sub, '&';
296 testing \&a_subx, '\&';
315 testing \
[all...]
H A Dparser.t28 'found by Markov chain stress testing' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm36 ** If you are unfamiliar with testing B<read Test::Tutorial> first! **
40 complicated testing, use the Test::More module (a drop-in replacement
43 The basic unit of Perl testing is the ok. For each thing you want to
114 This module is by no means trying to be a complete testing system.
125 use Film; # What you're testing.
183 that took all the hard work out of testing and was really, really easy
194 More testing functions! Once you outgrow Test::Simple, look at
201 The original Perl testing module.
205 Elaborate unit testing.
H A DMore.pm116 which you can switch to once you get the hang of basic testing.
118 The purpose of this module is to provide a wide range of testing
127 Before anything else, you need a testing plan. This basically declares
141 In some cases, you'll want to completely skip an entire testing script.
297 cannot know what you are testing for (beyond the name), but is() and
447 quickly testing an interface.
637 You usually want to test if the module you're testing loads ok, rather
763 ...normal testing code goes here...
822 ...normal testing code goes here...
860 ...normal testing cod
[all...]
H A DHarness.pm214 are useless (e.g. missing dependencies) and testing should stop
220 C<Test::Harness> as the reason why testing is stopped.
224 Additional comments may be put into the testing output on their own
759 die "FAILED--Further testing stopped" .
1019 =item C<FAILED--Further testing stopped: %s>
1021 If a single subtest decides that further testing will not make sense,
1084 reduces output and may help increase testing speed over slow
H A DBuilder.pm73 Test::Simple and Test::More have proven to be popular testing modules,
510 Convenience method for building testing functions that take regular
630 testing should terminate. This includes running any additional test
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpireTest.pm9 This module is just for testing expiration semantics. It's not a very
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dtext-options.t120 thereby testing margins with wrapped paragraphs.
136 wraps, thereby testing margins with wrapped paragraphs.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm29 the entire purpose is for testing Perl. Namespace pollution will be limited
81 This module is for testing only and should not normally be installed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dblib.pm18 Intended for use on command line with B<-M> option as a way of testing
H A DTest.pm56 print "# I'm testing MyModule version $MyModule::VERSION\n";
112 declares your testing plan, how many there will be, if any of them
298 testing C<4 eq 4>. Since that's true, this test passes.
323 end up testing C<I<arg1> eq I<arg2>> -- and that's not what you want!
613 than the code it is testing, yes?)
734 L<Test::Builder> for building your own testing library.
736 L<Test::Unit> is an interesting XUnit-style testing library.
H A DSwitch.pm533 testing as far as possible. Specifically, the concept of "matching"
589 different test. For example, instead of testing a single hash for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmagic.t295 ok($me eq $0, 'altering $0 is effective (testing with /proc/)');
322 'altering $0 is effective (testing with `ps`)');
H A Dsprintf.t210 >%hd< >1< >1< >More extensive testing of<
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm3 # for testing only, will fail any bignum test if range is exceeded
236 # testing
325 Only for testing purposes, since it will fail at large values. But it is simple
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm24 MakeMaker::Test::Utils - Utility routines for testing MakeMaker
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DConfig.pm294 The following entries are used during installation & testing on the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL303 In particular, this is applicable to the structure of @INC used for testing
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs628 #ifdef testing
656 #endif /* testing */
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk50 # build the SQLite library and testing tools.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm711 $self->{_MAX_EXEC_LEN} is set by this method, but only for testing purposes.
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris192 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1561 # # Do some testing to determine this threshhold
2575 Autrijus Tang (for heroic eleventh-hour Win32 testing above and beyond
2576 the call of duty), Michael G Schwern (for testing advice), and the
2577 rest of the CPAN testers (for testing generally).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm1267 readable). Its purpose is mostly to support testing, i.e. to compare

Completed in 1439 milliseconds

12