-
Notifications
You must be signed in to change notification settings - Fork 1
April2011Meeting
Anthony Johnson edited this page May 16, 2013
·
1 revision
Wed. April 13th, 6:53pm at FreeGeek – 1731 SE 10th Ave.
speaker: Chad 'Exodist' Granum
Mock::Quick: (CPAN, Github) Is a modern mocking library taking advantage of modern Perl interface design.
Topics include:
- Quickly throwing together a minimum object to shove somewhere
- Mocking a quick, but strict object
- Takeover an already loaded class redefining and restoring specific methods
- Generate a mocked class that prevents the real one from loading
- Anonymous package mocking for a reusable mock
- Collecting usage data
- Brief overview of internals (the more you know! -=*)