I\'m trying to choose between OCUnit and Google Tool Box, do you have any preferences, would recommend one or the other, why ?
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'ve found several blog posts where TDD/BDD is explained, but the examples are usually really basic.Usually they are jus开发者_如何转开发t for Models. I want to see how people are really using BDD in
I would like to create a simple downloading tool. Give it a list of urls, a target directory and hit go. It would then download those files and dump them in the target directory. Simple enough.
I wonder whether it is possible to have a fixture that can be shared between testcases, for instance 开发者_如何转开发a hibernate session.You want all your tests (not testcases) to share the same hibe
As it happens with private methods, unit test methods documentation can only be seen by who has access to the source code. Is it worth the effort spent on it?
my controller can return different views depending on action method logic. Action method \'Create\' asks service to do some validation and persistence. If validation fails, action method returns same
If that title did not make sense (which I\'m expecting =)) here is what I\'m asking: I have a function called ParseFile(). It takes a string as parameter, and a DataTable as a return value.
We have just released a re-written(for the 3rd time) module for our proprietary system.This module, which we call the Load Manager, is by far the most complicated of all the modules in our system to d