π Frontend authentication fixes #90
GitHub Actions / Tests
succeeded
Dec 14, 2023 in 0s
Tests β
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.
β Β 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
Loading