套件:libdbd-mock-perl(1.59-1)
libdbd-mock-perl 的相關連結
Debian 的資源:
下載原始碼套件 libdbd-mock-perl:
- [libdbd-mock-perl_1.59-1.dsc]
- [libdbd-mock-perl_1.59.orig.tar.gz]
- [libdbd-mock-perl_1.59-1.debian.tar.xz]
維護小組:
- Debian Perl Group (QA 頁面, 郵件存檔)
- gregor herrmann (QA 頁面)
- Ansgar Burchardt (QA 頁面)
- Xavier Guimard (QA 頁面)
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Mock database driver for testing
Testing with databases can be tricky. If you are developing a system married to a single database then you can make some assumptions about your environment and ask the user to provide relevant connection information. But if you need to test a framework that uses DBI, particularly a framework that uses different types of persistence schemes, then it may be more useful to simply verify what the framework is trying to do -- ensure the right SQL is generated and that the correct parameters are bound. DBD::Mock makes it easy to just modify your configuration (presumably held outside your code) and just use it instead of DBD::Foo (like DBD::Pg or DBD::mysql) in your framework.
其他與 libdbd-mock-perl 有關的套件
|
|
|
|
-
- dep: libdbi-perl
- Perl Database Interface (DBI)
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language