.NET library for easier testing of system APIs.
Перейти к файлу
Jozef Izso 5fc32f1f21 Update list of authors 2018-09-07 17:59:38 +02:00
.nuget
Build
Images
SystemInterface
SystemWrapper
SystemWrapper.Samples
SystemWrapper.Tests
.editorconfig
.gitignore
AUTHORS.txt Update list of authors 2018-09-07 17:59:38 +02:00
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

NuGet version branch: master Build status: master ° branch: master Build status: develop

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