Forum member
canuckotter
3 posts
Posts by canuckotter
-
MbUnit SetUp method not being run when it is an override and base also marked SetUp
I've got Gallio 3.2.3 installed. The base class is actually in a separate assembly, to which my test assembly has a binary reference (not a project reference - they're different solutions). I'll try to find time tonight to test what happens if I move the base class into the same assembly. (I can't d…
03 Jul 2012 12:53 UTC
-
MbUnit SetUp method not being run when it is an override and base also marked SetUp
[quote=Remco;2297]Can you tell me what you have set for the 'Framework utilisation type for Gallio/Xunit' underneath your NCrunch solution configuration? Do the tests start working correctly if you change this setting?[/quote] It was set to UseStaticAnalysis. I switched it to UseDynamicAnalysis …
29 Jun 2012 12:43 UTC
-
MbUnit SetUp method not being run when it is an override and base also marked SetUp
I've got a bunch of MbUnit-based tests that run fine when run through R#, but when I try to run them through NCrunch a bunch of them are failing. The test classes are all subclasses of an abstract base class (which is indeed marked as abstract). In the base class, there is a virtual Setup() method d…
27 Jun 2012 13:55 UTC