in reply to Using Test::MockObject For Good And Evil
You could certainly do this, but you're probably better off building your own interface-compatible modules instead.
The key is in putting an AUTOLOAD in your own object and having it report the unimplemented methods. Then go through and implement them.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using Test::MockObject For Good And Evil
by jk2addict (Chaplain) on Mar 16, 2005 at 23:06 UTC |