Forum member

james

30 posts

Posts by james

  1. Opposite of Isolated

    https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/6087210-force-tests-to-run-inside-the-same-process

  2. Opposite of Isolated

    I'm using a static member and initializing it only once. It's all in memory so once the process dies it is cleaned up, it doesn't access any external resources. In the cases where 2 tests do happen to run in the same process, the second one runs quickly (sub 50ms). In this instance I'm happy to f…

  3. Opposite of Isolated

    Hi I'm looking for a way to force certain tests to run in the same process. There is some expensive setup (around 3-4seconds) that only needs to happen once. But since the tests are running in separate processes it's happening multiple times, causing the suite to take a minute or so to run whe…

  4. Tests that use RazorEngine get odd exception when NCrunch is the runner.

    Just hit this. Spent 20min trying to find a resolution. Would be great if NCrunch would display the correct error message. It's shame to have to flick between test runners. I can foresee that, when these tests break, another developer will spend another 20+ minutes trying to solve a problem that …

  5. Errors building with SlowCheetah

    That seems like a good move. I've checked the nchrunch files into source control but they will still need updating every time we reference a new version of SlowCheetah. Your suggestion would avoid that. Thanks

  6. Fitnesse

    Yes. I wouldn't mind taking a look at developing it if you can point me in the right direction? Cheers James

  7. Fitnesse

    Hi, Is there currently any way of running Fitnesse tests from nCrunch? James

  8. Errors building with SlowCheetah

    That was it. Thanks. I should check the ncrunch files into source control. Not everyone on the project uses it tho so I haven't needed to. If they were it would have shown up in git grep :( Thanks again

  9. Errors building with SlowCheetah

    Hi, We recently updated to SlowCheetah 2.5.8 from 2.5.5. The project builds fine in VS 2012 and VS 2013 but I'm getting an error in NCrunch (1) saying it can't find Microsoft.Web.XmlTransform.dll 1.2.0.0. The dll exists in the SlowCheetah.2.5.8/tools folder with reported version 1.2.31129.0. …

  10. XBehave support

    I just had a play about with xBehave. It looks great. Data driven BDD tests done right. It would be great to get this working in NCrunch! I'm guessing Gallio will need patching to support xBehave not necessarily NCrunch?