Skip to content

SharpMock is a framework for faking dependencies in unit tests. It's primarily concerned with faking static, sealed, and constructor method calls. It uses a post compiler (based on Microsoft CCI) to rewrite the assembly under test to allow for the injection of fakes. *It is currently in a pre-alpha state.*

jamarchist/SharpMock

About

SharpMock is a framework for faking dependencies in unit tests. It's primarily concerned with faking static, sealed, and constructor method calls. It uses a post compiler (based on Microsoft CCI) to rewrite the assembly under test to allow for the injection of fakes. *It is currently in a pre-alpha state.*

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages