I\'ve read a lot about mocking/stubbing/faking - and still hit my mental roadblocks. I\'m trying to adapt MVP (Model View Presenter) with a \"fun\" weight loss tracking system I\'m building for my ow
I am aiming to create a system which is based on pure domain driven design. As far as I am aware this means that my domain objects should have behaviour but not shape. That is, they should not have an
If you\'re trying to do Test Driven Development, is it sane to write tests that check the column type of your models as you write your models?开发者_开发问答
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_C百科 Want to improve this question? Update the question so it can be answered with facts and citations
Im using Rhino-Mocks 3.6 as mocking framework in my unit tests and have a problem with Repeat.Times():
is there any unit test framework for WP7? I have tried both MBUnit and Visual Studio UnitTestFramework, but they can\'t work. I cannot reference a wp7 project s开发者_JS百科ince it has a different ve
I\'m just starting out in MVC world, and I\'ve used a standard MVC template that\'s built into VS 2010.I\'ve got a couple of controllers and views hooked up, and now I need to get to my database.
I have been using ruby exclusively for about a month and I really love it. However, I am having an incredibly hard time using, or even learning TDD. My brain just doesn\'t function that way...
I\'m starting a new project and I want to use Test Driven Development, but I having trouble understanding how to write tests when you don\'t have a data model or interfaces.
I have a rails application that I am implementing the Twilio SMS API on, and I am a bit lost on how to test drive my design.