digitalmars.D.learn - Unit tests for functions
- Ary Borenszweig (7/7) Jun 15 2006 Are unit tests bound to classes?
- Daniel Keep (8/17) Jun 15 2006 You can have module-level unit tests.
- Ary Manzana (4/21) Jun 16 2006 Thanks!!
- jcc7 (4/32) Jun 16 2006 It's mentioned in the grammar at the top of
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
Jun 15 2006
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, AryYou 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/
Jun 15 2006
In article <e6rm44$1hqv$2 digitaldaemon.com>, Daniel Keep says...Ary Borenszweig wrote:Thanks!! Is that documented anywhere? I've only seen it in the Classes section: http://www.digitalmars.com/d/class.htmlAre 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, AryYou 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/
Jun 16 2006
In article <e6uvlu$6pp$1 digitaldaemon.com>, Ary Manzana says...In article <e6rm44$1hqv$2 digitaldaemon.com>, Daniel Keep says...It's mentioned in the grammar at the top of http://www.digitalmars.com/d/module.html jcc7Ary Borenszweig wrote:Thanks!! Is that documented anywhere? I've only seen it in the Classes section: http://www.digitalmars.com/d/class.htmlAre 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, AryYou 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/
Jun 16 2006