Thread overview
visual d support unittesting
Oct 22, 2014
baleog
Oct 23, 2014
Trass3r
Oct 26, 2014
Rainer Schuetze
October 22, 2014
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
October 23, 2014
Like http://blogs.msdn.com/b/visualstudioalm/archive/2012/07/31/writing-a-visual-studio-2012-unit-test-adapter.aspx ?
October 26, 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.