update Fri Apr 23 00:37:00 PDT 2010
[pkgsrc.git] / devel / p5-Test-MockObject / DESCR
1 Perl extension for emulating troublesome interfaces.
2
3 Testing is a lot easier when you can control the entire environment.
4 With Test::MockObject, you can get a lot closer.
5
6 Test::MockObject allows you to create objects that conform to
7 particular interfaces with very little code. You don't have to
8 reimplement the behavior, just the input and the output.