Perl extension for emulating troublesome interfaces
http://search.cpan.org/dist/Test-MockObject/
It's a simple program that doesn't use any other modules, and those are easy to
test. More often, testing a program completely means faking up input to another
module, trying to coax the right output from something you're not supposed to
be testing anyway.
Testing is a lot easier when you can control the entire environment. With
Test::MockObject, you can get a lot closer.
Test::MockObject allows you to create objects that conform to particular
interfaces with very little code. You don't have to reimplement the behavior,
just the input and the output.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / perl-Test-MockObject
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Test-MockObject && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Test-MockObject-1.09.tar.gz | 0000021788 21.3 KB | |
Test-MockObject-1.20110612.tar.gz | 0000028025 27.4 KB | |
perl-Test-MockObject.changes | 0000000595 595 Bytes | |
perl-Test-MockObject.spec | 0000002646 2.58 KB |
Revision 6 (latest revision is 20)
Robert Schweikert (rjschwei)
committed
(revision 6)
- fix license string
Comments 0