This project is created for the evocampus program of evosoft (2024 autumn).

1 Open Issue Need Help Last updated: Jun 17, 2025

Open Issues Need Help

View All on GitHub

AI 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#