wok-current diff perl-test-mockmodule/description.txt @ rev 24588
updated gdbm and gdbm-dev (1.18.1 -> 1.23)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 28 15:06:59 2022 +0100 (2022-02-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-test-mockmodule/description.txt Mon Feb 28 15:06:59 2022 +0100 1.3 @@ -0,0 +1,7 @@ 1.4 +Test::MockModule lets you temporarily redefine subroutines in other packages 1.5 +for the purposes of unit testing. 1.6 + 1.7 +A Test::MockModule object is set up to mock subroutines for a given module. 1.8 +The object remembers the original subroutine so it can be easily restored. 1.9 +This happens automatically when all MockModule objects for the given module 1.10 +go out of scope, or when you unmock() the subroutine.