www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - A Quick & Dirty Unit Test Framework for D 2.0

reply Wei Li <oldrev gmail.com.nospam> writes:
Hi all:

This is a Ruby's Test::Unit-like unit test framework for D 2.0, it cost me 4
hours, hope you like it.


- Wei Li
Jul 27 2007
next sibling parent Robert Fraser <fraserofthenight gmail.com> writes:
Wei Li Wrote:

 Hi all:
 
 This is a Ruby's Test::Unit-like unit test framework for D 2.0, it cost me 4
hours, hope you like it.
 
 
 - Wei Li
It's amazing just how many possibilities this __traits thing opens up.
Jul 27 2007
prev sibling next sibling parent Witold Baryluk <baryluk smp.if.uj.edu.pl> writes:
Wei Li wrote:
 Hi all:
 
 This is a Ruby's Test::Unit-like unit test framework for D 2.0, it cost me
 4 hours, hope you like it.
It is so simple. Very nice.
Jul 27 2007
prev sibling parent Wei Li <oldrev gmail . com> writes:
Wei Li Wrote:

 Hi all:
 
 This is a Ruby's Test::Unit-like unit test framework for D 2.0, it cost me 4
hours, hope you like it.
 
 
 - Wei Li
 
Lastest version: http://dotmars.googlecode.com/svn/trunk/sandbox/2.0/test.d
Jul 27 2007