Forum member

jbuedel

6 posts

Posts by jbuedel

  1. Some NCrunch feedback

    Great! I'm glad it's useful. I'll post more feedback there as I have it.

  2. Some NCrunch feedback

    I've been gathering some NCrunch feedback in a separate document. I hope you don't mind it not being right here on the forum. It's just easier for me to get images and so forth into a google doc. https://docs.google.com/document/d/1pFjnrc3Xsm7X4Dq4K3lMeM62L6T_j4Xa6D2P8xP6NL4/edit If you don'…

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

    Once I figured out what was going on I can easily work around it. (Just rely on R# or NUnit and ignore NCrunch until that particular test is passing). See, the NCrunch error hides the RazorEngine error. But once the RazorEngine error is fixed the NCrunch error also goes away. So no, it is not ca…

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

    I am using a text templating engine called RazorEngine to format some text for an email (not to be confused with the MVC Razor stuff - RazorEngine is an enabler for using the Razor view syntax outside of Mvc iews). The RazorEngine seems to be doing some compiling at runtime. When the unit test i…

  5. How to pin new tests from the code window?

    I think there should be two additions. Firstly, if engine mode is 'Run all tests automatically', then do auto pin and run any new tests just as soon as they appear. For the other settings of engine mode, do not auto pin. Second, there should be an option available to pin any test or test fixtur…

  6. How to pin new tests from the code window?

    If I have a [Test] method open in the code window how do I rapidly add it to the test queue (that's called 'pinning', right)? Right click doesn't seem to show me anything, nor does interacting with the little circles. It seems I have to go to the Tests window, show all, then find my test, and then…