SystemWrapper Library


Version: 0.2
Size:
13KB
Requirements:
No special requirements
Seller:
vkreynin
Price:
Free
System:
Windows XP/2000/98/Me/NT
Rating:
4.2
License:
Freeware

Description - SystemWrapper Library



SystemWrapper is a library that wraps .NET classes for system resources like System.IO.FileInfo, System.Reflection.Assembly, and many other classes so you can easily mock them. When writing unit tests, we don`t want to actually depend on resources such as files, databases, registry entries, ... . Many .NET classes don`t implement Interfaces, so it`s not easy to mock them. In many cases developers just wrap these classes in their own classes, so they can easily mock. The idea behind this project is to provide developers with the reusable wrapper classes.Release NotesClasses wrapped completely: Microsoft.Win32.SafeHandles.SafeFileHandle System.Version (New) System.IO.Directory System.IO.DirectoryInfo System.IO.FileInfo System.IO.FileStream (New) System.IO.StreamReader System.IO.streamWriter System.Reflection.AssemblyName



More in Components & Libraries-SystemWrapper Library

System Reflection Easily Mock