[EMAIL PROTECTED] writes:
> I was poking around on CPAN and noticed this rather complete
> alternative to Pod::Tests for embedding tests in code, a bit closer to
> what Barrie was discussing.
>
> I've invited the author onto the list and hopefully he'll say a few
> words. I'd also like people to poke around with it, see what its all
> about.
I've been playing with the Test::Unit::TestCase framework and it's
potentially very cool, and nicely designed at the macro level.
However, there's some nastiness in the code itself which could be an
awful lot more perlish. The fact that the test suite that comes with
it doesn't actually test the whole system very well is kind of
annoying too.
And it's *really* weird seeing inner classes cropping up in Perl. It
comes from the fact that the original testing framework on which its
based was written in Java.
The documentation is kind of sucky too. It points you at the JUnit
documentation, then proceeds to do some stuff that JUnit doesn't do...
--
Piers