Updated file path for test results publishing. #3
Annotations
13 errors
|
FoodStorageApi.Infrastructure.IntegrationTests.DependencyInjection.InfrastructureDependencyInjectionTests ► BaseWebServiceClient_HasCorrectHttpClientConfiguration:
tests/FoodStorageApi.Infrastructure.IntegrationTests/DependencyInjection/InfrastructureDependencyInjectionTests.cs#L129
Failed test found in:
test-results/test-results.trx
Error:
Assert.Contains() Failure: Filter not matched in collection
Collection: [FoodStorageApi/1.0]
|
|
FoodStorageApi.Infrastructure.IntegrationTests.Services.BaseWebServiceClientIntegrationTests ► DeleteAsync_WithRealHttpClient_ReturnsExpectedResponse:
tests/FoodStorageApi.Infrastructure.IntegrationTests/Services/BaseWebServiceClientIntegrationTests.cs#L23
Failed test found in:
test-results/test-results.trx
Error:
System.InvalidOperationException : The entry point exited without ever building an IHost.
|
|
FoodStorageApi.Infrastructure.IntegrationTests.Services.BaseWebServiceClientIntegrationTests ► GetAsync_WithNonExistentEndpoint_ThrowsHttpRequestException:
tests/FoodStorageApi.Infrastructure.IntegrationTests/Services/BaseWebServiceClientIntegrationTests.cs#L23
Failed test found in:
test-results/test-results.trx
Error:
System.InvalidOperationException : The entry point exited without ever building an IHost.
|
|
FoodStorageApi.Infrastructure.IntegrationTests.Services.BaseWebServiceClientIntegrationTests ► GetAsync_WithRealHttpClient_ReturnsExpectedResponse:
tests/FoodStorageApi.Infrastructure.IntegrationTests/Services/BaseWebServiceClientIntegrationTests.cs#L23
Failed test found in:
test-results/test-results.trx
Error:
System.InvalidOperationException : The entry point exited without ever building an IHost.
|
|
FoodStorageApi.Infrastructure.IntegrationTests.Services.BaseWebServiceClientIntegrationTests ► GetAsync_WithTimeout_ThrowsTaskCanceledException:
tests/FoodStorageApi.Infrastructure.IntegrationTests/Services/BaseWebServiceClientIntegrationTests.cs#L23
Failed test found in:
test-results/test-results.trx
Error:
System.InvalidOperationException : The entry point exited without ever building an IHost.
|
|
FoodStorageApi.Infrastructure.IntegrationTests.Services.BaseWebServiceClientIntegrationTests ► PostAsync_WithJsonContent_SendsCorrectContentType:
tests/FoodStorageApi.Infrastructure.IntegrationTests/Services/BaseWebServiceClientIntegrationTests.cs#L23
Failed test found in:
test-results/test-results.trx
Error:
System.InvalidOperationException : The entry point exited without ever building an IHost.
|
|
FoodStorageApi.Infrastructure.IntegrationTests.Services.BaseWebServiceClientIntegrationTests ► PostAsync_WithRealHttpClient_ReturnsExpectedResponse:
tests/FoodStorageApi.Infrastructure.IntegrationTests/Services/BaseWebServiceClientIntegrationTests.cs#L23
Failed test found in:
test-results/test-results.trx
Error:
System.InvalidOperationException : The entry point exited without ever building an IHost.
|
|
FoodStorageApi.Infrastructure.IntegrationTests.Services.BaseWebServiceClientIntegrationTests ► PutAsync_WithRealHttpClient_ReturnsExpectedResponse:
tests/FoodStorageApi.Infrastructure.IntegrationTests/Services/BaseWebServiceClientIntegrationTests.cs#L23
Failed test found in:
test-results/test-results.trx
Error:
System.InvalidOperationException : The entry point exited without ever building an IHost.
|
|
FoodStorageApi.Infrastructure.IntegrationTests.Services.OpenFoodFactsServiceIntegrationTests ► GetProductByBarcodeAsync_WithInvalidBarcode_ReturnsUnsuccessfulResponse:
tests/FoodStorageApi.Infrastructure.IntegrationTests/Services/OpenFoodFactsServiceIntegrationTests.cs#L76
Failed test found in:
test-results/test-results.trx
Error:
Assert.False() Failure
Expected: False
Actual: True
|
|
FoodStorageApi.Infrastructure.IntegrationTests.Services.OpenFoodFactsServiceIntegrationTests ► SearchProductsByNameAsync_WithNutella_ReturnsResults:
tests/FoodStorageApi.Infrastructure.IntegrationTests/Services/OpenFoodFactsServiceIntegrationTests.cs#L97
Failed test found in:
test-results/test-results.trx
Error:
Assert.Contains() Failure: Filter not matched in collection
Collection: [OpenFoodFactsProduct { BrandList = [···], Brands = "سيدي علي", Code = "6111035000430", HasImage = True, HasIngredientsImage = False, ··· }, OpenFoodFactsProduct { BrandList = [···], Brands = "Perly", Code = "6111242100992", HasImage = True, HasIngredientsImage = False, ··· }, OpenFoodFactsProduct { BrandList = [···], Brands = "Sidi Ali", Code = "6111035002175", HasImage = True, HasIngredientsImage = False, ··· }, OpenFoodFactsProduct { BrandList = [···], Brands = "sidi ali", Code = "6111035000058", HasImage = True, HasIngredientsImage = False, ··· }, OpenFoodFactsProduct { BrandList = [···], Brands = "AQUAFINA", Code = "6111252421568", HasImage = True, HasIngredientsImage = False, ··· }]
|
|
FoodStorageApi.Infrastructure.IntegrationTests.Services.OpenFoodFactsServiceIntegrationTests ► SearchProductsByNameAsync_WithVeryUnlikelySearchTerm_ReturnsEmptyResults:
tests/FoodStorageApi.Infrastructure.IntegrationTests/Services/OpenFoodFactsServiceIntegrationTests.cs#L114
Failed test found in:
test-results/test-results.trx
Error:
Assert.Empty() Failure: Collection was not empty
Collection: [OpenFoodFactsProduct { BrandList = [···], Brands = "سيدي علي", Code = "6111035000430", HasImage = True, HasIngredientsImage = False, ··· }, OpenFoodFactsProduct { BrandList = [···], Brands = "Perly", Code = "6111242100992", HasImage = True, HasIngredientsImage = False, ··· }, OpenFoodFactsProduct { BrandList = [···], Brands = "Sidi Ali", Code = "6111035002175", HasImage = True, HasIngredientsImage = False, ··· }, OpenFoodFactsProduct { BrandList = [···], Brands = "sidi ali", Code = "6111035000058", HasImage = True, HasIngredientsImage = False, ··· }, OpenFoodFactsProduct { BrandList = [···], Brands = "AQUAFINA", Code = "6111252421568", HasImage = True, HasIngredientsImage = False, ··· }, ···]
|
|
Run Tests
Failed test were found and 'fail-on-error' option is set to true
|
|
Run Tests
Process completed with exit code 1.
|