Mock Me At the Boise Code Camp!
In a couple of weeks I will be giving a session introducing the use of Mock Objects at the Boise Code Camp. A Mock Object is a type of test object that allows for the mimicking of real objects. The session category is "testing", but I will be giving this talk from a Test Driven Development (TDD) perspective. As you may know, TDD is really more about driving the design of software using tests. Mock Objects help us do this by allowing us to specify the behavior of object interactions. If you're in the area be sure to check it out!