SimpleStubs/README.md

28 строки
1.7 KiB
Markdown
Исходник Обычный вид История

2016-05-19 19:54:29 +03:00
SimpleStubs
=======
2016-08-19 02:16:45 +03:00
[![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)
2018-04-14 01:31:08 +03:00
[![Build status](https://ci.appveyor.com/api/projects/status/wt0rjp0bkyk9l9gi?svg=true)](https://ci.appveyor.com/project/NehmeBilal/simplestubs)
2019-04-07 21:41:11 +03:00
[![NuGet](https://img.shields.io/nuget/v/SimpleStubs.svg?style=flat)](https://www.nuget.org/packages/SimpleStubs/)
2016-08-19 02:16:45 +03:00
2018-03-10 22:57:46 +03:00
*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.
2016-05-19 19:54:29 +03:00
2020-12-05 18:27:52 +03:00
The framework can be installed to your test project using [SimpleStubs NuGet package](https://www.nuget.org/packages/SimpleStubs/).
2016-05-19 19:54:29 +03:00
Please read the documentation below to learn more about how to install and use SimpleStubs.
Documentation
=======
* [Tutorial](Documentation/Tutorial.md).
2016-11-11 02:18:08 +03:00
* [Developers Documentation](Documentation/DeveloperDocumentation.md) (for contributors)
2016-05-19 19:54:29 +03:00
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.
2016-05-19 19:54:29 +03:00
License
=======
This project is licensed under the [MIT license](LICENSE).