Skip to content

feat(callOriginal): add way to call original methods/functions

Compare
Choose a tag to compare
@rtm-ctrlz rtm-ctrlz released this 14 Nov 22:21
· 28 commits to master since this release
561376e

New methods for mock-objects

  • callOriginal for dynamic class methods and functions
  • callOriginalStatic for static class methods

Also done some codestyle fixes