Skip to content

πŸ› Sync Probot repo name #56

πŸ› Sync Probot repo name

πŸ› Sync Probot repo name #56

GitHub Actions / Tests succeeded Jun 4, 2023 in 1s

Tests βœ…

Tests passed successfully

Report Passed Failed Skipped Time
tests/Application.IntegrationTests/TestResults/TestResults.trx 3βœ… 58s
tests/Application.UnitTests/TestResults/TestResults.trx 3βœ… 2s
tests/Architecture.Tests/TestResults/TestResults.trx 1βœ… 4s
tests/Domain.UnitTests/TestResults/TestResults.trx 1βœ… 2s

βœ…Β tests/Application.IntegrationTests/TestResults/TestResults.trx

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

Test suite Passed Failed Skipped Time
SSW.CleanArchitecture.Application.IntegrationTests.Features.TodoItems.Commands.CreateTodoItem.CreateTodoItemCommandTests 2βœ… 254ms
SSW.CleanArchitecture.Application.IntegrationTests.Features.TodoItems.Queries.GetAllTodoItems.GetAllTodoItemsQueryTests 1βœ… 286ms

βœ…Β SSW.CleanArchitecture.Application.IntegrationTests.Features.TodoItems.Commands.CreateTodoItem.CreateTodoItemCommandTests

βœ… ShouldCreateTodoItem
βœ… ShouldRequireUniqueTitle

βœ…Β SSW.CleanArchitecture.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
SSW.CleanArchitecture.Application.UnitTests.Features.TodoItems.Specifications.AllTodoItemSpecTests 1βœ… 95ms
SSW.CleanArchitecture.Application.UnitTests.Features.TodoItems.Specifications.TodoItemByTitleSpecTests 2βœ… 48ms

βœ…Β SSW.CleanArchitecture.Application.UnitTests.Features.TodoItems.Specifications.AllTodoItemSpecTests

βœ… Should_Return_AllItems

βœ…Β SSW.CleanArchitecture.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 4s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
SSW.CleanArchitecture.Architecture.UnitTests.DatabaseEntities 1βœ… 142ms

βœ…Β SSW.CleanArchitecture.Architecture.UnitTests.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
SSW.CleanArchitecture.Domain.UnitTests.Entities.TodoItemTests 1βœ… 9ms

βœ…Β SSW.CleanArchitecture.Domain.UnitTests.Entities.TodoItemTests

βœ… Should_Be_Creating_Parameterless