visual d support unittesting

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sun Oct 26 10:41:14 PDT 2014



On 22.10.2014 14:01, baleog wrote:
> Hello!
>
> Maybe someone know. Any plans to add integrated unittesting to
> Visual D? For example:
>
> * jump to failed test
> * red/green line for test running
> * reports
>
> Something like nunit-gui but for D

Jumping to the line of the failed unittest shouldn't be to hard if it is 
found in the output window (e.g. if run with "Compile and Run").

Anything else would need some sort of messages from the unittest runner.


More information about the Digitalmars-d-ide mailing list