Forum member

Peter Bridger

2 posts

Posts by Peter Bridger

  1. Global use of isolated attribute

    Hello Remco Thanks for your feedback. I saw the performance note on the IsolatedAttribute documentation page, but I didn't realise the impact would be so severe. Have you any recommendations how nCrunch can be used to enforce test isolation, without going this route? Thanks Peter

  2. Global use of isolated attribute

    I head up a Scrum team which includes (- BROKEN LINK -)'The Art of Unit Testing' guidelines[/url] as part of our definition of done. Part of this defines that a unit test should be isolated, it should be able to run by itself and not be affected by other unit tests. We rely on nCrunch heavily …