diff --git a/README.md b/README.md index 983f752e..054934a3 100644 --- a/README.md +++ b/README.md @@ -753,6 +753,7 @@ Follows best practices and conventions to provide you a SOLID development experi * [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) - The easy mocking library for .NET. * [FluentAssertions](https://github.com/fluentassertions/fluentassertions) - Set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. * [GenFu](https://github.com/MisterJames/GenFu) - Library you can use to generate realistic test data. +* [Imposter](https://github.com/themidnightgospel/Imposter) - The Fastest and Most Memory-Efficient Mocking Library * [LightBDD](https://github.com/LightBDD/LightBDD) - BDD framework allowing to create easy to read and maintain tests. * [mockhttp](https://github.com/richardszalay/mockhttp) - Testing layer for Microsoft's HttpClient library. * [moq.netcore](https://github.com/Moq/moq4) - Most popular and friendly mocking framework for .NET.