freebsd-ports/devel/p5-Test-ExpectAndCheck/pkg-descr
Po-Chuan Hsieh 77338ad1c1
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.
2023-11-01 09:56:55 +08:00

5 lines
372 B
Text

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.