Skip to content

♻️ 61 migrate domain event dispatcher to use interceptor (#65) #39

♻️ 61 migrate domain event dispatcher to use interceptor (#65)

♻️ 61 migrate domain event dispatcher to use interceptor (#65) #39

GitHub Actions / Tests succeeded May 9, 2023 in 0s

Tests ✅

Tests passed successfully

Report Passed Failed Skipped Time
tests/Application.IntegrationTests/TestResults/TestResults.trx 3✅ 51s
tests/Application.UnitTests/TestResults/TestResults.trx 3✅ 2s
tests/Architecture.Tests/TestResults/TestResults.trx 1✅ 3s
tests/Domain.UnitTests/TestResults/TestResults.trx 1✅ 2s

✅ tests/Application.IntegrationTests/TestResults/TestResults.trx

3 tests were completed in 51s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Application.IntegrationTests.Features.TodoItems.Commands.CreateTodoItem.CreateTodoItemCommandTests 2✅ 204ms
Application.IntegrationTests.Features.TodoItems.Queries.GetAllTodoItems.GetAllTodoItemsQueryTests 1✅ 223ms

✅ Application.IntegrationTests.Features.TodoItems.Commands.CreateTodoItem.CreateTodoItemCommandTests

✅ ShouldCreateTodoItem
✅ ShouldRequireUniqueTitle

✅ Application.IntegrationTests.Features.TodoItems.Queries.GetAllTodoItems.GetAllTodoItemsQueryTests

✅ Should_Return_All_TodoItems

✅ tests/Application.UnitTests/TestResults/TestResults.trx

3 tests were completed in 2s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Application.UnitTests.Features.TodoItems.Specifications.AllTodoItemSpecTests 1✅ 163ms
Application.UnitTests.Features.TodoItems.Specifications.TodoItemByTitleSpecTests 2✅ 61ms

✅ Application.UnitTests.Features.TodoItems.Specifications.AllTodoItemSpecTests

✅ Should_Return_AllItems

✅ Application.UnitTests.Features.TodoItems.Specifications.TodoItemByTitleSpecTests

✅ Should_Return_ByTitle(textToSearch: "Apple")
✅ Should_Return_ByTitle(textToSearch: "Banana")

✅ tests/Architecture.Tests/TestResults/TestResults.trx

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Architecture.Tests.DatabaseEntities 1✅ 155ms

✅ Architecture.Tests.DatabaseEntities

✅ Entities_Should_Inherits_BaseComponent

✅ tests/Domain.UnitTests/TestResults/TestResults.trx

1 tests were completed in 2s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Domain.UnitTests.Entities.TodoItemTests 1✅ 6ms

✅ Domain.UnitTests.Entities.TodoItemTests

✅ Should_Be_Creating_Parameterless