Forum member

juanmanuelmedina

1 post

Posts by juanmanuelmedina

  1. xUnit tests classes with the same name cause NCrunch not to execute the test

    We are using xUnit to run our Solution tests. Recently we added multiple types of tests that test the same classes but with different intentions, that is we have Unit, Integration and Acceptance tests. All tests classes are in different namespaces. When running the tests using the ReSharper …