tdd
MSpec, what should I put in my [Subject()] attributes?
I\'ve been using MSpec for a little while and I really like it. I\'ve found that to get ReSharper to recognize my specifications, I need to use a SubjectAttribute.[详细]
2023-03-29 19:21 分类:问答MSUnit: Assert.AreEqual fails trees
I have to test the equality of trees. In other other words objects which contains List<T> with childs and the childs also contains List<T> with childs and so on.[详细]
2023-03-29 15:16 分类:问答Ncqrs: How to store events as part of test set-up
How do I store events as part of setting up my tests? Currently I\'m initializing application state by sending commands like this:[详细]
2023-03-29 11:23 分类:问答Test Driven Development for ASP.NET MVC 3 - Parsing XML source file
Hi would like to reach out to the community to gain insight and advice on the approach to Test-Driven Development for the work I\'m carrying out.[详细]
2023-03-29 09:39 分类:问答Can I automatically assign tests based on project to test lists?
I\'ve recently split our nebulously-defi开发者_运维知识库ned unit testing project into two projects, one for unit testing and one for (what the bulk of our tests are) integration tests. This is with t[详细]
2023-03-29 07:48 分类:问答TDD And Game Physics
I\'m playing around with a small game project and as I\'m not very experienced in TDD I\'d love to get some expert opinions on a couple of things.[详细]
2023-03-29 05:05 分类:问答Can SaveChanges() in EF cause unadded objects to be inserted?
I have some code that is a result of pretty much my first effort to do TDD for an actual work project.Attempting to bootstrap, I created an entity model and tests that assert the presence of data reco[详细]
2023-03-29 04:37 分类:问答Is Mockery a TDD anti-pattern? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-28 14:30 分类:问答TDD and Responsibility Driven Design - how to reconcile test-first with the design process?
The \'London Style\' of TDD suggests focusing on object roles, responsibilities and collaborations, 开发者_JS百科using mock objects to drive out layers of large scale component design in a top down pr[详细]
2023-03-28 13:14 分类:问答What's wrong with this TestMethod?
So I want to learn a little bit of TDD and wanted to see if I could test an Index action which should simply return a View.[详细]
2023-03-28 12:48 分类:问答