Perl extension for emulating troublesome interfaces
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.
- Links to remote devel:languages:perl / perl-Test-MockObject
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:NoseyNick/perl-Test-MockObject && cd $_
- Create Badge
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
Test-MockObject-1.09.tar.gz | 0000021788 21.3 KB | |
Test-MockObject-1.20110612.tar.gz | 0000028025 27.4 KB | |
_link | 0000000128 128 Bytes | |
perl-Test-MockObject.changes | 0000000452 452 Bytes | |
perl-Test-MockObject.spec | 0000001947 1.9 KB |
Comments 0