Skip to content

feat: implement global exception handler #103

feat: implement global exception handler

feat: implement global exception handler #103

GitHub Actions / .NET test results succeeded Mar 22, 2024 in 0s

8 passed, 0 failed and 0 skipped

Tests passed successfully

✅ tests/CrowdParlay.Social.IntegrationTests/TestResults/_fv-az1020-953_2024-03-22_21_27_48.trx

8 tests were completed in 52s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
CrowdParlay.Social.IntegrationTests.Tests.AuthorsRepositoryTests 1✅ 2s
CrowdParlay.Social.IntegrationTests.Tests.CommentsRepositoryTests 4✅ 4s
CrowdParlay.Social.IntegrationTests.Tests.DiscussionsControllerTests 1✅ 2s
CrowdParlay.Social.IntegrationTests.Tests.HttpContractsTests 1✅ 1s
CrowdParlay.Social.IntegrationTests.Tests.SignalRTests 1✅ 3s

✅ CrowdParlay.Social.IntegrationTests.Tests.AuthorsRepositoryTests

✅ Get user by ID returns user

✅ CrowdParlay.Social.IntegrationTests.Tests.CommentsRepositoryTests

✅ Create comment
✅ Create comment with unknown author and discussion
✅ Get comment with unknown ID
✅ Search comments

✅ CrowdParlay.Social.IntegrationTests.Tests.DiscussionsControllerTests

✅ Get discussion by ID returns discussion

✅ CrowdParlay.Social.IntegrationTests.Tests.HttpContractsTests

✅ Resource not found error is returned as RFC 7807 problem details

✅ CrowdParlay.Social.IntegrationTests.Tests.SignalRTests

✅ Listen to new comments in discussion