MockObject

Home > Technology
By Bryan in Technology
Updated 3 years ago

I initially wrote MockObject to help me unit test code that connected to hardware devices using COM objects. By swapping in a mock for the actual COM object, I could could simulate any device behavior I wanted. I've since used it to mock HTTP sessions as well, and it's probably...

mockobject