Unit testing

Alexander Panek alexander.panek at brainsware.org
Sat Jul 1 18:08:09 PDT 2006


noteventime at gmail.com wrote:
> Hello,
> I've been using D for two weeks or so now, coming from C++. The only thing 
> currently forcing me to stay with C++ is the lack of a real unittesting.
> I have been trying to create one myself but unfortunately D lacks a few 
> features to create one, something like javas annotations, (/me ducks) C/C++s 
> preprocessor or something similar to VM/Scripting languages reflection 
> support, I've heard better reflection support is on its way, but I'm not sure 
> it's more than just rumors.
> Just saying what is holding me, and probably a few others, from using D.
> Is there better unittesting/something that would enable the creation of a 
> framework on its way? 
> 
> 
What's with your little testing suite?

http://trac.brainsware.org/dunittest/browser/trunk/src/dunittest.d

Looks very nice to me, so why not use it?



More information about the Digitalmars-d mailing list