Hi,
first of all I want to say thanks for this great tool! It makes development and testing so much easier!
The feature I would love to see would allow me to decorate some of the objects involved in my tests with a new attribute, so that I can always see their properties during/at the end of a test run.
This request is motivated by this talk:
http://vimeo.com/36579366#t=1156 where Bret Victor says that
Quote:creators need an immediate connection to what they create
- and I agree with him. At the timestamp in the link he shows a development environment which allows the dev to immediately see what his code does (in his example he develops a binary search algorithm - he has many more examples, which make it even easier to see the benefits). With NCrunch it should be possible to get something similar. We could have a "Monitoring window", which shows all objects which are decorated with an "NCrunchMonitoringAttribute" and their properties during and at the end of a test run.
If NCrunch has a plugin system (I didn't find one), I would be willing to contribute this feature as a plugin.
Best,
Lars