digitalmars.D - A Quick & Dirty Unit Test Framework for D 2.0
- Wei Li <oldrev gmail.com.nospam> Jul 27 2007
- Robert Fraser <fraserofthenight gmail.com> Jul 27 2007
- Witold Baryluk <baryluk smp.if.uj.edu.pl> Jul 27 2007
- Wei Li <oldrev gmail . com> Jul 27 2007
Content-Type: text/plain 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
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
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
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









Robert Fraser <fraserofthenight gmail.com> 