Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/microsoft/simplestubs
csharp microsoft-bigpark-studios mocking-framework roslyn unit-testing uwp vancouver
Last synced: 16 days ago
JSON representation
*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.
- Host: GitHub
- URL: https://github.com/microsoft/simplestubs
- Owner: microsoft
- License: other
- Archived: true
- Created: 2016-05-19T16:32:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T21:31:09.000Z (7 months ago)
- Last Synced: 2024-09-25T18:48:21.620Z (4 months ago)
- Topics: csharp, microsoft-bigpark-studios, mocking-framework, roslyn, unit-testing, uwp, vancouver
- Language: C#
- Size: 213 KB
- Stars: 66
- Watchers: 29
- Forks: 28
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
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 [[email protected]](mailto:[email protected]) with any additional questions or comments.
License
=======
This project is licensed under the [MIT license](LICENSE).