TestDriven.NET+Gallio+Moles

Can’t figure out how to run this combination. Anyone has it going?

2 Comments

  • This is not possible at the moment.
    There are a few sample projects from MS to integrate Moles with some other xunit-frameworks like e.g. MbUnit, but you need to run these test from the command line.
    The best you can do for now is to use MSTest with Moles, where you have VS-support...

    - Thomas

  • I want to use Moles in my unit tests. I need to run them in VS locally, and it needs to be configurable on our CI server(cmd tool). It seems NUnint can run tests with moles from cmd line, but not in VS. While MSTest can run tests with moles in VS, but not from a cmd tool from a server where no VS is installed :( Is there an alternative?

Comments have been disabled for this content.