Forum member

desolat

2 posts

Posts by desolat

  1. Parameterized TestFixtures not fully recognized anymore with NUnit3

    Hi Remco, one more information on this issue: NCrunch issues a warning for all affected tests: [quote]This project contains multiple NUnit tests that share the same name. This prevents NCrunch from uniquely identifying tests during their discovery and execution, distorting the reporting of test …

  2. Parameterized TestFixtures not fully recognized anymore with NUnit3

    Here's a problem I'm experiencing with NCrunch 2.19.0.4 on Visual Studio 2013 in a project with NUnit 3.0.5813.39031: I'm using [url=https://github.com/nunit/nunit/wiki/TestFixture-Attribute#parameterized-test-fixtures]parameterized TestFixtures[/url] since NUnit 2 and the resulting tests were co…