An open API service indexing awesome lists of open source software.

https://github.com/unity-technologies/nsubstitute.elevated

Extension to NSubstitute that provides mocking of concrete methods and statics
https://github.com/unity-technologies/nsubstitute.elevated

c-sharp dotnet mocking nsubstitute testing

Last synced: 8 months ago
JSON representation

Extension to NSubstitute that provides mocking of concrete methods and statics

Awesome Lists containing this project

README

          

# ABOUT THIS REPO

This is an extension to [NSubstitute](http://nsubstitute.github.io/) that provides mocking of concrete methods (non-interface, non-abstract) and statics.

Once we figure out API and workflow, we'll document it here. Currently this project is experimental.

TODO:

* Deal with warnings in all our dependencies (background: https://github.com/nsubstitute/NSubstitute/issues/310)