Partial stubs are used when you want to stub only some of the members of a stub or mole type, and allow the others to fall through to their original code. This is useful, when only some of the members of a class handle a dependency object, but not others. After all, the purpose of Moles is to isolate dependencies. It is always best to leave the smallest footprint possible, when dealing with isolation.
(See