aau-giraf / web-api

The backend API for GIRAF — a .NET-core project written in C#.
GNU General Public License v3.0
2 stars 5 forks source link

Test DepartmentController #255

Closed ChrisBuchardt closed 1 year ago

ChrisBuchardt commented 2 years ago

We would like to have the DepartmentController tested

Possible Suggested Solution

Create a DepartmentControllerTest.cs file Write unit tests, by mocking the repository and the connection to the controller ( see repository pattern https://tinyurl.com/2p8sadnr)