agiledragon / gomonkey

gomonkey is a library to make monkey patching in unit tests easy
MIT License
1.93k stars 178 forks source link

ApplyPrivateMethod doesn't check whether target and double are of the same type #97

Open miluchen opened 1 year ago

miluchen commented 1 year ago

ApplyPrivateMethod doesn't check whether target and double are of the same type. This is inconsistent with ApplyMethod. Is this because of some technical difficulty? At least, I think we should document this, otherwise bugs can easily go undetected in testing code.