You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
Bookworm is a .NET web application which allows you to review books, have a unique profile and gain insight into other books that you might be interested in. This insight is gained using a recommender system which makes use of a machine learning algorithm from an open-sourced tool called MyMediaLite. Its architecture is designed using 5 layers, …
The FluentAssertions.ArgumentMatchers.FakeItEasy package provides a simple way to use FakeItEasy in combination with FluentAssertions to compare complex objects.