This project contains a sample ASP.NET Core app. This app is an example of the article I produced for the Telerik Blog (telerik.com/blogs)
MemoOrder is a sample .NET project that demonstrates how to test business rules effectively by combining:
🗄️ SQLite In-Memory for fast and realistic persistence tests
🎭 Telerik JustMock for isolating dependencies and mocking behaviors
✅ A clean separation between domain logic and infrastructure
This repository is meant to be educational and practical, showing different testing strategies working together.
- .NET
- C#
- Entity Framework Core
- xUnit
- Telerik JustMock
- SQLite In-Memory
Feel free to open issues, suggest improvements add more test scenarios. PRs are welcome!