Hi everyone, I am making a framework for unit testing for a big product. I need a way to stub functions which are called within the function which I am testing. But I don't want to change the code of the functions to be stubbed. Please help. Thanks in advance.