Wednesday, April 17, 2013

Unit Testing 101: Inversion Of Control | Informatech CR Blog

Unit Testing 101: Inversion Of Control | Informatech CR Blog: "Inversion Of Control is one of the most common and widely used techniques for handling class dependencies in software development and could easily be the most important practice in unit testing. Basically, it determines if your code is unit-testable or not. Not just that, but it can also help improve significantly your overall software structure and design. But what is it all about? It is really that important? Hopefully we’ll clear those out on the following lines."

'via Blog this'