Package : perl-Mock-MonkeyPatch

Package details

Summary: Monkey patching with test mocking in mind

Description:
Mocking is a common tool, especially for testing. By strategically
replacing a subroutine, one can isolate segments (units) of code to test
individually. When this is done it is important to know that the mocked sub
was actually called and with what arguments it was called.

the Mock::MonkeyPatch manpage injects a subroutine in the place of an
existing one. It returns an object by which you can revisit the manner in
which the mocked subroutine was called. Further when the object goes out of
scope (or when the the /restore manpage method is called) the original
subroutine is replaced.



Maintainer: tv

List of RPMs

    No RPM found for perl-Mock-MonkeyPatch using the current filters, try other values.