Paketname | libtest-mockmodule-perl |
Beschreibung | Perl module to override subroutines in a module for unit testing |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.05-2 |
Sektion | perl |
Priorität | extra |
Installierte Größe | 64 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 8996 Byte |
Prüfsumme MD5 | 20d78cd74a84596ddd86800a15d0d548 |
Prüfsumme SHA1 | 25516f8ba52c6f86f76be38d5037edd721214173 |
Prüfsumme SHA256 | 35557ce782c98b80e7b29504ab057f01984555cd68fdba3b11b98311a90eb4a4 |
Link zum Herunterladen | libtest-mockmodule-perl_0.05-2_all.deb |
Ausführliche Beschreibung | 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.
|