Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jozefizso/systemwrapper
.NET library for easier testing of system APIs.
https://github.com/jozefizso/systemwrapper
c-sharp integration-testing unit-testing
Last synced: 4 days ago
JSON representation
.NET library for easier testing of system APIs.
- Host: GitHub
- URL: https://github.com/jozefizso/systemwrapper
- Owner: jozefizso
- License: ms-pl
- Created: 2014-09-28T16:08:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:10:52.000Z (over 1 year ago)
- Last Synced: 2024-05-06T08:36:27.861Z (9 months ago)
- Topics: c-sharp, integration-testing, unit-testing
- Language: C#
- Homepage:
- Size: 4.44 MB
- Stars: 171
- Watchers: 15
- Forks: 62
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# SystemWrapper
[![NuGet version](https://img.shields.io/nuget/v/SystemWrapper.Interfaces.svg)](https://www.nuget.org/packages/SystemWrapper.Wrappers/)
![branch: master](http://img.shields.io/badge/branch-master-blue.svg?style=flat) [![Build status: master](https://ci.appveyor.com/api/projects/status/1126fol0d56a8my8/branch/master?svg=true)](https://ci.appveyor.com/project/jozefizso/systemwrapper/branch/master) ° ![branch: master](http://img.shields.io/badge/branch-develop-blue.svg?style=flat) [![Build status: develop](https://ci.appveyor.com/api/projects/status/1126fol0d56a8my8/branch/develop?svg=true)](https://ci.appveyor.com/project/jozefizso/systemwrapper/branch/develop)> **SystemWrapper** is .NET library for easier testing of system APIs.
## Usage
To install SystemWrapper, run the following commands in the [Package Manager Console](http://docs.nuget.org/docs/start-here/using-the-package-manager-console)
```
Install-Package SystemWrapper.Interfaces
Install-Package SystemWrapper.Wrappers
```## License
Source code is licensed under [Microsoft Public License (MS-PL)](LICENSE.txt).
Source code is forked from [https://systemwrapper.codeplex.com/](https://systemwrapper.codeplex.com/).