π 117 code review feedback matt goldman #81
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Tests
succeeded
Nov 17, 2023 in 0s
Tests β
Report | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Tests/Application.UnitTests/TestResults/TestResults.trx | 10β | 3s | ||
Tests/Domain.UnitTests/TestResults/TestResults.trx | 2β | 2s | ||
Tests/Infrastructure.IntegrationTests/TestResults/TestResults.trx | 1β | 56s | ||
Tests/WebUI.IntegrationTests/TestResults/TestResults.trx | 20β | 53s |
β Β Tests/Application.UnitTests/TestResults/TestResults.trx
10 tests were completed in 3s with 10 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Northwind.Application.UnitTests.Customers.Commands.CreateCustomer.CreateCustomerCommandTests | 1β | 2s | ||
Northwind.Application.UnitTests.Customers.Queries.GetCustomerDetailQueryHandlerTests | 1β | 191ms | ||
Northwind.Application.UnitTests.Customers.Queries.GetCustomersListQueryHandlerTests | 1β | 22ms | ||
Northwind.Application.UnitTests.MappingTests | 7β | 388ms |
β Β Northwind.Application.UnitTests.Customers.Commands.CreateCustomer.CreateCustomerCommandTests
β
Handle_GivenValidRequest_ShouldRaiseCustomerCreatedNotification
β Β Northwind.Application.UnitTests.Customers.Queries.GetCustomerDetailQueryHandlerTests
β
GetCustomerDetail
β Β Northwind.Application.UnitTests.Customers.Queries.GetCustomersListQueryHandlerTests
β
GetCustomersTest
β Β Northwind.Application.UnitTests.MappingTests
β
ShouldHaveValidConfiguration
β
ShouldMapCategoryToCategoryLookupDto
β
ShouldMapCustomerToCustomerDetailVm
β
ShouldMapCustomerToCustomerLookupDto
β
ShouldMapProductToProductDetailVm
β
ShouldMapProductToProductDto
β
ShouldMapProductToProductRecordDto
β Β Tests/Domain.UnitTests/TestResults/TestResults.trx
2 tests were completed in 2s with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Northwind.Domain.UnitTests.Common.ValueObjectTests | 2β | 14ms |
β Β Northwind.Domain.UnitTests.Common.ValueObjectTests
β
Equals_GivenDifferentValues_ShouldReturnFalse
β
Equals_GivenMatchingValues_ShouldReturnTrue
β Β Tests/Infrastructure.IntegrationTests/TestResults/TestResults.trx
1 tests were completed in 56s 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 53s with 20 passed, 0 failed and 0 skipped.
β Β Northwind.WebUI.IntegrationTests.Controllers.Categories.GetCategoryList
β
ReturnsSuccessResult
β Β Northwind.WebUI.IntegrationTests.Controllers.Customers.Create
β
GivenCreateCustomerCommand_ReturnsSuccessStatusCode
β Β Northwind.WebUI.IntegrationTests.Controllers.Customers.Delete
β
GivenId_ReturnsSuccessStatusCode
β
GivenInvalidId_ReturnsNotFoundStatusCode
β Β Northwind.WebUI.IntegrationTests.Controllers.Customers.GetAll
β
ReturnsCustomersListViewModel
β Β Northwind.WebUI.IntegrationTests.Controllers.Customers.GetById
β
GivenId_ReturnsCustomerViewModel
β
GivenInvalidId_ReturnsNotFoundStatusCode
β Β Northwind.WebUI.IntegrationTests.Controllers.Customers.Update
β
GivenUpdateCustomerCommand_ReturnsSuccessStatusCode
β
GivenUpdateCustomerCommandWithInvalidId_ReturnsNotFoundStatusCode
β Β Northwind.WebUI.IntegrationTests.Controllers.Products.Create
β
CreateProductCommand_WithNoCategory_CreatesProduct
β
CreateProductCommand_WithNoSupplier_CreatesProduct
β
CreateProductCommand_WithNoUnitPrice_CreatesProduct
β
GivenCreateProductCommand_ReturnsNewProductId
β Β Northwind.WebUI.IntegrationTests.Controllers.Products.Delete
β
GivenId_ReturnsSuccessStatusCode
β
GivenInvalidId_ReturnsNotFoundStatusCode
β Β Northwind.WebUI.IntegrationTests.Controllers.Products.GetAll
β
ReturnsProductsListViewModel
β Β Northwind.WebUI.IntegrationTests.Controllers.Products.GetById
β
GivenId_ReturnsProductViewModel
β
GivenInvalidId_ReturnsNotFoundStatusCode
β Β Northwind.WebUI.IntegrationTests.Controllers.Products.Update
β
GivenUpdateProductCommand_ReturnsSuccessStatusCode
β
GivenUpdateProductCommandWithInvalidId_ReturnsNotFoundStatusCode
Loading