An easy-to-use mocking framework based on Pose.
Stars
7
Forks
1
Watchers
7
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
65
commits
abstract out return values to new ShimReplacement class; start adding support for pass-through
7103476View on GitHubMerge pull request #1 from frogsquire/0.1.7-constructorshims
8d6f5f4View on GitHubupdate readme with wrapper options, including new options
9b921d7View on GitHubfix a bug where instance methods could not be wrapped if the entry point belonged to a parent class
a86ffd1View on GitHubadd unit tests; clean up references to "method" instead of "member"; fix issue with creating generic ShimmedConstructors
2298798View on GitHubadd return values for constructors, abstract out some relevant shared code
ad46c06View on GitHubusing ShimmedMember as appropriate; rename to genericize
d92dba1View on GitHubgenericize ShimmedMethod into ShimmedMember, ShimmedMethod, ShimmedConstructor
a1115beView on GitHubsupport recursively shimming all calls within a private method if that method isn't being shimmed; update nuspec
6b508cdView on GitHubadd methods for more quickly getting results for a specific method; add methodinfo to shimmedmethodcall
5be6372View on GitHub