Bump Verify.Xunit from 28.2.0 to 28.3.2 in /src/HomeInventory #1574
GitHub Actions / Unit tests
succeeded
Nov 19, 2024 in 1s
259 passed, 0 failed and 0 skipped
✅ ./src/HomeInventory/coverage/_fv-az1251-146_2024-11-19_01_34_54.trx
259 tests were completed in 9s with 259 passed, 0 failed and 0 skipped.
✅ HomeInventory.Tests.Application.FeatureFlagTests
✅ ConstructorShouldPreserveName
✅ CreateShouldPreserveName
✅ CreateWithContextShouldPreserveName
✅ IsEnabledContextShouldReturnManagerValue(expectedValue: False)
✅ IsEnabledContextShouldReturnManagerValue(expectedValue: True)
✅ IsEnabledShouldReturnManagerValue(expectedValue: False)
✅ IsEnabledShouldReturnManagerValue(expectedValue: True)
✅ WithContextShouldReturn
✅ HomeInventory.Tests.Core.EnumerableExtensionsTests
✅ Concat Should AddItemAtTheEnd
✅ EmptyIfNull Should ReturnEmpty When Null
✅ EmptyIfNull Should ReturnOriginal When NotNull
✅ HomeInventory.Tests.Core.ExecuteTests
✅ AndCatch ShouldCatchExceptionAndReturnResult
✅ AndCatch ShouldReturnResult
✅ AndCatchAsync ShouldCatchException
✅ AndCatchAsync ShouldCatchExceptionAndReturnResult
✅ AndCatchAsync ShouldExecuteAction
✅ AndCatchAsync ShouldReturnResult
✅ HomeInventory.Tests.Core.OptionExtensionsTests
✅ Tap ShouldInvokeAction WhenOptionalHasValue
✅ Tap2 ShouldInvokeAction WhenOptionalHasValue
✅ Tap3 ShouldInvokeAction WhenOptionalHasValue
✅ HomeInventory.Tests.Core.ReflectionMethodsTests
✅ CreateInstance ShouldCreate When InternalCtorAndArg
✅ CreateInstance ShouldCreate When InternalCtorAndNoArgs
✅ CreateInstance ShouldCreate When PublicCtorAndArg
✅ CreateInstance ShouldCreate When PublicCtorAndNoArgs
✅ HomeInventory.Tests.Core.TypeExtensionsTests
✅ GetFieldsOfType Should ReturnValues
✅ GetFormattedName Should FormatGeneric
✅ GetFormattedName Should FormatGeneric2
✅ 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
✅ ShouldUse
✅ HomeInventory.Tests.Domain.EntityTests
✅ EqualsObject Should ReturnFalseWhenOtherHasDifferentId
✅ EqualsObject Should ReturnFalseWhenOtherHasDifferentType
✅ EqualsObject Should ReturnFalseWhenOtherIsNull
✅ EqualsObject Should ReturnTrueWhenOtherHasSameId
✅ EqualsObject Should ReturnTrueWhenSameReference
✅ EqualsTEntity Should ReturnFalseWhenOtherHasDifferentId
✅ EqualsTEntity Should ReturnFalseWhenOtherIsNull
✅ EqualsTEntity Should ReturnTrueWhenOtherHasSameId
✅ EqualsTEntity Should ReturnTrueWhenSameReference
✅ GetHashCode Should ReturnGetHashCodeFromId
✅ OpEquals Should ReturnFalseWhenOtherHasDifferentId
✅ OpEquals Should ReturnTrueWhenOtherHasSameId
✅ OpNotEquals Should ReturnFalseWhenOtherHasSameId
✅ OpNotEquals Should ReturnTrueWhenOtherHasDifferentId
✅ HomeInventory.Tests.Domain.EquatableComponentTests
✅ Equals ShoudBeEqualToComponentWithSameItems WhenManyComponents(count: 1)
✅ Equals ShoudBeEqualToComponentWithSameItems WhenManyComponents(count: 2)
✅ Equals ShoudBeEqualToComponentWithSameItems WhenManyComponents(count: 3)
✅ Equals ShoudBeEqualToEmpty WhenNoComponents
✅ Equals ShoudNotBeEqualToComponentWithDifferentItems WhenManyComponents(count: 1)
✅ Equals ShoudNotBeEqualToComponentWithDifferentItems WhenManyComponents(count: 2)
✅ Equals ShoudNotBeEqualToComponentWithDifferentItems WhenManyComponents(count: 3)
✅ Equals ShoudNotBeEqualToEmpty WhenManyComponents(count: 1)
✅ Equals ShoudNotBeEqualToEmpty WhenManyComponents(count: 2)
✅ Equals ShoudNotBeEqualToEmpty WhenManyComponents(count: 3)
✅ GetHashCode ShoudReturnCombinedComponentsHash WhenManyComponents(count: 1)
✅ GetHashCode ShoudReturnCombinedComponentsHash WhenManyComponents(count: 2)
✅ GetHashCode ShoudReturnCombinedComponentsHash WhenManyComponents(count: 3)
✅ GetHashCode ShoudReturnZero WhenNoComponents
✅ HomeInventory.Tests.Domain.FixedDateTimeServiceTests
✅ UtcNow ShouldReturnSuppliedTime
✅ UtcNow ShouldReturnSuppliedTimeFromOther
✅ UtcNow ShouldReturnSuppliedTimeInUTC
✅ HomeInventory.Tests.Domain.ValueObjects.AmountFactoryTests
✅ Create Should Return Amount When ValueIsValid
✅ Create Should Return Error When PieceIsFractional
✅ Create Should Return Error When ValueIsNegative
✅ Create Should Return Value When UnknownMeasurementType
✅ Create Should Return Value When UnknownUnit
✅ HomeInventory.Tests.Domain.ValueObjects.AmountTests
✅ Equals Should ReturnTrueIfSameValueAndUnit
✅ OpEquality Should ReturnTrueIfSameValueAndUnit
✅ OpInequality Should ReturnFalseIfSameValueAndUnit
✅ HomeInventory.Tests.Domain.ValueObjects.AmountUnitTests
✅ CanBeUsedAsDictionaryKey
✅ CreatedScaledShouldContainSuppliedId
✅ CreatedShouldContainSuppliedId
✅ CreateShouldPassTheCallerMemberNameAndType
✅ FieldsShoulHaveMatchedName
✅ Items Should NotBeEmpty
✅ HomeInventory.Tests.Domain.ValueObjects.MeasurementTypeTests
✅ CanBeUsedAsDictionaryKey
✅ CreatedShouldContainSuppliedId
✅ CreateShouldPassTheCallerMemberName
✅ FieldsShoulHaveMatchedName
✅ Items Should NotBeEmpty
✅ HomeInventory.Tests.Framework.Assertions.JsonElementAssertionsTests
✅ BeArrayEqualTo ShoudPass WhenBothEmpty
✅ BeArrayEqualTo ShoudPass WhenBothHasSameValue
✅ BeArrayEqualTo ShoudPass WhenBothNull
✅ HomeInventory.Tests.Framework.Assertions.ObjectExtensionsTests
✅ GetComparer ShouldReturnForNumeric
✅ GetComparer ShouldReturnForObject
✅ GetComparer ShouldReturnForReferenceType
✅ GetComparer ShouldReturnForValueType
✅ HomeInventory.Tests.Framework.Assertions.ServiceDescriptorExtensionsTests
✅ GetInstance ShouldReturnFromImplementationFactory
✅ GetInstance ShouldReturnFromImplementationInstance
✅ 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
✅ GenerateNew Should UpdateCorrelationId
✅ SetExisting Should UpdateCorrelationId
✅ HomeInventory.Tests.Middlewares.CorrelationIdMiddlewareTests
✅ InvokeAsync Should AddCorrelationIdToResponse
✅ InvokeAsync Should AwaitNext
✅ InvokeAsync Should CallNext
✅ InvokeAsync Should CreateCorrelationId When HeaderIsNotSet
✅ InvokeAsync Should NotSetCorrelationIdFromHeaders When ValueIsWrong(unexpectedId: "")
✅ InvokeAsync Should NotSetCorrelationIdFromHeaders When ValueIsWrong(unexpectedId: null)
✅ InvokeAsync Should SetCorrelationIdFromHeaders
✅ HomeInventory.Tests.Presentation.Web.SectionPathTests
✅ Divide Should ReturnCombinedPath
✅ ToString Should ReturnPath
✅ HomeInventory.Tests.Systems.Authentication.BCryptPasswordHasherTests
✅ HashAsync ShouldReturnDifferentHashesForDifferentInputs
✅ HashAsync ShouldReturnSomethingDifferentFromInput
✅ VerifyAsync ShouldConfirmHashed
✅ HomeInventory.Tests.Systems.Authentication.GuidJwtIdentityGeneratorTests
✅ GenerateNew Should ReturnNewValue WhenCalledSecondTime
✅ 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
✅ Handle OnNotFound ReturnsError
✅ Handle OnSuccess ReturnsResult
✅ HomeInventory.Tests.Systems.Handlers.LoggingBehaviorTests
✅ Handle Should LogAfterCallingNext
✅ Handle Should LogBeforeCallingNext
✅ Handle Should ReturnResponseFromNext
✅ Should BeResolved
✅ HomeInventory.Tests.Systems.Handlers.RegisterCommandHandlerTests
✅ Handle OnFailure ReturnsError
✅ Handle OnSuccess ReturnsResult
✅ HomeInventory.Tests.Systems.Handlers.UnitOfWorkBehaviorTests
✅ Handle Should CallSave When Success
✅ Handle Should NotCallSave When Error
✅ Handle Should ReturnResponseFromNext
✅ Should BeResolvedForCommand
✅ HomeInventory.Tests.Systems.Handlers.UserIdQueryHandlerTests
✅ Handle OnNotFound ReturnsError
✅ Handle OnSuccess ReturnsResult
✅ HomeInventory.Tests.Systems.Mapping.ContractsMappingsTests
✅ ShouldMap(instance: AuthenticateResult { Id = 01JD10XW7A3WXMAQQYD3B0ZQP2, Token = Tokencf8bf6e1-2046-41df-ac4e-0078bdca1804 }, destination: typeof(HomeInventory.Contracts.LoginResponse))
✅ ShouldMap(instance: LoginRequest { Email = Email6bb3b103-5843-4e0f-bd9e-973eb2782058, Password = Passwordab2e3f89-73de-4c7f-8ffa-cee69124ce95 }, destination: typeof(HomeInventory.Application.Cqrs.Queries.Authenticate.AuthenticateQuery))
✅ HomeInventory.Tests.Systems.Mapping.ModelMappingsTests
✅ ShouldMap(instance: 01JD10XWAW2W1N73NDKVW3EY83, destination: typeof(HomeInventory.Domain.ValueObjects.ProductId))
✅ ShouldMap(instance: 01JD10XWAW9D3FN9Q219Z7B9YX, destination: typeof(System.Ulid))
✅ ShouldMap(instance: Amount { Unit = Kelvin (01JD10XTYBRZKWAN2NRY3NN25V), Value = 255 }, destination: typeof(HomeInventory.Infrastructure.Persistence.Models.ProductAmountModel))
✅ ShouldMap(instance: ProductAmountModel { UnitName = "Teaspoon", Value = 24 }, destination: typeof(HomeInventory.Domain.ValueObjects.Amount))
✅ HomeInventory.Tests.Systems.Mapping.UlidIdConverterTests
✅ Convert Should Throw When IdIsEmpty
✅ TryConvert Should ReturnError When IdIsEmpty
✅ TryConvert Should ReturnValue When IdIsNotEmpty
✅ HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests
✅ ShouldMap(instance: 01JD10XW68HES70VPGXV128R7T@email.com, destination: typeof(string))
✅ ShouldMap(instance: 01JD10XW68VAA2CJ3Q98KGHT7V, destination: typeof(System.Ulid))
✅ ShouldMap(instance: RegisterRequest { Email = Email7d6d7e64-06cc-4d5e-8e12-854d13e5d5c7, Password = Passworda84aa61a-6fb0-4764-8ca2-a54d079e710d }, destination: typeof(HomeInventory.Application.Cqrs.Queries.UserId.UserIdQuery))
✅ ShouldMap(instance: RegisterRequest { Email = Email9f444ffe-9690-4f8c-900b-a6b6ac7d4589, Password = Password9d9cc140-7a0b-439c-a619-3ea2ebffad07 }, destination: typeof(HomeInventory.Application.Cqrs.Commands.Register.RegisterCommand))
✅ ShouldMap(instance: UserIdResult { UserId = 01JD10XW69K5R8FEMZYD7FJ9DG }, destination: typeof(HomeInventory.Contracts.RegisterResponse))
✅ HomeInventory.Tests.Systems.Mapping.UserManagementModelMappingsTests
✅ ShouldMap(instance: "09803126-4c02-4f05-9e9d-772fb8689414", destination: typeof(HomeInventory.Domain.ValueObjects.Email))
✅ ShouldMap(instance: 01JD10XW88RY03C602BQ1WRG77@email.com, destination: typeof(string))
✅ ShouldMap(instance: 01JD10XW88YXW7CP3BTS4G0MS4, destination: typeof(HomeInventory.Domain.ValueObjects.UserId))
✅ ShouldMap(instance: 01JD10XW88Z4S5XZDBDEV90Y0C, destination: typeof(System.Ulid))
✅ ShouldMap(instance: User { Email = 01JD10XW88M4F0CVSRR1SJCP7G@email.com, Id = 01JD10XW886W2BGVQFVPFYXY65, Password = "Passwordeaf3f983-3459-4a07-add2-11ce7f8d6933" }, destination: typeof(HomeInventory.Infrastructure.Persistence.Models.UserModel))
✅ ShouldMap(instance: UserModel { CreatedOn = 2023-06-24T08:22:44.4298492+00:00, Email = "Emaila96f6252-b6d6-4357-8ec1-19f108fa3949", Id = 01JD10XW88Y3NZK6B6XR66HQYE, ModifiedOn = 2026-03-04T01:16:40.0744527+00:00, Password = "Passwordf2d8200e-bb13-4d10-aec0-a9f5176273c8" }, destination: typeof(HomeInventory.Domain.Aggregates.User))
✅ ShouldMapUserModelToUser
✅ ShouldProjectUserModelToUser
✅ HomeInventory.Tests.Systems.Modules.AuthenticationModuleTests
✅ AddRoutes ShouldRegister
✅ LoginAsync OnFailure ReturnsError
✅ LoginAsync OnSuccess ReturnsHttp200
✅ HomeInventory.Tests.Systems.Modules.ErrorMappingTests
✅ GetDefaultError Shoud Return500
✅ GetError Shoud ReturnExpected When Error(errorType: null, expected: InternalServerError)
✅ GetError Shoud ReturnExpected When Error(errorType: typeof(HomeInventory.Domain.Errors.DuplicateEmailError), expected: Conflict)
✅ GetError Shoud ReturnExpected When Error(errorType: typeof(HomeInventory.Domain.Primitives.Errors.ConflictError), expected: Conflict)
✅ GetError Shoud ReturnExpected When Error(errorType: typeof(HomeInventory.Domain.Primitives.Errors.NotFoundError), expected: NotFound)
✅ GetError Shoud ReturnExpected When Error(errorType: typeof(HomeInventory.Domain.Primitives.Errors.ValidationError), expected: BadRequest)
✅ HomeInventory.Tests.Systems.Modules.HomeInventoryProblemDetailsFactoryTests
✅ ConvertToProblem Should Convert When MultipleDifferentErrors
✅ ConvertToProblem Should Convert When SingleError
✅ ConvertToProblem Should ConvertWithCorrectStatus When MultipleSimilarErrors
✅ ConvertToProblem Should ThrowInvalidOperationException When NoErrors
✅ CreateProblemDetails Should PassValues
✅ CreateProblemDetails Should SetDefaultsForStatusCode
✅ CreateProblemDetails Should SetDefaultStatusTo500
✅ CreateProblemDetails Should SetTraceIdentifierFromContextWhenNoCurrentActivity
✅ CreateProblemDetails Should SetTraceIdentifierFromCurrentActivity
✅ CreateValidationProblemDetails Should PassValues
✅ CreateValidationProblemDetails Should SetDefaultsForStatusCode
✅ CreateValidationProblemDetails Should SetDefaultStatusTo400
✅ CreateValidationProblemDetails Should SetTraceIdentifierFromContextWhenNoCurrentActivity
✅ CreateValidationProblemDetails Should SetTraceIdentifierFromCurrentActivity
✅ HomeInventory.Tests.Systems.Modules.JsonOpenApiValueConverterTests
✅ Convert ShouldReturnNull WhenValueIsDbNull(expected: False)
✅ Convert ShouldReturnNull WhenValueIsDbNull(expected: True)
✅ Convert ShouldReturnNull WhenValueIsNull
✅ Convert ShouldReturnOpenApiNull WhenValueIsDbNull
✅ HomeInventory.Tests.Systems.Modules.SwaggerDefaultValuesTests
✅ Apply Should NotOverrideDefaultForParameter
✅ Apply Should NotOverrideDescriptionForParameter
✅ Apply Should NotUnsetDeprecated
✅ Apply Should NotUnSetRequiredForParameter
✅ Apply Should RemoveNotSupportedContentTypes(statusCode: 200)
✅ Apply Should RemoveNotSupportedContentTypes(statusCode: null)
✅ Apply Should SetDefaultForParameter
✅ Apply Should SetDeprecated
✅ Apply Should SetDescriptionForParameter
✅ Apply Should SetRequiredForParameter
✅ HomeInventory.Tests.Systems.Modules.UserManagementModuleTests
✅ AddRoutes ShouldRegister
✅ RegisterAsync OnFailure ReturnsError
✅ RegisterAsync OnSuccess ReturnsHttp200
✅ HomeInventory.Tests.Systems.Persistence.AmountValueObjectConverterTests
✅ TryConvert
✅ HomeInventory.Tests.Systems.Persistence.ByIdFilterSpecificationTests
✅ ExecuteAsync Should NotSatisfyWithWrongId
✅ ExecuteAsync Should SatisfyWithCorrectId
✅ Should NotSatisfyWithWrongId
✅ Should SatisfyWithCorrectId
✅ HomeInventory.Tests.Systems.Persistence.EventsPersistenceServiceTests
✅ SaveEvents ShouldPersistDomainEvents
✅ HomeInventory.Tests.Systems.Persistence.OutboxMessageConfigurationTests
✅ UserModel Should HaveContentConfigured
✅ UserModel Should HavePrimaryKey
✅ HomeInventory.Tests.Systems.Persistence.PersistenceHealthCheckTests
✅ CheckHealthAsync ShouldReturnDegraded WhenCannotConnect
✅ CheckHealthAsync ShouldReturnDegraded WhenThrows
✅ CheckHealthAsync ShouldReturnHealthy WhenCanConnect
✅ HomeInventory.Tests.Systems.Persistence.RepositoryTests
✅ AddAsync ShouldAdd
✅ AddRangeAsync ShouldAdd
✅ AnyAsync ShouldReturnFalse WhenNoModels
✅ AnyAsync ShouldReturnTrue WhenModelsStored
✅ CountAsync ShouldReturnCorrectCount(expectedCount: 0)
✅ CountAsync ShouldReturnCorrectCount(expectedCount: 1)
✅ CountAsync ShouldReturnCorrectCount(expectedCount: 2)
✅ CountAsync ShouldReturnCorrectCount(expectedCount: 3)
✅ DeleteAsync ShouldRemoveExisting
✅ DeleteRangeAsync ShouldRemoveExisting
✅ FindFirstOptionalAsync ShouldFindExisting
✅ FindFirstOptionalAsync ShouldNotFindNonExisting
✅ GetAllAsync ShouldReturnExpected
✅ HasAsync ShouldFindExisting
✅ HomeInventory.Tests.Systems.Persistence.UserHasEmailSpecificationTests
✅ Should NotSatisfyWithWrongEmail
✅ Should SatisfyWithCorrectEmail
✅ HomeInventory.Tests.Systems.Persistence.UserModelConfigurationTests
✅ UserModel Should HavePrimaryKey
✅ HomeInventory.Tests.Systems.Persistence.UserRepositoryTests
✅ AddAsync Should CreateUser AccordingToSpec
✅ FindFirstOrNotFoundAsync Should ReturnCorrectUser WhenUserAdded
✅ HasAsync Should ReturnTrue WhenUserAdded
✅ HasPermissionAsync Should ReturnTreu WhenUserAdded
✅ HomeInventory.Tests.Validation.LoginRequestValidatorTests
✅ Should NotPassValidation(email: "", password: "123456789sS$")
✅ Should NotPassValidation(email: "anonymous.user@none.email", password: "")
✅ Should NotPassValidation(email: "anonymous.user@none.email", password: null)
✅ Should NotPassValidation(email: "none.email", password: "123456789sS$")
✅ Should NotPassValidation(email: null, password: "123456789sS$")
✅ Should PassValidation(email: "anonymous.user@none.email", password: "123456789sS$")
✅ HomeInventory.Tests.Validation.PasswordValidatorTests
✅ Should NotPassValidation(password: "")
✅ Should NotPassValidation(password: "0o.")
✅ Should NotPassValidation(password: "0O.")
✅ Should NotPassValidation(password: "0oO")
✅ Should NotPassValidation(password: "oO.")
✅ Should PassValidation(password: "0oO-")
✅ Should PassValidation(password: "0oO!")
✅ Should PassValidation(password: "0oO.")
✅ Should PassValidation(password: "0oO'")
✅ Should PassValidation(password: "0oO(")
✅ Should PassValidation(password: "0oO*")
✅ Should PassValidation(password: "0oO&")
✅ Should PassValidation(password: "0oO%")
✅ Should PassValidation(password: "0oO`")
✅ Should PassValidation(password: "0oO^")
✅ Should PassValidation(password: "0oO~")
✅ Should PassValidation(password: "0oO$")
✅ Should PassValidation(password: null)
✅ HomeInventory.Tests.Validation.RegisterRequestValidatorTests
✅ Should NotPassValidation(email: "", password: "123456789sS$")
✅ Should NotPassValidation(email: "anonymous.user@none.email", password: "")
✅ Should NotPassValidation(email: "anonymous.user@none.email", password: "123456789s$")
✅ Should NotPassValidation(email: "anonymous.user@none.email", password: "123456789S$")
✅ Should NotPassValidation(email: "anonymous.user@none.email", password: "123456789sS")
✅ Should NotPassValidation(email: "anonymous.user@none.email", password: "1234sS$")
✅ Should NotPassValidation(email: "anonymous.user@none.email", password: "sssssssssS$")
✅ Should NotPassValidation(email: "anonymous.user@none.email", password: null)
✅ Should NotPassValidation(email: "none.email", password: "123456789sS$")
✅ Should NotPassValidation(email: null, password: "123456789sS$")
✅ Should PassValidation(email: "anonymous.user@none.email", password: "123456789sS$")
Loading