Unit tests for functions

Ary Manzana Ary_member at pathlink.com
Fri Jun 16 12:09:50 PDT 2006


In article <e6rm44$1hqv$2 at digitaldaemon.com>, Daniel Keep says...
>
>
>
>Ary Borenszweig wrote:
>> Are unit tests bound to classes?
>> 
>> I have a module with some functions and I want to make a unit test for them. The
>> problem is that I have to get the unit test inside a class (from what I can see
>> in the D documentation). What should I do? Should I make a class with all static
>> methods?
>> 
>> Thanks,
>> Ary
>
>You can have module-level unit tests.
>
>	-- Daniel
>
>-- 
>Unlike Knuth, I have neither proven or tried the above; it may not even
>make sense.
>
>v2sw5+8Yhw5ln4+5pr6OFPma8u6+7Lw4Tm6+7l6+7D
>i28a2Xs3MSr2e4/6+7t4TNSMb6HTOp5en5g6RAHCP  http://hackerkey.com/

Thanks!!

Is that documented anywhere? I've only seen it in the Classes section:
http://www.digitalmars.com/d/class.html





More information about the Digitalmars-d-learn mailing list