baratgabor / MyWarehouse

Clean Architecture and Domain Driven Design sample project based on C# 10 / .NET 6 / ASP.NET Core 6 / EF Core 6 & Angular 11 with Bootstrap.
MIT License
243 stars 69 forks source link

Add unit tests for WebApi #18

Closed baratgabor closed 3 years ago

baratgabor commented 3 years ago

The backend entry point, the WebApi project, is currently not tested.

Since this is an extremely shallow layer that is almost solely responsible for mapping an URI to an execution path, simple happy path unit tests will suffice.

Tasks: