wok-6.x annotate perl-test-mockmodule/description.txt @ rev 25268
xorg-cf-files/Imake.tmpl: update ArCmd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 17 14:59:20 2022 +0000 (2022-07-17) |
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. |