Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Test-MockObject
From: David Brownlee
Date: 2008-06-23 06:02:53
Message id: 20080623040253.CFE49175D0@cvs.netbsd.org
Log Message:
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.
Files: