In the past I've occasionally announced something "coming soon" that never saw the light of day, and because of this I've greatly reduced the number of times that I mention any ideas that are still in the vaporware stage. This time though I just wanted to get it out there.
I mentioned here that Unit Testing was a big chance to save developers time using concurrency. I actually downloaded the NUnit source immediately after posting that and started looking at what it would take to get NUnit to run tests concurrently. It's my current opinion, though I reserve the right to change my position later, that NUnit is an over engineered mess. It uses some interesting combinations of patterns that ultimately makes an amazingly deep and hard to follow pipeline for test execution and result reporting. The path for running a test suite goes something like this:
I'm sure I'm missing at least one step in there. The first trial of making SimpleTestRunner execute the tests in Parallel failed because there seems to be some bizarre hook in the test result capturing scheme that didn't like being threaded. I will either track down this issue, create my own XTestRunner implementation, or blow an evening making my own unit test scheme that can run in parallel. If I can then get TestDriven and NCover to hook into that, life would be good indeed.
Remember Me
a@href@title, strike
Powered by: newtelligence dasBlog 2.0.7226.0
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2008, Damon Payne
E-mail