[ 原始碼: libtest-mockmodule-perl ]
套件:libtest-mockmodule-perl(0.178.0-1)
libtest-mockmodule-perl 的相關連結
Debian 的資源:
下載原始碼套件 libtest-mockmodule-perl:
- [libtest-mockmodule-perl_0.178.0-1.dsc]
- [libtest-mockmodule-perl_0.178.0.orig.tar.gz]
- [libtest-mockmodule-perl_0.178.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module to override subroutines in a module for unit testing
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.
其他與 libtest-mockmodule-perl 有關的套件
|
|
|
|
-
- dep: libsuper-perl
- control superclass method dispatch
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language