Author Topic: Is it safe to use the set of unit testing frameworks in the same project?  (Read 1261 times)

0 Members and 1 Guest are viewing this topic.

Andrey Bushman

  • Swamp Rat
  • Posts: 864
Visual Studio

I use NUnit in my project with unit tests. But I need some tests to write with using JustMock and NSubstitute frameworks. I want to have one project with the tests for each my tested project. I.e. I don't want to have the individual project with tests for each unit framework (NUnit, JustMock and NSubstitute). Will I have the problems (for example, conflicts with their test adapters) if my tests will be in a single project?