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