tdd
TDD - Creating a new class in an empty project to make dependencies explicit as they are added
Using TDD, I\'m considering creating an (throw-away) empty project as Test-harness/container for each new class I create. So that it exists in a litt开发者_运维百科le private bubble.[详细]
2023-03-31 17:37 分类:问答TDD and iPhone game development platforms
I\'ve been doing iPhone app development for a little bit of time now and I\'m looking to get into game development. What are some recommended platforms? I\'d like one that works well with a TDD approa[详细]
2023-03-31 15:30 分类:问答Rails 3 assertions failure message: "Expected block to return true value" not helpful; what gives?
This occurs frequently in my controller and route tests.Example, given the route match \"/about\", :to => \"about#profile\"[详细]
2023-03-31 07:58 分类:问答Unit testing with jdeveloper 10g
I want to use JUnit or similiar TDD frameworks and plugins at my work envi开发者_如何转开发ronment. But where I work, migrating to jdeveloper 11g or eclipse is not considerable in a near future.[详细]
2023-03-31 05:52 分类:问答Expecting anything as parameter to mock using EasyMock
Using EasyMock I want to be able to say that I expect a specific method called on my mock, but I do not care about the parameter which are used to call the mock.[详细]
2023-03-31 05:08 分类:问答Tips and Tutorials for using UISpec with API data
I need to start doing some TDD for this iPhone project. The issue is that it uses API data pretty 开发者_如何学Pythonheavily.[详细]
2023-03-31 00:22 分类:问答What are the pitfalls of test after development?
Recently I was assigned to a project which was already in its midway.It was TDD environment. Everyone was following right principle of Code Unit Test First and Implementation code later.But couple wer[详细]
2023-03-30 17:05 分类:问答How to use Dependency Injection for creating ViewModels in a Master-Detail view
I\'m building a Silverlight app using Jounce for my MVVM. I have a CustomerListViewModel (plural) which has a collection of CustomerViewModel objects (single).[详细]
2023-03-30 15:17 分类:问答Testing ActiveSupport::Notifications with rspec
Does anybody know how you can spec an active support notification? The following doesn\'t seem to work. It detects the default rails framework notifications but not my custom one.[详细]
2023-03-30 04:39 分类:问答TDD problem in ASP.NET MVC3 (with DI)
I am attempting to write some Tests for a small project of mine but they seem to fail (I am starting with 1 test \'Create_Class\')[详细]
2023-03-30 04:23 分类:问答