summaryrefslogtreecommitdiff
path: root/devel/p5-Test-MockObject/DESCR
blob: fd735f3531b6c510ccee0628c5ee488fe312bbd7 (plain)
1
2
3
4
5
6
7
8
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.