Info
Version: | 1.1.8 |
Author(s): | Michael Blumenshine |
Last Update: | Tuesday, January 28, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Poise |
Install
Install-Package Poise
dotnet add package Poise
paket add Poise
Poise Download (Unzip the "nupkg" after downloading)
Poise wraps the Pose library and allows any public (instance or static) method or property to be mocked. Much like Moq, it provides default, empty implementations for all methods in a class; instead of writing a Pose Shim for each method that's used in a workflow, you only need to write Shims for the methods that are relevant for a unit test.