Forum member

liviuu

11 posts

Posts by liviuu

  1. Ncrunch and PostSharp

    I have an F# project that uses PostSharp. PostSharp build task tries to load nCrunch.TestRuntime!!!! It is the latest 2.7 ncrunch version. NCrunch: If you are experiencing problems in getting this project to build, have a look at http://www.ncrunch.net/documentation/troubleshooting_project-bui…

  2. New feature (cosmetical) request

    It should be great if the text of the failed test exception, assertion could be instantly visible on the same line with the red x marker. It is a little bit awkward to hover over the small x to find out the problem. Specially when programming late in the night ;)

  3. (v1.37b) yellow marker for slow tests issue

    Hi, Maybe i was not very detailed and clear in my explanation (english is second language). I have test method Test1. The test failed in NCrunch at statement Stmt1. I think it is not relevant for the average time to count the time spent in the failing test. My goal is to have only worki…

  4. (v1.37b) yellow marker for slow tests issue

    The statements raising exceptions, inside tests that fail, are counted for the average duration. The time spend when raising exceptions should be ignored.

  5. (v1.37b ) New feature request: go to the location of the actual error, the deepest statemen

    Hi, When I have a failing test, i have only the option to start debugging a failing test and break there. Very useful would be to have: 1) go to the location of the actual error, the deepest statement, (located usually in the tested library ) 2) start debugging a failing test and break on …

  6. (v1.37b) Issue: go to test does not work

    Hi. Go to test (from NCrunch test window) positions me always on the last line of the file containing the test. I have also Resharper 6.1 installed and VSCommands2010 lite.

  7. What steps are necessary to get NCrunch work with more exotic CLR languages?

    Hi, Location https://github.com/rsdn/nemerle I hope you will have a little time to dwelve into it ;) Regards

  8. What steps are necessary to get NCrunch work with more exotic CLR languages?

    It seems that building tests with nemerle and ncrunch fails with : NCrunch: If you are experiencing problems in getting this project to build, have a look at https://www.ncrunch.net/documentation/troubleshooting_project-build-issues (0): System.ArgumentOutOfRangeException: Non-negative numbe…

  9. What steps are necessary to get NCrunch work with more exotic CLR languages?

    I tesyed using Nemerle, and ncrunch does not detect test methods and does not show bullets. i am using nemerle with vs2010 integration built from github. it is an exotic language but is there for the clr....

  10. What steps are necessary to get NCrunch work with more exotic CLR languages?

    but, how about code editor decorations? will they work with any language service?

  11. What steps are necessary to get NCrunch work with more exotic CLR languages?

    HI, From presentation NCrunch features seems excellent. What steps are necessary to get NCrunch work with more exotic CLR languages? For example: Nemerle or IronRuby, IronPython etc... Regards