Getting Started with FakeItEasy in .NET Core Tests
FakeItEasy is a popular library for creating test doubles (mocks, stubs, and fakes) in .NET. It is a powerful tool for creating lightweight, flexible, and easy-to-use test doubles that can be used to isolate the code under test.
Installing FakeItEasy...
mbarkt3sto.hashnode.dev3 min read