Forum member

imays

4 posts

Posts by imays

  1. Jenkins CI association

    How can I associate Ncrunch command line tool to Jenkins?

  2. Standalone GUI app

    Can I run Ncrunch unit test GUI without Visual Studio? Ncrunch documents say that it can be run from command line, but I don't know how to run it as a standalone GUI app like Nunit GUI. [url=https://www.google.co.kr/search?q=nunit+gui&newwindow=1&es_sm=122&source=lnms&tbm=isch&sa=X&ved=0CAcQ_AUoAW…

  3. Disabling automatic run test

    Thank you!

  4. Disabling automatic run test

    My app is composed of: C# application <- P/Invoke -> C++ DLL Of course, most of the code is written in C++. I tested Ncrunch and found that editing C++ source file continuously runs the unit test. How can I disable it?