DUnit - class MyTest { mixin TestMixin; void testMethod1() {} void testMethod2() {}}

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sun Feb 19 08:36:53 PST 2012


On 2/19/12 9:30 AM, Juan Manuel Cabo wrote:
> People of the D world.. I give you DUnit (not to be confused with an old
> tango DUnit, this one is for >= D2.057, and doesn't really require
> phobos or tango (just you version the few writeln's of the runner, and
> maybe
> something else)).
>
> https://github.com/jmcabo/dunit

Interesting, congrats. A common question that will come up is comparing, 
contrasting, and integrating your work with the existing unittest 
language feature. You may want to address these issues directly in the 
documentation.


Thanks,

Andrei




More information about the Digitalmars-d-announce mailing list