Tuesday, March 16, 2010 10:59 PM Sean Feldman

TestDriven.NET+Gallio+Moles

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

Filed under:

Comments

# re: TestDriven.NET+Gallio+Moles

Wednesday, April 28, 2010 12:49 AM by Thomas Weller

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

# re: TestDriven.NET+Gallio+Moles

Thursday, April 29, 2010 9:18 AM by Tom

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?