WP-Fx.EasyMoq
1.1.0
See the version list below for details.
dotnet add package WP-Fx.EasyMoq --version 1.1.0
NuGet\Install-Package WP-Fx.EasyMoq -Version 1.1.0
<PackageReference Include="WP-Fx.EasyMoq" Version="1.1.0" />
paket add WP-Fx.EasyMoq --version 1.1.0
#r "nuget: WP-Fx.EasyMoq, 1.1.0"
// Install WP-Fx.EasyMoq as a Cake Addin #addin nuget:?package=WP-Fx.EasyMoq&version=1.1.0 // Install WP-Fx.EasyMoq as a Cake Tool #tool nuget:?package=WP-Fx.EasyMoq&version=1.1.0
EasyMoq is a small and free mocking framework for any kind of project. It is built as a portable class library and uses T4-templating to generate mocks. This makes it a perfect choice for mocking on WP- or WinRT-platform, since there is a lack of dynamic proxy creation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is the first release and therefore it may not be perfect. But I am using it in my bachelor thesis and this means there will be updates for functionality that ain't work as it should or is missed at the moment.
Currently, interface-mocking is the only supported feature.
If you miss functionality, feel free to give me feedback.
1.1.0
*****
- Enabled raising events on methods, properties and objects.
- Changed generated mockables to include namespace on all types.
- Members in setups and verifications are now accepted.
- Conditions include feedback and boundaries in the thrown exception.
1.0.8
*****
- Mocking internal interfaces is now possible
1.0.7 and earlier
****************
- Minor and major fixes in template to generate compilable code.