Forum member

xerxesb

2 posts

Posts by xerxesb

  1. 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…

  2. 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…