.NET library for easier testing of system APIs.
Перейти к файлу
Chris Bush 5129d75bb5 Fix for #15. Added CopyTo methods to IStream 2017-02-16 14:59:40 -05:00
.nuget Implemented build using psage scripts. 2016-03-12 11:54:10 +01:00
Build Release v0.17 2017-01-22 14:42:05 +01:00
Images Added logos. 2014-10-01 23:54:37 +02:00
SystemInterface Fix for #15. Added CopyTo methods to IStream 2017-02-16 14:59:40 -05:00
SystemWrapper Fix for #15. Added CopyTo methods to IStream 2017-02-16 14:59:40 -05:00
SystemWrapper.Samples Migrated NuGet to use automatic package restore. 2015-11-27 16:57:53 +01:00
SystemWrapper.Tests Added missing methods for IEnvironment 2017-02-16 05:39:16 -05: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 Added project information and license. 2014-09-28 19:08:25 +02:00
README.md Update readme 2016-07-16 21:11:52 +02: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 Reformatted code to match the code style. 2014-11-02 01:33:30 +01:00
appveyor.yml Release v0.17 2017-01-22 14:42:05 +01: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/.