There are 2 repositories under moq-framework topic.
Clean Architecture in ASP.Net 9.0. This contains Onion/Hexagonal architecture, DDD, CQRS using mediaTr, Unit Testing, Functional Testing, ASP.NET Core Identity, Entity Framework Core - Code First, Linq2db, Repository Pattern - Generic, Swagger UI, Response Wrappers, API Versioning, Automapper, Serilog, Exception handling, and so on.
⌨️A Haladó Fejlesztési Technikák tárgyhoz tartozó laboranyagok, házi és gyakorló feladatok kódjai.
PosInformatique.Moq.Analyzers is a set of analyzers to verify syntax and code design when writing the unit tests using the Moq library.
Comprehensive assignment project showcasing best testing practices and methodologies, featuring robust unit, integration, and end-to-end tests. This project involves developing an API for a simplified smart charging domain. Includes CRUD operations for Groups, Charge Stations, and Connectors with strict adherence to functional requirements.
A unit testing framework for Microsoft Dynamics 365 CE
Wep Api to manage users 👨🏫
It is the process where we test the behavior of the smallest units of the project independently. Our action methods in the controller are actually small components, and we can observe their behavior with unit test. The sensitive point is the state of being independent from each other. When testing a method, the method to be tested should not relate to different methods.
.NET - AutoMapper
Working Example of ASP.Net Core with Azure Active Directory Authentication
Password Strength Checker
A RESTful API built using ASP.NET Core (.NET 8) for managing tasks, users, and projects. This API allows for the creation, updating, assignment, and tracking of tasks across multiple projects, along with user management.
Unit-testing, decoupling, mocking with Moq framework in C#
Mocking in Unit Testing in C#.NET using NUnit with Moq frameworks
This repo contains xUnit project and .NET web API to test the API based on the best practices of unit testing
Comprehensive assignment project showcasing best testing practices and methodologies, featuring robust unit, integration, and end-to-end tests. This project involves developing an API for a simplified smart charging domain. Includes CRUD operations for Groups, Charge Stations, and Connectors with strict adherence to functional requirements.
ASP.NET MVC web app showing blog posts using a SQL database
Sample usage of the IoC (Inversion of Control) Framework Castle Windsor, UnitTesting and Mocks
Bootcamp Project - 2: .NET Core WebApi + UnitTests
An auction system API - NLW Expert from Rocketseat
The source code is a sample application that describes implementation of Unit Testing using Moq framework.
A repository to practice using Moq mocking library with xUnit.
Implementing unit testing using Moq