Open Issues Need Help
View All on GitHubAI Summary: Rewrite the existing failing `CharacterTest_WithNullParameters` unit test in `CharacterControllerTests.cs` to test the new `GetCharacter` method. The test should verify that a `NotFoundResult` is returned when a non-existent character ID is passed, resulting in a null return from the `GetCharacterById` service method. This involves mocking the service, adjusting the controller call, and verifying the expected result.
Complexity:
2/5
good first issue refactor testing
This project is created for the evocampus program of evosoft (2024 autumn).
C#