--- Andrew Savige <[EMAIL PROTECTED]> wrote:
> Has anyone ported a Test::More style framework to C/C++ or Java?
> How do Perl5/Parrot white-box unit test their C code?

For white box testing C code, I just use assert().

As for porting a Test::More style framework, I tried doing that with Python and was 
actually doing
well with it, but I was shot down pretty quickly.  xunit style testing, though it has 
limitations,
is very powerful and people are quick to scoff at alternatives (at least from what I've
experienced.)

Cheers,
Ovid

=====
Silence is Evil            http://users.easystreet.com/ovid/philosophy/indexdecency.htm
Ovid                       http://www.perlmonks.org/index.pl?node_id=17000
Web Programming with Perl  http://users.easystreet.com/ovid/cgi_course/

Reply via email to