www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - visual d support unittesting

reply "baleog" <b1012243 trbvm.com> writes:
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
Oct 22 2014
next sibling parent "Trass3r" <un known.com> writes:
Like 
http://blogs.msdn.com/b/visualstudioalm/archive/2012/07/31/writing-a-visual-studio-2012-un
t-test-adapter.aspx 
?
Oct 23 2014
prev sibling parent Rainer Schuetze <r.sagitario gmx.de> writes:
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.
Oct 26 2014