*SimpleStubs* is a simple mocking framework that supports Universal Windows Platform (UWP), .NET Core and .NET framework. SimpleStubs is currently developed and maintained by Microsoft BigPark Studios in Vancouver.
Перейти к файлу
mclift 864a0eefb1 Typo in Tutorial pages; removed unused parameter from IMethodStubber.SubMethod. 2017-01-31 21:05:31 +00:00
Documentation Typo in Tutorial pages; removed unused parameter from IMethodStubber.SubMethod. 2017-01-31 21:05:31 +00:00
NuGet Update NuGet version to 2.3.1 2016-11-15 23:11:03 -08:00
SimpleStubs.Test Minor fixes 2016-08-18 15:06:20 -07:00
Targets Add source code 2016-05-19 09:54:29 -07:00
src Typo in Tutorial pages; removed unused parameter from IMethodStubber.SubMethod. 2017-01-31 21:05:31 +00:00
test Fix NullReferenceException being thrown when stub method returns null; increase test coverage and split test cases out by category. 2017-01-31 18:32:20 +00:00
.gitignore Add source code 2016-05-19 09:54:29 -07:00
LICENSE Add source code 2016-05-19 09:54:29 -07:00
README.md Add Developer Documentation 2016-11-10 15:18:08 -08:00
SimpleStubs.sln Add support for method stub count setup 2016-08-18 13:05:48 -07:00
nuget.config Add source code 2016-05-19 09:54:29 -07:00

README.md

SimpleStubs

Join the chat at https://gitter.im/Microsoft/SimpleStubs

SimpleStubs is a simple mocking framework that supports Universal Windows Platform (UWP), .NET Core and .NET framework. SimpleStubs is currently developed and maintained by Microsoft BigPark Studios in Vancouver.

The framework can be installed to your test project using Etg.SimpleStubs NuGet package.

Please read the documentation below to learn more about how to install and use SimpleStubs.

Documentation

Contribute!

We welcome contributions of all sorts including pull requests, suggestions, documentation, etc. Please feel free to open an issue to discuss any matter.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

This project is licensed under the MIT license.