I want to ask you if it is possible in MS Test framework to measure the memory consumed by each test and that same test to fail if it consumes more than a constant value of memory given somewhere in the project. Or just to notify me or save a report of the memory consumed by the test run.
I switched from Galio MbUnit and it had a great a great way of plugging custom attributes to test methods with which I was able to detect the memory using the garbage collector.