wok view perl-test-mockmodule/description.txt @ rev 24834

updated libssh2 and libssh2-dev (1.9.0 -> 1.10.0)
author Hans-G?nter Theisgen
date Fri Mar 25 06:44:45 2022 +0100 (2022-03-25)
parents
children
line source
1 Test::MockModule lets you temporarily redefine subroutines in other packages
2 for the purposes of unit testing.
4 A Test::MockModule object is set up to mock subroutines for a given module.
5 The object remembers the original subroutine so it can be easily restored.
6 This happens automatically when all MockModule objects for the given module
7 go out of scope, or when you unmock() the subroutine.