mp has asked for the wisdom of the Perl Monks concerning the following question:

Is there a way to get a list of modules on CPAN that use Test::MockObject or Test::Class in their tests?

Alternatively, does anyone know of modules that use either of these extensively in their tests?

  • Comment on CPAN modules that use Test::Class or Test::MockObject in their tests

Replies are listed 'Best First'.
Re: CPAN modules that use Test::Class or Test::MockObject in their tests
by jplindstrom (Monsignor) on May 03, 2005 at 17:47 UTC
Re: CPAN modules that use Test::Class or Test::MockObject in their tests
by dragonchild (Archbishop) on May 03, 2005 at 17:18 UTC
    Excel::Template doesn't use Test::MockObject specifically, but it does use a mock object to test with. I could probably convert it to use T::MO, but haven't done so yet. *shrugs*

    The Perfect is the Enemy of the Good.