Skip to content

pages build and deployment #568

pages build and deployment

pages build and deployment #568

GitHub Actions / Test Results succeeded Oct 15, 2024 in 0s

All 259 tests pass in 7s

259 tests  ±0   259 ✅ ±0   7s ⏱️ -1s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 1e7beaa. ± Comparison against earlier commit 47cd352.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

259 tests found

There are 259 tests, see "Raw output" for the full list of tests.
Raw output
HomeInventory.Tests.Application.FeatureFlagTests ‑ ConstructorShouldPreserveName
HomeInventory.Tests.Application.FeatureFlagTests ‑ CreateShouldPreserveName
HomeInventory.Tests.Application.FeatureFlagTests ‑ CreateWithContextShouldPreserveName
HomeInventory.Tests.Application.FeatureFlagTests ‑ IsEnabledContextShouldReturnManagerValue(expectedValue: False)
HomeInventory.Tests.Application.FeatureFlagTests ‑ IsEnabledContextShouldReturnManagerValue(expectedValue: True)
HomeInventory.Tests.Application.FeatureFlagTests ‑ IsEnabledShouldReturnManagerValue(expectedValue: False)
HomeInventory.Tests.Application.FeatureFlagTests ‑ IsEnabledShouldReturnManagerValue(expectedValue: True)
HomeInventory.Tests.Application.FeatureFlagTests ‑ WithContextShouldReturn
HomeInventory.Tests.Core.EnumerableExtensionsTests ‑ Concat Should AddItemAtTheEnd
HomeInventory.Tests.Core.EnumerableExtensionsTests ‑ EmptyIfNull Should ReturnEmpty When Null
HomeInventory.Tests.Core.EnumerableExtensionsTests ‑ EmptyIfNull Should ReturnOriginal When NotNull
HomeInventory.Tests.Core.ExecuteTests ‑ AndCatch ShouldCatchExceptionAndReturnResult
HomeInventory.Tests.Core.ExecuteTests ‑ AndCatch ShouldReturnResult
HomeInventory.Tests.Core.ExecuteTests ‑ AndCatchAsync ShouldCatchException
HomeInventory.Tests.Core.ExecuteTests ‑ AndCatchAsync ShouldCatchExceptionAndReturnResult
HomeInventory.Tests.Core.ExecuteTests ‑ AndCatchAsync ShouldExecuteAction
HomeInventory.Tests.Core.ExecuteTests ‑ AndCatchAsync ShouldReturnResult
HomeInventory.Tests.Core.OptionExtensionsTests ‑ Tap ShouldInvokeAction WhenOptionalHasValue
HomeInventory.Tests.Core.OptionExtensionsTests ‑ Tap2 ShouldInvokeAction WhenOptionalHasValue
HomeInventory.Tests.Core.OptionExtensionsTests ‑ Tap3 ShouldInvokeAction WhenOptionalHasValue
HomeInventory.Tests.Core.ReflectionMethodsTests ‑ CreateInstance ShouldCreate When InternalCtorAndArg
HomeInventory.Tests.Core.ReflectionMethodsTests ‑ CreateInstance ShouldCreate When InternalCtorAndNoArgs
HomeInventory.Tests.Core.ReflectionMethodsTests ‑ CreateInstance ShouldCreate When PublicCtorAndArg
HomeInventory.Tests.Core.ReflectionMethodsTests ‑ CreateInstance ShouldCreate When PublicCtorAndNoArgs
HomeInventory.Tests.Core.TypeExtensionsTests ‑ GetFieldsOfType Should ReturnValues
HomeInventory.Tests.Core.TypeExtensionsTests ‑ GetFormattedName Should FormatGeneric
HomeInventory.Tests.Core.TypeExtensionsTests ‑ GetFormattedName Should FormatGeneric2
HomeInventory.Tests.Core.TypeExtensionsTests ‑ GetFormattedName Should NotFormatNonGeneric
HomeInventory.Tests.DependencyInjection.ApplicationDependencyInjectionTests ‑ ShouldRegister
HomeInventory.Tests.DependencyInjection.DomainDependencyInjectionTests ‑ ShouldRegister
HomeInventory.Tests.DependencyInjection.InfrastructureDependencyInjectionTests ‑ ShouldRegister
HomeInventory.Tests.DependencyInjection.UserManagementInfrastructureDependencyInjectionTests ‑ ShouldRegister
HomeInventory.Tests.DependencyInjection.WebDependencyInjectionTests ‑ ShouldRegister
HomeInventory.Tests.DependencyInjection.WebDependencyInjectionTests ‑ ShouldUse
HomeInventory.Tests.Domain.EntityTests ‑ EqualsObject Should ReturnFalseWhenOtherHasDifferentId
HomeInventory.Tests.Domain.EntityTests ‑ EqualsObject Should ReturnFalseWhenOtherHasDifferentType
HomeInventory.Tests.Domain.EntityTests ‑ EqualsObject Should ReturnFalseWhenOtherIsNull
HomeInventory.Tests.Domain.EntityTests ‑ EqualsObject Should ReturnTrueWhenOtherHasSameId
HomeInventory.Tests.Domain.EntityTests ‑ EqualsObject Should ReturnTrueWhenSameReference
HomeInventory.Tests.Domain.EntityTests ‑ EqualsTEntity Should ReturnFalseWhenOtherHasDifferentId
HomeInventory.Tests.Domain.EntityTests ‑ EqualsTEntity Should ReturnFalseWhenOtherIsNull
HomeInventory.Tests.Domain.EntityTests ‑ EqualsTEntity Should ReturnTrueWhenOtherHasSameId
HomeInventory.Tests.Domain.EntityTests ‑ EqualsTEntity Should ReturnTrueWhenSameReference
HomeInventory.Tests.Domain.EntityTests ‑ GetHashCode Should ReturnGetHashCodeFromId
HomeInventory.Tests.Domain.EntityTests ‑ OpEquals Should ReturnFalseWhenOtherHasDifferentId
HomeInventory.Tests.Domain.EntityTests ‑ OpEquals Should ReturnTrueWhenOtherHasSameId
HomeInventory.Tests.Domain.EntityTests ‑ OpNotEquals Should ReturnFalseWhenOtherHasSameId
HomeInventory.Tests.Domain.EntityTests ‑ OpNotEquals Should ReturnTrueWhenOtherHasDifferentId
HomeInventory.Tests.Domain.EquatableComponentTests ‑ Equals ShoudBeEqualToComponentWithSameItems WhenManyComponents(count: 1)
HomeInventory.Tests.Domain.EquatableComponentTests ‑ Equals ShoudBeEqualToComponentWithSameItems WhenManyComponents(count: 2)
HomeInventory.Tests.Domain.EquatableComponentTests ‑ Equals ShoudBeEqualToComponentWithSameItems WhenManyComponents(count: 3)
HomeInventory.Tests.Domain.EquatableComponentTests ‑ Equals ShoudBeEqualToEmpty WhenNoComponents
HomeInventory.Tests.Domain.EquatableComponentTests ‑ Equals ShoudNotBeEqualToComponentWithDifferentItems WhenManyComponents(count: 1)
HomeInventory.Tests.Domain.EquatableComponentTests ‑ Equals ShoudNotBeEqualToComponentWithDifferentItems WhenManyComponents(count: 2)
HomeInventory.Tests.Domain.EquatableComponentTests ‑ Equals ShoudNotBeEqualToComponentWithDifferentItems WhenManyComponents(count: 3)
HomeInventory.Tests.Domain.EquatableComponentTests ‑ Equals ShoudNotBeEqualToEmpty WhenManyComponents(count: 1)
HomeInventory.Tests.Domain.EquatableComponentTests ‑ Equals ShoudNotBeEqualToEmpty WhenManyComponents(count: 2)
HomeInventory.Tests.Domain.EquatableComponentTests ‑ Equals ShoudNotBeEqualToEmpty WhenManyComponents(count: 3)
HomeInventory.Tests.Domain.EquatableComponentTests ‑ GetHashCode ShoudReturnCombinedComponentsHash WhenManyComponents(count: 1)
HomeInventory.Tests.Domain.EquatableComponentTests ‑ GetHashCode ShoudReturnCombinedComponentsHash WhenManyComponents(count: 2)
HomeInventory.Tests.Domain.EquatableComponentTests ‑ GetHashCode ShoudReturnCombinedComponentsHash WhenManyComponents(count: 3)
HomeInventory.Tests.Domain.EquatableComponentTests ‑ GetHashCode ShoudReturnZero WhenNoComponents
HomeInventory.Tests.Domain.FixedDateTimeServiceTests ‑ UtcNow ShouldReturnSuppliedTime
HomeInventory.Tests.Domain.FixedDateTimeServiceTests ‑ UtcNow ShouldReturnSuppliedTimeFromOther
HomeInventory.Tests.Domain.FixedDateTimeServiceTests ‑ UtcNow ShouldReturnSuppliedTimeInUTC
HomeInventory.Tests.Domain.ValueObjects.AmountFactoryTests ‑ Create Should Return Amount When ValueIsValid
HomeInventory.Tests.Domain.ValueObjects.AmountFactoryTests ‑ Create Should Return Error When PieceIsFractional
HomeInventory.Tests.Domain.ValueObjects.AmountFactoryTests ‑ Create Should Return Error When ValueIsNegative
HomeInventory.Tests.Domain.ValueObjects.AmountFactoryTests ‑ Create Should Return Value When UnknownMeasurementType
HomeInventory.Tests.Domain.ValueObjects.AmountFactoryTests ‑ Create Should Return Value When UnknownUnit
HomeInventory.Tests.Domain.ValueObjects.AmountTests ‑ Equals Should ReturnTrueIfSameValueAndUnit
HomeInventory.Tests.Domain.ValueObjects.AmountTests ‑ OpEquality Should ReturnTrueIfSameValueAndUnit
HomeInventory.Tests.Domain.ValueObjects.AmountTests ‑ OpInequality Should ReturnFalseIfSameValueAndUnit
HomeInventory.Tests.Domain.ValueObjects.AmountUnitTests ‑ CanBeUsedAsDictionaryKey
HomeInventory.Tests.Domain.ValueObjects.AmountUnitTests ‑ CreateShouldPassTheCallerMemberNameAndType
HomeInventory.Tests.Domain.ValueObjects.AmountUnitTests ‑ CreatedScaledShouldContainSuppliedId
HomeInventory.Tests.Domain.ValueObjects.AmountUnitTests ‑ CreatedShouldContainSuppliedId
HomeInventory.Tests.Domain.ValueObjects.AmountUnitTests ‑ FieldsShoulHaveMatchedName
HomeInventory.Tests.Domain.ValueObjects.AmountUnitTests ‑ Items Should NotBeEmpty
HomeInventory.Tests.Domain.ValueObjects.MeasurementTypeTests ‑ CanBeUsedAsDictionaryKey
HomeInventory.Tests.Domain.ValueObjects.MeasurementTypeTests ‑ CreateShouldPassTheCallerMemberName
HomeInventory.Tests.Domain.ValueObjects.MeasurementTypeTests ‑ CreatedShouldContainSuppliedId
HomeInventory.Tests.Domain.ValueObjects.MeasurementTypeTests ‑ FieldsShoulHaveMatchedName
HomeInventory.Tests.Domain.ValueObjects.MeasurementTypeTests ‑ Items Should NotBeEmpty
HomeInventory.Tests.Framework.Assertions.JsonElementAssertionsTests ‑ BeArrayEqualTo ShoudPass WhenBothEmpty
HomeInventory.Tests.Framework.Assertions.JsonElementAssertionsTests ‑ BeArrayEqualTo ShoudPass WhenBothHasSameValue
HomeInventory.Tests.Framework.Assertions.JsonElementAssertionsTests ‑ BeArrayEqualTo ShoudPass WhenBothNull
HomeInventory.Tests.Framework.Assertions.ObjectExtensionsTests ‑ GetComparer ShouldReturnForNumeric
HomeInventory.Tests.Framework.Assertions.ObjectExtensionsTests ‑ GetComparer ShouldReturnForObject
HomeInventory.Tests.Framework.Assertions.ObjectExtensionsTests ‑ GetComparer ShouldReturnForReferenceType
HomeInventory.Tests.Framework.Assertions.ObjectExtensionsTests ‑ GetComparer ShouldReturnForValueType
HomeInventory.Tests.Framework.Assertions.ServiceDescriptorExtensionsTests ‑ GetInstance ShouldReturnFromImplementationFactory
HomeInventory.Tests.Framework.Assertions.ServiceDescriptorExtensionsTests ‑ GetInstance ShouldReturnFromImplementationInstance
HomeInventory.Tests.Framework.Assertions.ServiceDescriptorExtensionsTests ‑ GetInstance ShouldReturnFromImplementationType
HomeInventory.Tests.Framework.Customizations.ApiBehaviorOptionsCustomizationTests ‑ Customize Should ProvideCorrectCustomization
HomeInventory.Tests.Framework.Customizations.RegisterRequestCustomizationTests ‑ Customize Should ProvideCorrectCustomization
HomeInventory.Tests.Middlewares.CorrelationIdContainerTests ‑ CorrelationId Should NotBeEmpty When Created
HomeInventory.Tests.Middlewares.CorrelationIdContainerTests ‑ GenerateNew Should UpdateCorrelationId
HomeInventory.Tests.Middlewares.CorrelationIdContainerTests ‑ SetExisting Should UpdateCorrelationId
HomeInventory.Tests.Middlewares.CorrelationIdMiddlewareTests ‑ InvokeAsync Should AddCorrelationIdToResponse
HomeInventory.Tests.Middlewares.CorrelationIdMiddlewareTests ‑ InvokeAsync Should AwaitNext
HomeInventory.Tests.Middlewares.CorrelationIdMiddlewareTests ‑ InvokeAsync Should CallNext
HomeInventory.Tests.Middlewares.CorrelationIdMiddlewareTests ‑ InvokeAsync Should CreateCorrelationId When HeaderIsNotSet
HomeInventory.Tests.Middlewares.CorrelationIdMiddlewareTests ‑ InvokeAsync Should NotSetCorrelationIdFromHeaders When ValueIsWrong(unexpectedId: "")
HomeInventory.Tests.Middlewares.CorrelationIdMiddlewareTests ‑ InvokeAsync Should NotSetCorrelationIdFromHeaders When ValueIsWrong(unexpectedId: null)
HomeInventory.Tests.Middlewares.CorrelationIdMiddlewareTests ‑ InvokeAsync Should SetCorrelationIdFromHeaders
HomeInventory.Tests.Presentation.Web.SectionPathTests ‑ Divide Should ReturnCombinedPath
HomeInventory.Tests.Presentation.Web.SectionPathTests ‑ ToString Should ReturnPath
HomeInventory.Tests.Systems.Authentication.BCryptPasswordHasherTests ‑ HashAsync ShouldReturnDifferentHashesForDifferentInputs
HomeInventory.Tests.Systems.Authentication.BCryptPasswordHasherTests ‑ HashAsync ShouldReturnSomethingDifferentFromInput
HomeInventory.Tests.Systems.Authentication.BCryptPasswordHasherTests ‑ VerifyAsync ShouldConfirmHashed
HomeInventory.Tests.Systems.Authentication.GuidJwtIdentityGeneratorTests ‑ GenerateNew Should ReturnNewValue WhenCalledSecondTime
HomeInventory.Tests.Systems.Authentication.GuidJwtIdentityGeneratorTests ‑ GenerateNew Should ReturnNotEmpty
HomeInventory.Tests.Systems.Authentication.JwtBearerOptionsSetupTests ‑ Configure Should SetupOptions
HomeInventory.Tests.Systems.Authentication.JwtTokenGeneratorTests ‑ GenerateTokenAsync Should GenerateCorrectTokenString
HomeInventory.Tests.Systems.Handlers.AuthenticateQueryHandlerTests ‑ Handle OnBadPassword ReturnsError
HomeInventory.Tests.Systems.Handlers.AuthenticateQueryHandlerTests ‑ Handle OnNotFound ReturnsError
HomeInventory.Tests.Systems.Handlers.AuthenticateQueryHandlerTests ‑ Handle OnSuccess ReturnsResult
HomeInventory.Tests.Systems.Handlers.LoggingBehaviorTests ‑ Handle Should LogAfterCallingNext
HomeInventory.Tests.Systems.Handlers.LoggingBehaviorTests ‑ Handle Should LogBeforeCallingNext
HomeInventory.Tests.Systems.Handlers.LoggingBehaviorTests ‑ Handle Should ReturnResponseFromNext
HomeInventory.Tests.Systems.Handlers.LoggingBehaviorTests ‑ Should BeResolved
HomeInventory.Tests.Systems.Handlers.RegisterCommandHandlerTests ‑ Handle OnFailure ReturnsError
HomeInventory.Tests.Systems.Handlers.RegisterCommandHandlerTests ‑ Handle OnSuccess ReturnsResult
HomeInventory.Tests.Systems.Handlers.UnitOfWorkBehaviorTests ‑ Handle Should CallSave When Success
HomeInventory.Tests.Systems.Handlers.UnitOfWorkBehaviorTests ‑ Handle Should NotCallSave When Error
HomeInventory.Tests.Systems.Handlers.UnitOfWorkBehaviorTests ‑ Handle Should ReturnResponseFromNext
HomeInventory.Tests.Systems.Handlers.UnitOfWorkBehaviorTests ‑ Should BeResolvedForCommand
HomeInventory.Tests.Systems.Handlers.UserIdQueryHandlerTests ‑ Handle OnNotFound ReturnsError
HomeInventory.Tests.Systems.Handlers.UserIdQueryHandlerTests ‑ Handle OnSuccess ReturnsResult
HomeInventory.Tests.Systems.Mapping.ContractsMappingsTests ‑ ShouldMap(instance: AuthenticateResult { Id = 01JA84TX2W75Q01170838EEWAE, Token = Token05a391e6-977a-4266-b92c-f15d92e52d6d }, destination: typeof(HomeInventory.Contracts.LoginResponse))
HomeInventory.Tests.Systems.Mapping.ContractsMappingsTests ‑ ShouldMap(instance: LoginRequest { Email = Email4e0360f9-8740-410f-ba9f-480a9d5bbf30, Password = Password807e8641-934a-4e42-8426-9696394853ef }, destination: typeof(HomeInventory.Application.Cqrs.Queries.Authenticate.AuthenticateQuery))
HomeInventory.Tests.Systems.Mapping.ModelMappingsTests ‑ ShouldMap(instance: 01JA84TWZ3DJX2MXDVE8N01XX9, destination: typeof(System.Ulid))
HomeInventory.Tests.Systems.Mapping.ModelMappingsTests ‑ ShouldMap(instance: 01JA84TWZ3V9GDSQPGS3XWCXVX, destination: typeof(HomeInventory.Domain.ValueObjects.ProductId))
HomeInventory.Tests.Systems.Mapping.ModelMappingsTests ‑ ShouldMap(instance: Amount { Unit = Piece (01JA84TVQRKBR495KV6TP9NN20), Value = 106 }, destination: typeof(HomeInventory.Infrastructure.Persistence.Models.ProductAmountModel))
HomeInventory.Tests.Systems.Mapping.ModelMappingsTests ‑ ShouldMap(instance: ProductAmountModel { UnitName = "FluidOunce", Value = 103 }, destination: typeof(HomeInventory.Domain.ValueObjects.Amount))
HomeInventory.Tests.Systems.Mapping.UlidIdConverterTests ‑ Convert Should Throw When IdIsEmpty
HomeInventory.Tests.Systems.Mapping.UlidIdConverterTests ‑ TryConvert Should ReturnError When IdIsEmpty
HomeInventory.Tests.Systems.Mapping.UlidIdConverterTests ‑ TryConvert Should ReturnValue When IdIsNotEmpty
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: [email protected], destination: typeof(string))
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: 01JA84TX2PQHAQJQAZCB7QS4PK, destination: typeof(System.Ulid))
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: RegisterRequest { Email = Email3f4e56d7-a782-48c5-912b-d8d5c6a152d4, Password = Passwordc26d5ba0-1c32-45c2-9c15-cbc62a5a2159 }, destination: typeof(HomeInventory.Application.Cqrs.Queries.UserId.UserIdQuery))
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: RegisterRequest { Email = Emailcb7e9491-328e-442a-9d9e-9824e21eb2a9, Password = Passwordd0069fa7-35ef-421d-b0fb-2d7b7d1c9290 }, destination: typeof(HomeInventory.Application.Cqrs.Commands.Register.RegisterCommand))
HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests ‑ ShouldMap(instance: UserIdResult { UserId = 01JA84TX2QC17HYSVNH04QD74R }, destination: typeof(HomeInventory.Contracts.RegisterResponse))
HomeInventory.Tests.Systems.Mapping.UserManagementModelMappingsTests ‑ ShouldMap(instance: "ae477d61-b1d8-4ceb-8457-60e22c9f9152", destination: typeof(HomeInventory.Domain.ValueObjects.Email))
HomeInventory.Tests.Systems.Mapping.UserManagementModelMappingsTests ‑ ShouldMap(instance: 01JA84TX12A32ACPSAJHAD4KC2, destination: typeof(System.Ulid))
HomeInventory.Tests.Systems.Mapping.UserManagementModelMappingsTests ‑ ShouldMap(instance: [email protected], destination: typeof(string))
HomeInventory.Tests.Systems.Mapping.UserManagementModelMappingsTests ‑ ShouldMap(instance: 01JA84TX12C85KYPRM7ZM4NK6Z, destination: typeof(HomeInventory.Domain.ValueObjects.UserId))
HomeInventory.Tests.Systems.Mapping.UserManagementModelMappingsTests ‑ ShouldMap(instance: User { Email = [email protected], Id = 01JA84TX12AWF4TWPWVBQKYRM0, Password = "Password1b8b2787-137d-4a05-a2f0-319e8721ec62" }, destination: typeof(HomeInventory.Infrastructure.Persistence.Models.UserModel))
HomeInventory.Tests.Systems.Mapping.UserManagementModelMappingsTests ‑ ShouldMap(instance: UserModel { CreatedOn = 2023-09-10T15:05:38.4865949+00:00, Email = "Email8e4afa47-2c07-44cd-b54f-731a7fe246b5", Id = 01JA84TX122YWRWZGCXQRD6F78, ModifiedOn = 2026-06-02T01:52:03.2515192+00:00, Password = "Password736b1d36-12d5-4886-bbee-2263be3b1180" }, destination: typeof(HomeInventory.Domain.Aggregates.User))
HomeInventory.Tests.Systems.Mapping.UserManagementModelMappingsTests ‑ ShouldMapUserModelToUser
HomeInventory.Tests.Systems.Mapping.UserManagementModelMappingsTests ‑ ShouldProjectUserModelToUser
HomeInventory.Tests.Systems.Modules.AuthenticationModuleTests ‑ AddRoutes ShouldRegister
HomeInventory.Tests.Systems.Modules.AuthenticationModuleTests ‑ LoginAsync OnFailure ReturnsError
HomeInventory.Tests.Systems.Modules.AuthenticationModuleTests ‑ LoginAsync OnSuccess ReturnsHttp200
HomeInventory.Tests.Systems.Modules.ErrorMappingTests ‑ GetDefaultError Shoud Return500
HomeInventory.Tests.Systems.Modules.ErrorMappingTests ‑ GetError Shoud ReturnExpected When Error(errorType: null, expected: InternalServerError)
HomeInventory.Tests.Systems.Modules.ErrorMappingTests ‑ GetError Shoud ReturnExpected When Error(errorType: typeof(HomeInventory.Domain.Errors.DuplicateEmailError), expected: Conflict)
HomeInventory.Tests.Systems.Modules.ErrorMappingTests ‑ GetError Shoud ReturnExpected When Error(errorType: typeof(HomeInventory.Domain.Primitives.Errors.ConflictError), expected: Conflict)
HomeInventory.Tests.Systems.Modules.ErrorMappingTests ‑ GetError Shoud ReturnExpected When Error(errorType: typeof(HomeInventory.Domain.Primitives.Errors.NotFoundError), expected: NotFound)
HomeInventory.Tests.Systems.Modules.ErrorMappingTests ‑ GetError Shoud ReturnExpected When Error(errorType: typeof(HomeInventory.Domain.Primitives.Errors.ValidationError), expected: BadRequest)
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ ConvertToProblem Should Convert When MultipleDifferentErrors
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ ConvertToProblem Should Convert When SingleError
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ ConvertToProblem Should ConvertWithCorrectStatus When MultipleSimilarErrors
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ ConvertToProblem Should ThrowInvalidOperationException When NoErrors
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ CreateProblemDetails Should PassValues
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ CreateProblemDetails Should SetDefaultStatusTo500
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ CreateProblemDetails Should SetDefaultsForStatusCode
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ CreateProblemDetails Should SetTraceIdentifierFromContextWhenNoCurrentActivity
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ CreateProblemDetails Should SetTraceIdentifierFromCurrentActivity
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ CreateValidationProblemDetails Should PassValues
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ CreateValidationProblemDetails Should SetDefaultStatusTo400
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ CreateValidationProblemDetails Should SetDefaultsForStatusCode
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ CreateValidationProblemDetails Should SetTraceIdentifierFromContextWhenNoCurrentActivity
HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests ‑ CreateValidationProblemDetails Should SetTraceIdentifierFromCurrentActivity
HomeInventory.Tests.Systems.Modules.JsonOpenApiValueConverterTests ‑ Convert ShouldReturnNull WhenValueIsDbNull(expected: False)
HomeInventory.Tests.Systems.Modules.JsonOpenApiValueConverterTests ‑ Convert ShouldReturnNull WhenValueIsDbNull(expected: True)
HomeInventory.Tests.Systems.Modules.JsonOpenApiValueConverterTests ‑ Convert ShouldReturnNull WhenValueIsNull
HomeInventory.Tests.Systems.Modules.JsonOpenApiValueConverterTests ‑ Convert ShouldReturnOpenApiNull WhenValueIsDbNull
HomeInventory.Tests.Systems.Modules.SwaggerDefaultValuesTests ‑ Apply Should NotOverrideDefaultForParameter
HomeInventory.Tests.Systems.Modules.SwaggerDefaultValuesTests ‑ Apply Should NotOverrideDescriptionForParameter
HomeInventory.Tests.Systems.Modules.SwaggerDefaultValuesTests ‑ Apply Should NotUnSetRequiredForParameter
HomeInventory.Tests.Systems.Modules.SwaggerDefaultValuesTests ‑ Apply Should NotUnsetDeprecated
HomeInventory.Tests.Systems.Modules.SwaggerDefaultValuesTests ‑ Apply Should RemoveNotSupportedContentTypes(statusCode: 200)
HomeInventory.Tests.Systems.Modules.SwaggerDefaultValuesTests ‑ Apply Should RemoveNotSupportedContentTypes(statusCode: null)
HomeInventory.Tests.Systems.Modules.SwaggerDefaultValuesTests ‑ Apply Should SetDefaultForParameter
HomeInventory.Tests.Systems.Modules.SwaggerDefaultValuesTests ‑ Apply Should SetDeprecated
HomeInventory.Tests.Systems.Modules.SwaggerDefaultValuesTests ‑ Apply Should SetDescriptionForParameter
HomeInventory.Tests.Systems.Modules.SwaggerDefaultValuesTests ‑ Apply Should SetRequiredForParameter
HomeInventory.Tests.Systems.Modules.UserManagementModuleTests ‑ AddRoutes ShouldRegister
HomeInventory.Tests.Systems.Modules.UserManagementModuleTests ‑ RegisterAsync OnFailure ReturnsError
HomeInventory.Tests.Systems.Modules.UserManagementModuleTests ‑ RegisterAsync OnSuccess ReturnsHttp200
HomeInventory.Tests.Systems.Persistence.AmountValueObjectConverterTests ‑ TryConvert
HomeInventory.Tests.Systems.Persistence.ByIdFilterSpecificationTests ‑ ExecuteAsync Should NotSatisfyWithWrongId
HomeInventory.Tests.Systems.Persistence.ByIdFilterSpecificationTests ‑ ExecuteAsync Should SatisfyWithCorrectId
HomeInventory.Tests.Systems.Persistence.ByIdFilterSpecificationTests ‑ Should NotSatisfyWithWrongId
HomeInventory.Tests.Systems.Persistence.ByIdFilterSpecificationTests ‑ Should SatisfyWithCorrectId
HomeInventory.Tests.Systems.Persistence.EventsPersistenceServiceTests ‑ SaveEvents ShouldPersistDomainEvents
HomeInventory.Tests.Systems.Persistence.OutboxMessageConfigurationTests ‑ UserModel Should HaveContentConfigured
HomeInventory.Tests.Systems.Persistence.OutboxMessageConfigurationTests ‑ UserModel Should HavePrimaryKey
HomeInventory.Tests.Systems.Persistence.PersistenceHealthCheckTests ‑ CheckHealthAsync ShouldReturnDegraded WhenCannotConnect
HomeInventory.Tests.Systems.Persistence.PersistenceHealthCheckTests ‑ CheckHealthAsync ShouldReturnDegraded WhenThrows
HomeInventory.Tests.Systems.Persistence.PersistenceHealthCheckTests ‑ CheckHealthAsync ShouldReturnHealthy WhenCanConnect
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ AddAsync ShouldAdd
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ AddRangeAsync ShouldAdd
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ AnyAsync ShouldReturnFalse WhenNoModels
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ AnyAsync ShouldReturnTrue WhenModelsStored
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ CountAsync ShouldReturnCorrectCount(expectedCount: 0)
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ CountAsync ShouldReturnCorrectCount(expectedCount: 1)
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ CountAsync ShouldReturnCorrectCount(expectedCount: 2)
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ CountAsync ShouldReturnCorrectCount(expectedCount: 3)
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ DeleteAsync ShouldRemoveExisting
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ DeleteRangeAsync ShouldRemoveExisting
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ FindFirstOptionalAsync ShouldFindExisting
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ FindFirstOptionalAsync ShouldNotFindNonExisting
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ GetAllAsync ShouldReturnExpected
HomeInventory.Tests.Systems.Persistence.RepositoryTests ‑ HasAsync ShouldFindExisting
HomeInventory.Tests.Systems.Persistence.UserHasEmailSpecificationTests ‑ Should NotSatisfyWithWrongEmail
HomeInventory.Tests.Systems.Persistence.UserHasEmailSpecificationTests ‑ Should SatisfyWithCorrectEmail
HomeInventory.Tests.Systems.Persistence.UserModelConfigurationTests ‑ UserModel Should HavePrimaryKey
HomeInventory.Tests.Systems.Persistence.UserRepositoryTests ‑ AddAsync Should CreateUser AccordingToSpec
HomeInventory.Tests.Systems.Persistence.UserRepositoryTests ‑ FindFirstOrNotFoundAsync Should ReturnCorrectUser WhenUserAdded
HomeInventory.Tests.Systems.Persistence.UserRepositoryTests ‑ HasAsync Should ReturnTrue WhenUserAdded
HomeInventory.Tests.Systems.Persistence.UserRepositoryTests ‑ HasPermissionAsync Should ReturnTreu WhenUserAdded
HomeInventory.Tests.Validation.LoginRequestValidatorTests ‑ Should NotPassValidation(email: "", password: "123456789sS$")
HomeInventory.Tests.Validation.LoginRequestValidatorTests ‑ Should NotPassValidation(email: "[email protected]", password: "")
HomeInventory.Tests.Validation.LoginRequestValidatorTests ‑ Should NotPassValidation(email: "[email protected]", password: null)
HomeInventory.Tests.Validation.LoginRequestValidatorTests ‑ Should NotPassValidation(email: "none.email", password: "123456789sS$")
HomeInventory.Tests.Validation.LoginRequestValidatorTests ‑ Should NotPassValidation(email: null, password: "123456789sS$")
HomeInventory.Tests.Validation.LoginRequestValidatorTests ‑ Should PassValidation(email: "[email protected]", password: "123456789sS$")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should NotPassValidation(password: "")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should NotPassValidation(password: "0O.")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should NotPassValidation(password: "0o.")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should NotPassValidation(password: "0oO")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should NotPassValidation(password: "oO.")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: "0oO!")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: "0oO$")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: "0oO%")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: "0oO&")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: "0oO'")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: "0oO(")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: "0oO*")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: "0oO-")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: "0oO.")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: "0oO^")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: "0oO`")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: "0oO~")
HomeInventory.Tests.Validation.PasswordValidatorTests ‑ Should PassValidation(password: null)
HomeInventory.Tests.Validation.RegisterRequestValidatorTests ‑ Should NotPassValidation(email: "", password: "123456789sS$")
HomeInventory.Tests.Validation.RegisterRequestValidatorTests ‑ Should NotPassValidation(email: "[email protected]", password: "")
HomeInventory.Tests.Validation.RegisterRequestValidatorTests ‑ Should NotPassValidation(email: "[email protected]", password: "123456789S$")
HomeInventory.Tests.Validation.RegisterRequestValidatorTests ‑ Should NotPassValidation(email: "[email protected]", password: "123456789s$")
HomeInventory.Tests.Validation.RegisterRequestValidatorTests ‑ Should NotPassValidation(email: "[email protected]", password: "123456789sS")
HomeInventory.Tests.Validation.RegisterRequestValidatorTests ‑ Should NotPassValidation(email: "[email protected]", password: "1234sS$")
HomeInventory.Tests.Validation.RegisterRequestValidatorTests ‑ Should NotPassValidation(email: "[email protected]", password: "sssssssssS$")
HomeInventory.Tests.Validation.RegisterRequestValidatorTests ‑ Should NotPassValidation(email: "[email protected]", password: null)
HomeInventory.Tests.Validation.RegisterRequestValidatorTests ‑ Should NotPassValidation(email: "none.email", password: "123456789sS$")
HomeInventory.Tests.Validation.RegisterRequestValidatorTests ‑ Should NotPassValidation(email: null, password: "123456789sS$")
HomeInventory.Tests.Validation.RegisterRequestValidatorTests ‑ Should PassValidation(email: "[email protected]", password: "123456789sS$")