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
- Host: GitHub
- URL: https://github.com/unity-technologies/nsubstitute.elevated
- Owner: Unity-Technologies
- Created: 2017-10-24T10:03:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T15:48:43.000Z (over 6 years ago)
- Last Synced: 2025-01-29T10:37:13.493Z (8 months ago)
- Topics: c-sharp, dotnet, mocking, nsubstitute, testing
- Language: C#
- Homepage:
- Size: 4.2 MB
- Stars: 12
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)