Forum member

trailmax

3 posts

Posts by trailmax

  1. Inconclusive result in NUnit TestCaseSource

    Thanks for the analysis, Remco. Nothing critical there. We'll use static analysis and work around the TestCase problem. Seems like AutoData is not suited well for NUnit: Resharper 8.1 is having problem with these tests as well -( I'll see how I can migrate all our tests to XUnit - seems a better…

  2. Inconclusive result in NUnit TestCaseSource

    Remco, I've been following the instructions from here: http://gertjvr.wordpress.com/2013/10/02/howto-get-autofixture-nunit2-working-with-ncrunch/ With DynamicAnalysis and tests with AutoData attribute are not running: class MyTest { [Test, AutoData] public void Simp…

  3. Inconclusive result in NUnit TestCaseSource

    Hi I'm implementing Autofixture.Autodata attribute for NUnit (http://gertjvr.wordpress.com/) So I had to switch NCrunch from DynamicAnalysis to StaticAnalysis on the solution level configuration. And one of the tests turns red with "result inconclusive". The test was using NUnit TestCaseSourc…