Update dependency Microsoft.VisualStudio.Azure.Containers.Tools.Targets to v1.19.6 #693
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Unit tests
succeeded
Jan 8, 2024 in 1s
Unit tests β
β Β ./src/HomeInventory/coverage/_fv-az1432-133_2024-01-08_17_54_51.trx
282 tests were completed in 5s with 282 passed, 0 failed and 0 skipped.
β Β HomeInventory.Tests.Core.DictionaryExtensionsTests
β
GetValueOptional Should ReturnDefaultValue WhenKeyIsNotPresent
β
GetValueOptional Should ReturnValue WhenKeyIsPresent
β
GetValueOptional2 Should ReturnDefaultValue WhenKeyIsNotPresent
β
GetValueOptional2 Should ReturnValue WhenKeyIsPresent
β Β 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.OptionalExtensionsTests
β
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.SystemDateTimeServiceTests
β
UtcNow ShouldReturnCurrentTime
β Β HomeInventory.Tests.Domain.ValueObjects.AmountFactoryTests
β
Create Should Return Amount When ValueIsValid(unit: CubicMeter)
β
Create Should Return Amount When ValueIsValid(unit: Gallon)
β
Create Should Return Amount When ValueIsValid(unit: Piece)
β
Create Should Return Error When PieceIsFractional
β
Create Should Return Error When ValueIsNegative(unit: CubicMeter)
β
Create Should Return Error When ValueIsNegative(unit: Gallon)
β
Create Should Return Error When ValueIsNegative(unit: Piece)
β
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
β
ToMetric Should ReturnMetricAmount(unit: CubicMeter)
β
ToMetric Should ReturnMetricAmount(unit: Gallon)
β
ToMetric Should ReturnMetricAmount(unit: Piece)
β Β HomeInventory.Tests.Domain.ValueObjects.AmountUnitTests
β
CanBeUsedAsDictionaryKey(sut: CubicMeter)
β
CanBeUsedAsDictionaryKey(sut: Cup)
β
CanBeUsedAsDictionaryKey(sut: FluidDram)
β
CanBeUsedAsDictionaryKey(sut: FluidOunce)
β
CanBeUsedAsDictionaryKey(sut: Gallon)
β
CanBeUsedAsDictionaryKey(sut: Gill)
β
CanBeUsedAsDictionaryKey(sut: Kelvin)
β
CanBeUsedAsDictionaryKey(sut: Liter)
β
CanBeUsedAsDictionaryKey(sut: MicroLiter)
β
CanBeUsedAsDictionaryKey(sut: MilliLiter)
β
CanBeUsedAsDictionaryKey(sut: Minim)
β
CanBeUsedAsDictionaryKey(sut: Piece)
β
CanBeUsedAsDictionaryKey(sut: Pint)
β
CanBeUsedAsDictionaryKey(sut: Pottle)
β
CanBeUsedAsDictionaryKey(sut: Quart)
β
CanBeUsedAsDictionaryKey(sut: Shot)
β
CanBeUsedAsDictionaryKey(sut: Tablespoon)
β
CanBeUsedAsDictionaryKey(sut: Teaspoon)
β
Items Should NotBeEmpty
β
PropertiesShouldMatch(sut: CubicMeter, name: "CubicMeter", type: Volume, isMetric: True)
β
PropertiesShouldMatch(sut: Gallon, name: "Gallon", type: Volume, isMetric: False)
β
PropertiesShouldMatch(sut: Kelvin, name: "Kelvin", type: Temperature, isMetric: True)
β
PropertiesShouldMatch(sut: Piece, name: "Piece", type: Count, isMetric: True)
β Β HomeInventory.Tests.Domain.ValueObjects.MeasurementTypeTests
β
CanBeUsedAsDictionaryKey(sut: Area)
β
CanBeUsedAsDictionaryKey(sut: Count)
β
CanBeUsedAsDictionaryKey(sut: Length)
β
CanBeUsedAsDictionaryKey(sut: Temperature)
β
CanBeUsedAsDictionaryKey(sut: Volume)
β
CanBeUsedAsDictionaryKey(sut: Weight)
β
Items Should NotBeEmpty
β
PropertiesShouldMatch(sut: Area, name: "Area")
β
PropertiesShouldMatch(sut: Count, name: "Count")
β
PropertiesShouldMatch(sut: Length, name: "Length")
β
PropertiesShouldMatch(sut: Temperature, name: "Temperature")
β
PropertiesShouldMatch(sut: Volume, name: "Volume")
β
PropertiesShouldMatch(sut: Weight, name: "Weight")
β Β 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.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 = 01HKN3D313PDQPHRGX265YP88E, Token = Token120dbdc6-25af-4a56-9196-513d9e8bd0d9 }, destination: typeof(HomeInventory.Contracts.LoginResponse))
β
ShouldMap(instance: LoginRequest { Email = Email7f94c504-d23e-44fc-a23a-5d9b7f5f5faa, Password = Passwordfcaf0b00-75d1-4085-8d1f-aac38e999661 }, destination: typeof(HomeInventory.Application.Cqrs.Queries.Authenticate.AuthenticateQuery))
β Β HomeInventory.Tests.Systems.Mapping.GuidIdConverterTests
β
Convert Should Throw When IdIsEmpty
β
TryConvert Should ReturnError When IdIsEmpty
β
TryConvert Should ReturnValue When IdIsNotEmpty
β Β HomeInventory.Tests.Systems.Mapping.ModelMappingsTests
β
ShouldMap(instance: 01HKN3D2C9MF4JYAEJCCE9CKRZ, destination: typeof(HomeInventory.Domain.ValueObjects.ProductId))
β
ShouldMap(instance: 01HKN3D2C9NC8WKC73HFVZ5WB4, destination: typeof(System.Ulid))
β
ShouldMap(instance: Amount { Unit = Liter, Value = 64 }, destination: typeof(HomeInventory.Infrastructure.Persistence.Models.ProductAmountModel))
β
ShouldMap(instance: ProductAmountModel { UnitName = "Kelvin", Value = 128 }, destination: typeof(HomeInventory.Domain.ValueObjects.Amount))
β Β HomeInventory.Tests.Systems.Mapping.UserManagementContractsMappingsTests
β
ShouldMap(instance: 01HKN3D3DA453MNRBP57VSE79C, destination: typeof(System.Ulid))
β
ShouldMap(instance: 01HKN3D3DAD13H3HAEGV90YS21, destination: typeof(string))
β
ShouldMap(instance: RegisterRequest { Email = Emailc68a6b62-3ca5-422b-be03-c2a1984a4c7f, Password = Password02411e9e-031d-45de-ae4d-b5ddc4a3e7b9 }, destination: typeof(HomeInventory.Application.Cqrs.Commands.Register.RegisterCommand))
β
ShouldMap(instance: RegisterRequest { Email = Emaile4e204d7-ff42-4871-8a28-f0cabdd675f2, Password = Password5f47dcc7-0446-4444-9f10-1bd235994305 }, destination: typeof(HomeInventory.Application.Cqrs.Queries.UserId.UserIdQuery))
β
ShouldMap(instance: UserIdResult { UserId = 01HKN3D3DAFSP5FRY782Q8KE6Z }, destination: typeof(HomeInventory.Contracts.RegisterResponse))
β Β HomeInventory.Tests.Systems.Mapping.UserManagementModelMappingsTests
β
ShouldMap(instance: "99746795-ba18-4824-938f-92a2367c447b", destination: typeof(HomeInventory.Domain.ValueObjects.Email))
β
ShouldMap(instance: 01HKN3D3BQ3X9Q23XFN9GVY2JN, destination: typeof(HomeInventory.Domain.ValueObjects.UserId))
β
ShouldMap(instance: 01HKN3D3BQ706Z09RA5BKAZV83, destination: typeof(System.Ulid))
β
ShouldMap(instance: 01HKN3D3BQN8HN3N81VHZEQJ6E, destination: typeof(string))
β
ShouldMap(instance: User { Email = 01HKN3D3BQPCPMJGSCSSF2PKVH, Id = 01HKN3D3BQDW470FTAFSXJ30PY, Password = "Passwordedf24012-c261-4940-9f57-e431b16ed319" }, destination: typeof(HomeInventory.Infrastructure.Persistence.Models.UserModel))
β
ShouldMap(instance: UserModel { CreatedOn = 2023-01-30T11:26:10.3509440+00:00, Email = "Email60fe4af7-df57-4e0b-aa7d-0437ddfae1c1", Id = 01HKN3D3BQ7BGR8X6BZ0SQC0ME, ModifiedOn = 2022-06-20T06:56:01.1395512+00:00, Password = "Password610cedc9-4710-4761-b79d-0b33568f27a2" }, destination: typeof(HomeInventory.Domain.Aggregates.User))
β
ShouldMapUserModelToUser
β
ShouldProjectUserModelToUser
β Β HomeInventory.Tests.Systems.Modules.AuthenticationModuleTests
β
LoginAsync OnFailure ReturnsError
β
LoginAsync OnSuccess ReturnsHttp200
β Β HomeInventory.Tests.Systems.Modules.ErrorMappingTests
β
GetDefaultError Shoud Return500
β
GetError Shoud ReturnExpected When Error(error: ConflictError { Message = , Metadata = DotNext.Collections.Generic.EmptyDictionary`2[System.String,System.Object] }, expected: 409)
β
GetError Shoud ReturnExpected When Error(error: DuplicateEmailError { Message = Duplicate email, Metadata = DotNext.Collections.Generic.EmptyDictionary`2[System.String,System.Object] }, expected: 409)
β
GetError Shoud ReturnExpected When Error(error: NotFoundError { Message = , Metadata = DotNext.Collections.Generic.EmptyDictionary`2[System.String,System.Object] }, expected: 404)
β
GetError Shoud ReturnExpected When Error(error: ObjectValidationError { Message = Validation failed, Metadata = System.Collections.Generic.Dictionary`2[System.String,System.Object], Value = }, expected: 400)
β
GetError Shoud ReturnExpected When Error(error: ValidationError { Message = , Metadata = DotNext.Collections.Generic.EmptyDictionary`2[System.String,System.Object] }, expected: 400)
β
GetErrorT Shoud Return403 When InvalidCredentialsError
β
GetErrorT Shoud Return409 When ConflictError
β
GetErrorT Shoud Return409 When DerivedFromConflictError
β Β 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.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
β
Should
β Β HomeInventory.Tests.Systems.Persistence.ByIdFilterSpecificationTests
β
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: "[email protected]", password: "")
β
Should NotPassValidation(email: "[email protected]", password: null)
β
Should NotPassValidation(email: "none.email", password: "123456789sS$")
β
Should NotPassValidation(email: null, password: "123456789sS$")
β
Should PassValidation(email: "[email protected]", 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: "[email protected]", password: "")
β
Should NotPassValidation(email: "[email protected]", password: "123456789s$")
β
Should NotPassValidation(email: "[email protected]", password: "123456789S$")
β
Should NotPassValidation(email: "[email protected]", password: "123456789sS")
β
Should NotPassValidation(email: "[email protected]", password: "1234sS$")
β
Should NotPassValidation(email: "[email protected]", password: "sssssssssS$")
β
Should NotPassValidation(email: "[email protected]", password: null)
β
Should NotPassValidation(email: "none.email", password: "123456789sS$")
β
Should NotPassValidation(email: null, password: "123456789sS$")
β
Should PassValidation(email: "[email protected]", password: "123456789sS$")
Loading