An (amazing) pair programming day with Jamie Cansdale
An (amazing) pair programming day with Jamie Cansdale
Submitted by pelikhan on Thu, 26/08/2004 - 13:27.Yesterday, Jamie Cansdale (NunitAddin) and I spent time "pair-programming" on MbUnit, NUnitAddIn and other tools like the Reflector.Graph addins. The collaboration has been very productive! I've got a lot of blog entry to write about the things we have built yesterday, I'll summarize quickly:
- MbUnit has now a much better support for NUnitAddIn:
- this solution should be "version" proof: it should not break if NUnitAddIn updates and so on,
- you can select a method and execute the tests involving that method,
- MbUnit generates the Html report and puts the URL in the output, ready for you
- MbUnit has new fixtures! CrossFixture generates generate the cross products of different data source and hands it to the test...
- Reflector.Graph renders to SVG: we are now hosting IE inside Reflector to display SVD graphs...
- Reflector.Graph graphs has clickable links! You can click on an assembly to load it, and so on...
A lot of work, a lot of fun...
