b744a62f1b | ||
---|---|---|
.nuget | ||
Build | ||
Images | ||
SystemInterface | ||
SystemWrapper | ||
SystemWrapper.Samples | ||
SystemWrapper.Tests | ||
.editorconfig | ||
.gitignore | ||
AUTHORS.txt | ||
GenerateFactories.bat | ||
LICENSE.txt | ||
README.md | ||
Rebracer.xml | ||
SystemWrapper.gallio | ||
SystemWrapper.sln | ||
SystemWrapper.sln.DotSettings | ||
appveyor.yml | ||
build.bat | ||
nuget-package.bat | ||
psake-project.ps1 |
README.md
SystemWrapper
SystemWrapper is .NET library for easier testing of system APIs.
Usage
To install SystemWrapper, run the following commands in the Package Manager Console
Install-Package SystemWrapper.Interfaces
Install-Package SystemWrapper.Wrappers
License
Source code is licensed under Microsoft Public License (MS-PL).
Source code is forked from https://systemwrapper.codeplex.com/.