# 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/).