[ bianca ]
[ 源代码: libtest-mockmodule-perl ]
软件包:libtest-mockmodule-perl(0.178.0-1)
libtest-mockmodule-perl 的相关链接
下载源码包 libtest-mockmodule-perl:
- [libtest-mockmodule-perl_0.178.0-1.debian.tar.xz]
- [libtest-mockmodule-perl_0.178.0-1.dsc]
- [libtest-mockmodule-perl_0.178.0.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [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