.NET library for easier testing of system APIs.
Перейти к файлу
Julian Verdurmen b744a62f1b Added link to NuGet badge (#43) 2018-01-12 21:17:17 +01:00
.nuget Implemented build using psage scripts. 2016-03-12 11:54:10 +01:00
Build Release v0.22 2017-08-13 22:26:11 +02:00
Images Added logos. 2014-10-01 23:54:37 +02:00
SystemInterface Implement StreamWriterFactory (#42) 2017-10-10 18:19:43 +02:00
SystemWrapper Fix disposable pattern to allow to protect behavior when inherited (#39) 2017-10-14 14:04:39 +02:00
SystemWrapper.Samples Migrated NuGet to use automatic package restore. 2015-11-27 16:57:53 +01:00
SystemWrapper.Tests Implement StreamWriterFactory (#42) 2017-10-10 18:19:43 +02: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 Chris Bush as contributor 2017-01-18 22:28:05 +01:00
GenerateFactories.bat Added bunch of interfaces (IO, Net, X509, Xml, Data, ActiveDirectory) 2016-01-30 07:42:52 +01:00
LICENSE.txt
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
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.22 2017-08-13 22:26:11 +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/.