套件: libtest-mockdatetime-perl (0.02-2)
libtest-mockdatetime-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libtest-mockdatetime-perl:
- [libtest-mockdatetime-perl_0.02-2.dsc]
- [libtest-mockdatetime-perl_0.02.orig.tar.gz]
- [libtest-mockdatetime-perl_0.02-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Alexandre Mestiashvili
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module to mock DateTime->now calls during tests
Getting the current time sometimes is not very helpful for testing scenarios. Instead, if you could obtain a known value during the runtime of a testcase will make your results predictable.
The Test::MockDateTime module allows faking a given date and time for the runtime of a subsequent code block. By default the on keyword is exported into the namespace of the test file. The date to get mocked must be in a format that is recognized by DateTime::Format::DateParse.
其他與 libtest-mockdatetime-perl 有關的套件
|
|
|
-
- dep: libdatetime-format-dateparse-perl
- Perl module parsing Date::Parse compatible formats
-
- dep: libdatetime-perl
- module for manipulating dates, times and timestamps
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language