I made some test methods virtual so that I could save myself some typing and simply override them in a derived test fixture, then add some checks before and after the methods were called; unfortunately, it appears that NCrunch doesn't "see" the overridden methods and won't execute them as tests. Am I perhaps doing something wrong, or is this not currently possible? Thanks very much,
- Daniel