Forum member

isb-ik

5 posts

Posts by isb-ik

  1. MCP server

    I use AI as a support tool. After each change the AI implements, it runs the relevant unit tests. However, ncrunch does the same thing in parallel. It would be helpful to have an ncrunch MCP server that the AI could query.

  2. xUnit with custom Fact/Theory attribute

    Hi, I'm using xUnit 2.4.1. You can find sample code on the official xunit GitHub repository on https://github.com/xunit/samples.xunit/tree/master/STAExamples.

  3. xUnit with custom Fact/Theory attribute

    xUnit can be extended by using custom (inherited) attributes for Fact or Theory. There are some examples an the xUnit site for this. I'm using a WpfTheory attribute (inherited from Theory) to start my tests in a STA thread to be able to create WPF controls in the tests. It seems that ncrunch does …

  4. Some tests stay on status 'Running (First time run)'

    It seems to be a problem with the NUnit Version. First I have tried NUnit 3.2.1 but the problem was the same. Then I changed back to NUnit 2.6.3 and then all works fine.

  5. Some tests stay on status 'Running (First time run)'

    I run NCrunch 2.24 on Visual Studio 2015 with NUnit 3.4.1 on two different machines. On both maschines all tests starts but not all tests finishes. In the NCrunch Tests window this tests shows the state 'Running (First time run') but never finishes. If I change some code in this tests (i.e. the fu…