Something like NCrunch's Automatic Concurrent Testing?
I am trying to see if NCrunch is simply an alternative to using R# + dotCover. Looks like it but looks like NCrunch has some features I would like to see in the ReSharper test runner and dotCover as well.
This sounds nice:
Automatic Concurrent Testing
A normal cycle of test driven development makes you stop to run your tests so often that it's just plain painful. Think about the steps you usually go through:
A normal cycle of test driven development makes you stop to run your tests so often that it's just plain painful. Think about the steps you usually go through:
- Write the test
- Stop and run the test
- Write the code under test
- Stop and run tests
- Refactor the code under test
- Stop and run tests
- Drink some coffee and repeat
- Write the test
- Write the code under test
- Refactor the code under test
- Be happy, drink some coffee and repeat!
Please sign in to leave a comment.
Hi,
Thank you for the feedback
Continuous testing is our high-priority feature for the next major release, you are welcome to track the status of the corresponding task: http://youtrack.jetbrains.com/issue/DCVR-3313
Best Regards.