Forum member
Sane
3 posts
Posts by Sane
-
T4 and assembly references
Hi, I have the following issue with NCrucnh building projects with T4. In our project we heavily use T4 code generation. While simple scenarios works perfect with ncrunch, other breaks ncrunch builds. We have T4 templates that depends on other project output dlls. The template loads these…
21 Aug 2012 10:58 UTC
-
ExclusivelyUsesAttribute on Test fixtures
Hi, thanks for answer. Yes, it's a typo = ConcreteIntegrationTests inherits SomeCoolStuffTest as well. I'll monitor 'Exclusively used resources' column value and let you know if there are anything odd with it. Thanks, Alex
21 Aug 2012 10:46 UTC
-
ExclusivelyUsesAttribute on Test fixtures
Does NCrunch recognize ExclusivelyUsesAttribute placed on an entire test fixture? In my project I have a separate base class for all integration tests, so I want that all test from all test fixtures that inherit integration base class are runned one by one. I try the following solution, but stil…
20 Aug 2012 12:54 UTC