パッケージ: libtest-mockdbi-perl (0.70-1.1)
libtest-mockdbi-perl に関するリンク
Trisquel の資源:
libtest-mockdbi-perl ソースパッケージをダウンロード:
- [libtest-mockdbi-perl_0.70-1.1.dsc]
- [libtest-mockdbi-perl_0.70.orig.tar.gz]
- [libtest-mockdbi-perl_0.70-1.1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Christopher Hoskin
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
mocked DBI interface for testing purposes
Test::MockDBI has a major advantage over DBI::trace() or DBD::Mock -- Test::MockDBI lets you change how the mocked DBI functions behave, along with modifying what data is returned by the mocked DBI functions. These changes and modifications can be made specific to particular SQL statement patterns.
This ability to modify DBI function behavior and DBI-returned data makes it easier to test code that has different branches for different DBI behaviors -- you can test that a failure within DBI or returned DB data that is different than normal is processed correctly by your module or program. If you are taking over a large code base, Test::MockDBI will help in understanding the code by allowing you to safely check how the code behaves under different database conditions without modifying any databases (production or otherwise).
その他の libtest-mockdbi-perl 関連パッケージ
|
|
|
-
- dep: libclone-perl
- module for recursively copying Perl datatypes
-
- dep: libdbi-perl
- Perl Database Interface (DBI)
-
- dep: libtest-differences-perl
- Perl module to test string and data structure differences
-
- dep: libtest-mockobject-perl
- Perl extension for emulating troublesome interfaces
-
- dep: libtest-warn-perl
- test module for checking which warnings are generated
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language