SvetlovA / static-mock

SMock is opensource lib for mocking static and instance methods and properties.
https://svetlova.github.io/static-mock/
MIT License
10 stars 3 forks source link

Mock private method or Property #3

Closed kyohaifeng closed 3 years ago

kyohaifeng commented 3 years ago

Hi, @SvetlovA , I modified static-mock for adding mock private methods or Property

kyohaifeng commented 3 years ago

Hi, @SvetlovA ,I've overloaded the setup and SetupProperty functions, Please Check it