SimpleStubs/README.md

28 строки
1.7 KiB
Markdown

SimpleStubs
=======
[![Join the chat at https://gitter.im/Microsoft/SimpleStubs](https://badges.gitter.im/Microsoft/SimpleStubs.svg)](https://gitter.im/Microsoft/SimpleStubs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build status](https://ci.appveyor.com/api/projects/status/wt0rjp0bkyk9l9gi?svg=true)](https://ci.appveyor.com/project/NehmeBilal/simplestubs)
[![NuGet](https://img.shields.io/nuget/v/SimpleStubs.svg?style=flat)](https://www.nuget.org/packages/SimpleStubs/)
*SimpleStubs* is a simple mocking framework that supports Universal Windows Platform (UWP), .NET Core and .NET framework. SimpleStubs was developed and is maintained by Nehme Bilal, a software engineer at Microsoft Vancouver.
The framework can be installed to your test project using [SimpleStubs NuGet package](https://www.nuget.org/packages/SimpleStubs/).
Please read the documentation below to learn more about how to install and use SimpleStubs.
Documentation
=======
* [Tutorial](Documentation/Tutorial.md).
* [Developers Documentation](Documentation/DeveloperDocumentation.md) (for contributors)
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](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
License
=======
This project is licensed under the [MIT license](LICENSE).