in reply to Testing with non-trivial input

you mean - Test::MockObject?

update - see also Test::LectroTest. It has a tutorial.

update - Test::Unit seems to address the same problem as Test::MockObject. Anyway, Test::LectroTest may be what you want.

Replies are listed 'Best First'.
Re^2: Testing with non-trivial input
by kappa (Chaplain) on Nov 25, 2004 at 13:15 UTC
    Test::Unit is a complete testing framework -- Perl implementation of the venerable xUnit, while Test::MockObject is a testing utility to emulate complex interfaces not relevant to the code under testing. The latter is very useful whether you use Test::Unit, Test::More or any other framework. They do not address the same problem, sorry. Elephants and motorcycles, kind of.
    --kap