Port details |
- p5-Test-ExpectAndCheck Expect/check-style unit testing with object methods
- 0.07 devel =2 0.06Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-11-01 02:18:53
- Last Update: 2024-10-21 09:17:29
- Commit Hash: a06821e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/dist/Test-ExpectAndCheck
- Description:
- Test::ExpectAndCheck creates objects that assist in writing unit tests with
mocked object instances. Each mock instance will expect to receive a given list
of method calls. Each method call is checked that it received the right
arguments, and will return a prescribed result. At the end of each test, each
object is checked to ensure all the expected methods were called.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Test-ExpectAndCheck>0:devel/p5-Test-ExpectAndCheck
- To install the port:
- cd /usr/ports/devel/p5-Test-ExpectAndCheck/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Test-ExpectAndCheck
- pkg install p5-Test-ExpectAndCheck
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Test-ExpectAndCheck
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729240334
SHA256 (Test-ExpectAndCheck-0.07.tar.gz) = fe34bb961bf7004120c67aa95c0da57c759cb46b02bdaee01488641b1c073f67
SIZE (Test-ExpectAndCheck-0.07.tar.gz) = 22826
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Future>=0 : devel/p5-Future
- p5-Test-Deep>=0 : devel/p5-Test-Deep
- perl5>=5.36<5.37 : lang/perl5.36
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-Simple>=1.302200 : devel/p5-Test-Simple
- Runtime dependencies:
-
- p5-Future>=0 : devel/p5-Future
- p5-Test-Deep>=0 : devel/p5-Test-Deep
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Test-ExpectAndCheck
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.07 21 Oct 2024 09:17:29 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Test-ExpectAndCheck: Update to 0.07
- Update LICENSE_FILE
Changes: https://metacpan.org/dist/Test-ExpectAndCheck/changes |
0.06 15 Aug 2024 15:30:59 |
Po-Chuan Hsieh (sunpoet) |
*: Change *_DEPENDS from p5-Test2-Suite to p5-Test-Simple
- Bump PORTREVISION of the following dependent ports for dependency change
- databases/p5-DBIx-QuickDB
- devel/p5-Shell-Config-Generate
- devel/p5-Test-Archive-Libarchive
- devel/p5-Test-Future-IO-Impl
- devel/p5-Test2-Harness
- devel/p5-Test2-Harness-UI
- devel/p5-Test2-Plugin-DBIProfile
Test2-Suite has been merged into Test-Simple since 1.302200.
Reference: https://metacpan.org/dist/Test-Simple/changes |
0.06 01 Nov 2023 01:56:55 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Test-ExpectAndCheck: Add p5-Test-ExpectAndCheck 0.06
Test::ExpectAndCheck creates objects that assist in writing unit tests with
mocked object instances. Each mock instance will expect to receive a given list
of method calls. Each method call is checked that it received the right
arguments, and will return a prescribed result. At the end of each test, each
object is checked to ensure all the expected methods were called. |
Number of commits found: 3
|