multiple test projects

multiple test projects

I'm trying to set up NCover Explorer where our solution has multiple projects and multiple test projects. Do I have to set up a seperate NCover Explorer Project Configuration for each test project?

  • MyMainProject
  • MySubProject
  • Tests
    • MyMainProject.Tests
    • MySubProject.Tests

What would be my Working Folder?

If my Application arguments are "*.Tests.dll" how will NCover Explorer know where to find them?

Thanks for any guidance on best practices!


RE: Re: Index out of range

As long as your test runner can handle *.Tests.dll as an argument NCover will be fine, because it simply relies on what code is loaded by the test runner.