Skip to content
#

moq-framework

Here are 25 public repositories matching this topic...

Clean Architecture in ASP.Net 6.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.

  • Updated Mar 26, 2023
  • C#

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 rel…

  • Updated Jul 25, 2022
  • C#

Improve this page

Add a description, image, and links to the moq-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the moq-framework topic, visit your repo's landing page and select "manage topics."

Learn more