Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Test-ExpectAndCheck
From: Wen Heping
Date: 2024-04-30 05:16:40
Message id: 20240430031640.BD004FA2C@cvs.NetBSD.org
Log Message:
Import Test-ExpectAndCheck-0.06 as devel/p5-Test-ExpectAndCheck
This package 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.
Files: