I am trying to use Gallio (v3.1)/MbUnit/NCover to run a unit test in my C# code, as part of the build process for my continuous integration system.
I download an employee\'s email into a table, I then take that collection of emails I just downloaded and run a bunch of rules on them.
I am trying to apply some WatiN UI tests to my new ASP .Net MVC application, running the WatiN tests through MbUnit, but am having some difficulties.
I need to test a class who\'s return value depends on values from a database. I could just hit the database in the unit test but those values could change. 开发者_如何学JAVAIs there a standard solutio
We currently have a suite of i开发者_如何学Cntegration tests that run via MbUnit test suites.We are in the process of refactoring much of the code to use an IOC framework (StructureMap).