openbsd-ports/devel/p5-Test-MockModule/pkg/DESCR
sturm 3f65f88017 Initial import of Test::MockModule 0.05
Test::MockModule lets you temporarily redefine subroutines in other packages
for the purposes of unit testing.
2005-04-04 17:47:08 +00:00

9 lines
394 B
Plaintext

Test::MockModule lets you temporarily redefine subroutines in other packages
for the purposes of unit testing.
A Test::MockModule object is set up to mock subroutines for a given
module. The object remembers the original subroutine so it can be easily
restored. This happens automatically when all MockModule objects for the given
module go out of scope, or when you unmock() the subroutine.