Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stakx/dissecting-moq4
An experiment in reducing Moq 4 to a smaller set of core features by removing "convenience" features one after another, and documenting the process along the way.
https://github.com/stakx/dissecting-moq4
architecture documentation dotnet dotnet-core internals mock mocking mocking-library moq net45 netstandard20 software-architecture unit-testing
Last synced: about 4 hours ago
JSON representation
An experiment in reducing Moq 4 to a smaller set of core features by removing "convenience" features one after another, and documenting the process along the way.
- Host: GitHub
- URL: https://github.com/stakx/dissecting-moq4
- Owner: stakx
- License: other
- Created: 2020-12-26T15:18:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T13:42:09.000Z (6 months ago)
- Last Synced: 2024-05-19T14:42:43.222Z (6 months ago)
- Topics: architecture, documentation, dotnet, dotnet-core, internals, mock, mocking, mocking-library, moq, net45, netstandard20, software-architecture, unit-testing
- Language: C#
- Homepage: https://stakx.github.io/dissecting-moq4
- Size: 21.3 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
Dissecting moq 4
================This repository was forked from [moq/moq4](https://github.com/moq/moq4)
around version 4.15.2.It is an experiment in reducing Moq 4 to a smaller set of core features
by removing "convenience" features one after another, and documenting
the process along the way.Go read the articles on https://stakx.github.io/dissecting-moq4!