libtest-expectandcheck-perl 0.06-2 source package in Ubuntu

Changelog

libtest-expectandcheck-perl (0.06-2) unstable; urgency=medium

  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Fri, 27 Oct 2023 00:03:37 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-expectandcheck-perl_0.06-2.dsc 2.6 KiB c52be57c7fc0a3a557d2daafb452162b9d14469eeee84843528fb6236ef55639
libtest-expectandcheck-perl_0.06.orig.tar.gz 19.6 KiB 7ffa355e933c66ac444bb172da1d206aad8e98a5069ca307f8cb2014082f5556
libtest-expectandcheck-perl_0.06-2.debian.tar.xz 1.6 KiB 8d330de2e06a077dcc485eebbc2710c218e39ba599d5ea3830558b74293daae2

No changes file available.

Binary packages built by this source

libtest-expectandcheck-perl: expect/check-style unit testing with object methods

 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.