I\'ve got a unit test project using NUnit. When I add the mspec (machine.specifications) assembly to the references, both ReSharper and TestDriven.Net stop running the NUnit tests and only run the msp
rig: win7 64bit, vs2010, mvc v2, TestDriven.Net 3.0, Reshaper 5.0, MSpec 0.3 i recently started a new project and want to use mspec.
I inherited a large and fairly complex state machine. It has 31 possible states, all are really needed (big business process). It has the following inputs:
I\'m developing a project using BDD/TDD techniques and I\'m trying my best to stay the course. A problem I just ran into is unit testing the DefaultModelBinder. I\'m using mspec to write my tests.
I\'ve seen mspec used with nunit on some blogs and discussions. In fact, most of the examples on the web that I\'ve seen demonstrate mspec with some kind of nunit dependancy or integration. My team is
Does anyone know if it\'s possible to use MSpec with MBUnit instead of NUnit? Gallio seems t开发者_Python百科o ignore all my tests when using MSpec? MSpec is a BDD framework that does not rely on eith
I am relatively new to using MSpec and as I write more and more tests it becomes obvious to reduce duplication you often have to use a base class for your setup as per Rob Conery\'s article
I\'ve recently been getting into BDD and think it holds great promise as a way to get a stakeholder\'s voice back in the apps we, as developers, create for the开发者_运维百科m.What\'s your favorite BD
Has anyone run into this while using Machine.Specifications.Mvc? I setup a spec to test the results of a controller action. In this case:
I\'m new to MSpec and would like to know if the way I wrote my test for ASP.NET MVC is correct. The test passes but I don\'t really like the way it\'s written and it seems awkward. I\'m certainly miss