agiledragon / gomonkey

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

What is the difference between ApplyMethodSeq and ApplyFuncSeq? #2

Closed zxlzh2015 closed 5 years ago

zxlzh2015 commented 5 years ago

What is the difference between ApplyMethodSeq and ApplyFuncSeq?

agiledragon commented 5 years ago

ApplyMethodSeq support patches of a specified sequence for a function. ApplyFuncSeq support patches of a specified sequence for a member method. Please refer to README or test for details.