Forum member
xerxesb
2 posts
Posts by xerxesb
-
Getting NCrunch to load NUnit Addins
The framework was written a number of years ago (before most of the current ones out there). An (basic) example of its use: [code=csharp]public class CalculatorSpec : SpecFor<BasicCalculator> { [Test] public void WhenAdding() { // subject is created by the…
08 Nov 2012 09:59 UTC
-
Getting NCrunch to load NUnit Addins
Hi there, We've built an NUnit addin to assist us in writing our tests (it's a thin bdd-style framework). When I try to run our tests under NCrunch, the tests fail because our addin isn't being loaded. I've tried adding the assemblies as AdditionalFiles and even copied the assemblies into the NCr…
07 Nov 2012 22:49 UTC