.NET library for easier testing of system APIs.
Перейти к файлу
Jozef Izso bcabcca93d Merge branch 'develop'
* origin/develop:
  Fix DateTime wrapper documentation Fixes #45
  Pass Encoding parameter to the ZipFile.Open method Fixes #47
  Added link to NuGet badge (#43)
  Fix disposable pattern to allow to protect behavior when inherited (#39)
2018-02-23 21:00:54 +01:00
.nuget Implemented build using psage scripts. 2016-03-12 11:54:10 +01:00
Build Release v0.23 2017-10-11 18:02:39 +02:00
Images Added logos. 2014-10-01 23:54:37 +02:00
SystemInterface Fix DateTime wrapper documentation 2018-02-23 17:56:53 +01:00
SystemWrapper Fix DateTime wrapper documentation 2018-02-23 17:56:53 +01:00
SystemWrapper.Samples Migrated NuGet to use automatic package restore. 2015-11-27 16:57:53 +01:00
SystemWrapper.Tests Pass Encoding parameter to the ZipFile.Open method 2018-02-23 17:55:29 +01:00
.editorconfig Add editor configuration with preferred spaces indentation 2017-01-13 23:24:24 +01:00
.gitignore Assembly information cleanup. 2014-10-01 19:13:44 +02:00
AUTHORS.txt Add airzy91 as author 2017-10-11 18:02:23 +02:00
GenerateFactories.bat Added bunch of interfaces (IO, Net, X509, Xml, Data, ActiveDirectory) 2016-01-30 07:42:52 +01:00
LICENSE.txt Added project information and license. 2014-09-28 19:08:25 +02:00
README.md Added link to NuGet badge (#43) 2018-01-12 21:17:17 +01:00
Rebracer.xml Reverted Rebracer.xml 2017-02-16 06:02:01 -05:00
SystemWrapper.gallio Moved projects to root folder. 2014-09-28 19:15:21 +02:00
SystemWrapper.sln Added ZipFile wrappers (#19) 2017-01-18 22:10:31 +01:00
SystemWrapper.sln.DotSettings Add unit test method template 2017-04-28 12:23:44 +02:00
appveyor.yml Release v0.23 2017-10-11 18:02:39 +02:00
build.bat Implemented build using psage scripts. 2016-03-12 11:54:10 +01:00
nuget-package.bat Added correct platform to the build script. 2015-11-27 21:45:22 +01:00
psake-project.ps1 Create NuGet packages in psake script when building on AppVeyor. 2016-03-12 11:54:10 +01:00

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