Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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!