wok annotate perl-test-mockmodule/description.txt @ rev 25487
Up exiftool (12.50), foomatic-db (4.0-20221111), lzsa (1.4.0), zlib (1.2.13)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 15 16:20:54 2022 +0000 (2022-11-15) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@24256 | 1 Test::MockModule lets you temporarily redefine subroutines in other packages |
Hans-Günter@24256 | 2 for the purposes of unit testing. |
Hans-Günter@24256 | 3 |
Hans-Günter@24256 | 4 A Test::MockModule object is set up to mock subroutines for a given module. |
Hans-Günter@24256 | 5 The object remembers the original subroutine so it can be easily restored. |
Hans-Günter@24256 | 6 This happens automatically when all MockModule objects for the given module |
Hans-Günter@24256 | 7 go out of scope, or when you unmock() the subroutine. |