MiniMock

Minimalistic approach to mocking in .NET

View on GitHub

Need for a New Mocking Framework

Context

Existing mocking frameworks in the .NET ecosystem often come with clunky APIs and external dependencies that can complicate the development process. These frameworks may offer extensive features, but they can also introduce unnecessary complexity and bloat, making them less suitable for projects that prioritize simplicity and minimalism.

Decision

We will develop a new mocking framework, MiniMock, that focuses on providing a minimalistic and straightforward API. This framework will avoid external dependencies to ensure ease of use and integration.

Consequences

Positive:

Negative:


More ADRs can be found in the docs/ADR directory.