> -----Original Message----- > From: Michael G Schwern [mailto:[EMAIL PROTECTED]
> With Test::Harness 3 you can define special behaviors for various test files. > The power of this is that the test scripts can be written in anything, > doesn't > have to be Perl. There are TAP libraries in several languages and because > the > basic protocol is so simple they're simple to implement. I've seem places > write TAP tests in C, shell, PHP and Java in the same test suite. Even > running their .html files as "tests" by instructing the harness to run them > through an HTML syntax validator. I was alway wondering how much TAP got accpeted to other languages. My feeling - but with no evidence whatsoever - is that the TAP producing libraries of other languages are hardly used. I wonder if it would be possible to take the existing .*Unit libraries of Java and .Net and create some wrapper around them (or a replacement) so people with existing tests written in those testing system would start producing TAP results. Sort of a drop-in replacement. > The downside is there's no pretty GUIs for TAP, but the potential exists. > It's a simple matter of programing. The upside is that when a TAP GUI is > created it will work with all existing TAP tests. Which might be a good project to work on in Oslo... Gabor