-
perl-Test-Inter-1.05-1.fc19.noarch
This is another framework for writing test scripts. It is loosely inspired
by Test::More, and has most of it's functionality, but it is not a drop-in
replacement.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Kwalitee-1.06-1.fc19.noarch
Kwalitee is an automatically-measurable gauge of how good your software
is. That's very different from quality, which a computer really can't
measure in a general sense (if you can, you've solved a hard problem in
computer science).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-LeakTrace-0.14-5.fc19.x86_64
Test::LeakTrace provides several functions that trace memory leaks. This module
scans arenas, the memory allocation system, so it can detect any leaked SVs in
given blocks.
Leaked SVs are SVs that are not released after the end of the scope they have
been created. These SVs include global variables and internal caches. For
example, if you call a method in a tracing block, perl might prepare a cache
for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok()
executes a block more than once.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Manifest-1.23-2.lbn19.noarch
MakeMaker assumes that you want to run all of the .t files in the t/ directory
in ascii-betical order during make test unless you say otherwise. This leads to
some interesting naming schemes for test files to get them in the desired
order.
You can specify any order or any files that you like, though, with the test
directive to WriteMakefile.
Test::Manifest looks in the t/test_manifest file to find out which tests you
want to run and the order in which you want to run them. It constructs the
right value for MakeMaker to do the right thing.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Memory-Cycle-1.04-17.lbn19.noarch
Perl's garbage collection has one big problem: Circular references
can't get cleaned up. A circular reference can be as simple as two
objects that refer to each other.
"Test::Memory::Cycle" is built on top of "Devel::Cycle" to give you an
easy way to check for these circular references.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-MinimumVersion-0.101081-1.lbn19.noarch
Check whether your code requires a newer perl than you think.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-MockModule-0.05-18.fc19.noarch
Override subroutines in a module for unit testing.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-MockObject-1.20120301-2.fc19.noarch
Test::MockObject is a highly polymorphic testing object, capable of
looking like all sorts of objects. This makes white-box testing much
easier, as you can concentrate on what the code being tested sends to
and receives from the mocked object, instead of worrying about faking
up your own data. (Another option is not to test difficult things.
Now you have no excuse.)
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Moose-2.0802-1.fc19.x86_64
This module provides some useful test functions for Moose based classes.
It is an experimental first release, so comments and suggestions are
very welcome.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Mouse-1.05-1.fc19.x86_64
This module provides some useful test functions for Mouse based classes. It is
an experimental first release, so comments and suggestions are very welcome.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19