Skip to content

πŸ’„ Frontend authentication fixes #90

πŸ’„ Frontend authentication fixes

πŸ’„ Frontend authentication fixes #90

GitHub Actions / Tests succeeded Dec 14, 2023 in 0s

Tests βœ…

Tests passed successfully

Report Passed Failed Skipped Time
Tests/Application.UnitTests/TestResults/TestResults.trx 7βœ… 2s
Tests/Domain.UnitTests/TestResults/TestResults.trx 7βœ… 2s
Tests/Infrastructure.IntegrationTests/TestResults/TestResults.trx 1βœ… 58s
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx 20βœ… 55s

βœ…Β Tests/Application.UnitTests/TestResults/TestResults.trx

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

Test suite Passed Failed Skipped Time
Northwind.Application.UnitTests.MappingTests 7βœ… 176ms

βœ…Β Northwind.Application.UnitTests.MappingTests

βœ… ShouldHaveValidConfiguration
βœ… ShouldMapCategoryToCategoryLookupDto
βœ… ShouldMapCustomerToCustomerDetailVm
βœ… ShouldMapCustomerToCustomerLookupDto
βœ… ShouldMapProductToProductDetailVm
βœ… ShouldMapProductToProductDto
βœ… ShouldMapProductToProductRecordDto

βœ…Β Tests/Domain.UnitTests/TestResults/TestResults.trx

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

Test suite Passed Failed Skipped Time
Northwind.Domain.UnitTests.Common.CountryTests 2βœ… 32ms
Northwind.Domain.UnitTests.Common.PhoneTests 2βœ… 27ms
Northwind.Domain.UnitTests.Common.PostCodeTests 2βœ… 19ms
Northwind.Domain.UnitTests.Customers.CustomerTests 1βœ… 288ms

βœ…Β Northwind.Domain.UnitTests.Common.CountryTests

βœ… IsAustralia_GivenAustralianCountry_ReturnsTrue
βœ… IsAustralia_GivenNonAustralianCountry_ReturnsFalse

βœ…Β Northwind.Domain.UnitTests.Common.PhoneTests

βœ… IsQueenslandLandline_GivenNonQLDNumber_ReturnsFalse
βœ… IsQueenslandLandline_GivenQLDNumber_ReturnsTrue

βœ…Β Northwind.Domain.UnitTests.Common.PostCodeTests

βœ… IsQueenslandPostCode_GivenNonQLDPostCode_ReturnsFalse
βœ… IsQueenslandPostCode_GivenQLDPostCode_ReturnsTrue

βœ…Β Northwind.Domain.UnitTests.Customers.CustomerTests

βœ… Handle_GivenValidRequest_ShouldRaiseCustomerCreatedNotification

βœ…Β Tests/Infrastructure.IntegrationTests/TestResults/TestResults.trx

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

Test suite Passed Failed Skipped Time
Northwind.Infrastructure.IntegrationTests.NorthwindDbContextInitializerTests 1βœ… 4s

βœ…Β Northwind.Infrastructure.IntegrationTests.NorthwindDbContextInitializerTests

βœ… SeedAsync_AfterInitializeAsync_PopulatesDatabase

βœ…Β Tests/WebUI.IntegrationTests/TestResults/TestResults.trx

20 tests were completed in 55s with 20 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Northwind.WebUI.IntegrationTests.Endpoints.Categories.GetCategoryList 1βœ… 10ms
Northwind.WebUI.IntegrationTests.Endpoints.Customers.Create 1βœ… 18ms
Northwind.WebUI.IntegrationTests.Endpoints.Customers.Delete 2βœ… 55ms
Northwind.WebUI.IntegrationTests.Endpoints.Customers.GetAll 1βœ… 22ms
Northwind.WebUI.IntegrationTests.Endpoints.Customers.GetById 2βœ… 44ms
Northwind.WebUI.IntegrationTests.Endpoints.Customers.Update 2βœ… 25ms
Northwind.WebUI.IntegrationTests.Endpoints.Products.Create 4βœ… 582ms
Northwind.WebUI.IntegrationTests.Endpoints.Products.Delete 2βœ… 88ms
Northwind.WebUI.IntegrationTests.Endpoints.Products.GetAll 1βœ… 145ms
Northwind.WebUI.IntegrationTests.Endpoints.Products.GetById 2βœ… 36ms
Northwind.WebUI.IntegrationTests.Endpoints.Products.Update 2βœ… 37ms

βœ…Β Northwind.WebUI.IntegrationTests.Endpoints.Categories.GetCategoryList

βœ… ReturnsSuccessResult

βœ…Β Northwind.WebUI.IntegrationTests.Endpoints.Customers.Create

βœ… GivenCreateCustomerCommand_ReturnsSuccessStatusCode

βœ…Β Northwind.WebUI.IntegrationTests.Endpoints.Customers.Delete

βœ… GivenId_ReturnsSuccessStatusCode
βœ… GivenInvalidId_ReturnsNotFoundStatusCode

βœ…Β Northwind.WebUI.IntegrationTests.Endpoints.Customers.GetAll

βœ… ReturnsCustomersListViewModel

βœ…Β Northwind.WebUI.IntegrationTests.Endpoints.Customers.GetById

βœ… GivenId_ReturnsCustomerViewModel
βœ… GivenInvalidId_ReturnsNotFoundStatusCode

βœ…Β Northwind.WebUI.IntegrationTests.Endpoints.Customers.Update

βœ… GivenUpdateCustomerCommand_ReturnsSuccessStatusCode
βœ… GivenUpdateCustomerCommandWithInvalidId_ReturnsNotFoundStatusCode

βœ…Β Northwind.WebUI.IntegrationTests.Endpoints.Products.Create

βœ… CreateProductCommand_WithNoCategory_CreatesProduct
βœ… CreateProductCommand_WithNoSupplier_CreatesProduct
βœ… CreateProductCommand_WithNoUnitPrice_CreatesProduct
βœ… GivenCreateProductCommand_ReturnsNewProductId

βœ…Β Northwind.WebUI.IntegrationTests.Endpoints.Products.Delete

βœ… GivenId_ReturnsSuccessStatusCode
βœ… GivenInvalidId_ReturnsNotFoundStatusCode

βœ…Β Northwind.WebUI.IntegrationTests.Endpoints.Products.GetAll

βœ… ReturnsProductsListViewModel

βœ…Β Northwind.WebUI.IntegrationTests.Endpoints.Products.GetById

βœ… GivenId_ReturnsProductViewModel
βœ… GivenInvalidId_ReturnsNotFoundStatusCode

βœ…Β Northwind.WebUI.IntegrationTests.Endpoints.Products.Update

βœ… GivenUpdateProductCommand_ReturnsSuccessStatusCode
βœ… GivenUpdateProductCommandWithInvalidId_ReturnsNotFoundStatusCode