pkgsrc/devel/p5-Test-MockObject/DESCR
abs 1c256ddbf4 import p5-p5-Test-MockObject-1.09
Perl extension for emulating troublesome interfaces.

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.
2008-06-23 04:02:53 +00:00

8 lines
355 B
Text

Perl extension for emulating troublesome interfaces.
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.