How to Think About the “new” Operator with Respect to Unit Testing

<<By MiÅ¡ko Hevery Unit Testing as the name implies asks you to test a Class (Unit) in isolation. If your code mixes Object Construction with Logic you will never be able to achieve isolation. In order to unit-test you need to separate object graph construction from the application logic int…>>   (more…)

See original post by Chris Gilmer