Re: unit testing C++ code from perl
- From: Phlip <phlip2005@xxxxxxxxxxxx>
- Date: Fri, 30 Jun 2006 20:16:02 GMT
Greger wrote:
out of curiosity, has anyone dealt with unittesting C++ libraries with
perlunit?if so gimme some feedback on this, would be interested. Taaa... g
Yes. For the love of the deity of your choosing, don't do it.
Thou Shalt Write thy Unit Tests in the Same Language As Thy Code.
Starting with a *unit you understand is fun, but then you will endure an
endless burn of mismatched bindings, poor tool support, and betrayal of
false conveniences.
Learn CppUnitLite and write your tests - preferrably first - in C++. You
will get full language and tool support. Unit testing is about details,
and cross-language binding is not about details.
--
Phlip
.
- References:
- unit testing C++ code from perl
- From: Greger
- unit testing C++ code from perl
- Prev by Date: unit testing C++ code from perl
- Previous by thread: unit testing C++ code from perl
- Index(es):
Relevant Pages
|