Forum member

rbirkby

4 posts

Posts by rbirkby

  1. More configuration

    [quote=Remco;7] Of course, as a long term goal it's also worth trying to get integration tests running under NCrunch - This should always be possible, though depending on your tests, it may not be possible to do it overnight :) [/quote] The Integration tests which we run on our CI build ser…

  2. Build failure with extern alias

    [quote=Remco;5] Meanwhile, is there a reason you need to alias the NUnit framework assembly? Are you perhaps using two different versions of NUnit? [/quote] This is just the default Satisfyr library: http://satisfyr.codeplex.com/ http://satisfyr.codeplex.com/SourceControl/changeset/view/1e4b…

  3. More configuration

    Hi, I'd like to be able to stop processing tests from within the user interface. I can't find a way to do this. Secondly, I'd like to exclude my Integration tests from NCrunch and just run my Unit tests. Currently, I do this via an NUnit [CategoryAttribute], so it would be great if NCrunch cou…

  4. Build failure with extern alias

    Hi, When NCrunch attempts to build my NUnit test project, it fails with: [11:38:38.157-BuildTask-11] Error 'Compilation': Project.Tests: Satisfyr\Satisfyr.NUnit.cs (34): The extern alias 'NUnitAlias' was not specified in a /reference option Note that csc is called within VS with the following…