./devel/p5-Mock-Quick, Quickly mock objects and classes, even temporarily replace them

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.111nb3, Package name: p5-Mock-Quick-1.111nb3, Maintainer: pkgsrc-users

Mock-Quick is here to solve the current problems with Mocking
libraries.

There are a couple Mocking libraries available on CPAN. The primary
problems with these libraries include verbose syntax, and most
importantly side-effects. Some Mocking libraries expect you to mock
a specific class, and will unload it then redefine it. This is
particularly a problem if you only want to override a class on a
lexical level.

Mock-Quick provides a declarative mocking interface that results
in a very concise, but clear syntax. There are separate facilities
for mocking object instances, and classes. You can quickly create
an instance of an object with custom attributes and methods. You
can also quickly create an anonymous class, optionally inheriting
from another, with whatever methods you desire.

Mock-Quick also provides a tool that provides an OO interface to
overriding methods in existing classes. This tool also allows for
the restoration of the original class methods. Best of all this is
a localized tool, when your control object falls out of scope the
original class is restored.


Master sites: (Expand)

Filesize: 18.159 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-07 22:18:45 by Thomas Klausner | Files touched by this commit (3)
Log message:
devel/p5-Mock-Quick: import p5-Mock-Quick-1.111

Mock-Quick is here to solve the current problems with Mocking
libraries.

There are a couple Mocking libraries available on CPAN. The primary
problems with these libraries include verbose syntax, and most
importantly side-effects. Some Mocking libraries expect you to mock
a specific class, and will unload it then redefine it. This is
particularly a problem if you only want to override a class on a
lexical level.

Mock-Quick provides a declarative mocking interface that results
in a very concise, but clear syntax. There are separate facilities
for mocking object instances, and classes. You can quickly create
an instance of an object with custom attributes and methods. You
can also quickly create an anonymous class, optionally inheriting
from another, with whatever methods you desire.

Mock-Quick also provides a tool that provides an OO interface to
overriding methods in existing classes. This tool also allows for
the restoration of the original class methods. Best of all this is
a localized tool, when your control object falls out of scope the
original class is restored.