digitalmars.D.ide - visual d support unittesting
- baleog (7/7) Oct 22 2014 Hello!
- Trass3r (3/3) Oct 23 2014 Like
- Rainer Schuetze (4/11) Oct 26 2014 Jumping to the line of the failed unittest shouldn't be to hard if it is...
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
Like http://blogs.msdn.com/b/visualstudioalm/archive/2012/07/31/writing-a-visual-studio-2012-un t-test-adapter.aspx ?
Oct 23 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 DJumping 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