I'm using MBUnit Framework for unit testing and looking for a good test runner.
MbUnit's runner is fast however lacking lots of stuff such as
- You can't set execution path
- It's collapsing all trees in every run which drives me crazy
- And almost all other test runner provides so many extra quite and lovely features
I used Zanebug, but:
- Not properly supported any more, kind of a dead project
- I think it's not compatible with latest MBUnit because it keeps crashing on me
- Got so many weird bugs
Gallio
- Don't know why keeps crashing on startup, (Vista x64)
- I've got it run in another setup, it's about 6 times slower than MBUnit GUI and I've got so many test,
Test Driven .NET addon
- This is great little tool but just for testing one or unit test, doesn't provide a good or VS.NET independent GUI
I'm open to any other free test runner which works with or independent from VS 2008