What is mocking? Well....according to Wikipedia it is:
"In object-oriented programming, mock objects are simulated objects that mimic the behavior of real objects in controlled ways. A computer programmer typically creates a mock object to test the behavior of some other object"
In short, Mock objects are a great