Unit tests for functions

Ary Borenszweig Ary_member at pathlink.com
Thu Jun 15 05:47:05 PDT 2006


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





More information about the Digitalmars-d-learn mailing list