SystemWrapper

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
Download

SystemWrapper Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Publisher Name:
  • vkreynin
  • Operating Systems:
  • Windows All
  • File Size:
  • 13 KB

SystemWrapper Tags


SystemWrapper Description

SystemWrapper was designed to be 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.


SystemWrapper Related Software