Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : shimmy

Shimmy is an easy-to-use mocking framework based on Pose. Like Pose, Shimmy helps you test your code by replacing calls to methods (including static, non-virtual and even private methods) with delegates (shims). However, with Shimmy, you don't have to write these delegates yourself. Instead, simply point Shimmy at the method under test, and it will deconstruct said method and generate shims for any calls within it. Then, you can tell Shimmy how those delegates should behave. The work of writing shims is handled entirely by the library, leaving you free to focus on writing tests. Plus, Shimmy's delegates keep records of the parameters passed to them each time they're called, so you can use them to verify that your program is performing correctly. Shimmy is based on .NET Standard 2.0 and includes robust cross-platform support.

Registry - Homepage - JSON
purl: pkg:nuget/shimmy
Keywords: shimmy, pose, mocking, testing, unit-test, isolation-framework, test-framework, fakes, faking, shims, shimming
License:
Latest release: almost 5 years ago
First release: almost 5 years ago
Downloads: 7,298 total
Last synced: 21 days ago

    Loading...
    Readme
    Loading...