Release v0.6.2 #41
GitHub Actions / auth project test results
succeeded
Feb 23, 2024 in 0s
All 117 tests pass in 13s
Annotations
Check notice on line 0 in .github
github-actions / auth project test results
117 tests found
There are 117 tests, see "Raw output" for the full list of tests.
Raw output
FinancialHub.Auth.Application.Tests.Services.SigninServiceTests ‑ AuthenticateAsync_CallsGetAccountAsync
FinancialHub.Auth.Application.Tests.Services.SigninServiceTests ‑ AuthenticateAsync_ExistingUser_ReturnsToken
FinancialHub.Auth.Application.Tests.Services.SigninServiceTests ‑ AuthenticateAsync_NotExistingUser_ReturnsNull
FinancialHub.Auth.Application.Tests.Services.SignupServiceTests ‑ CreateAccountAsync_ExistingCredential_ReturnsErrror
FinancialHub.Auth.Application.Tests.Services.SignupServiceTests ‑ CreateAccountAsync_FailedToCreateUser_ReturnsError
FinancialHub.Auth.Application.Tests.Services.SignupServiceTests ‑ CreateAccountAsync_ValidSignup_ReturnsCreatedUser
FinancialHub.Auth.Application.Tests.Services.TokenServiceTests ‑ GenerateToken_ValidUser_ReturnsTokenWithUserData
FinancialHub.Auth.Application.Tests.Services.TokenServiceTests ‑ GenerateToken_ValidUser_ReturnsTokenWithValidExpirationDate
FinancialHub.Auth.Application.Tests.Services.TokenServiceTests ‑ GenerateToken_ValidUser_ReturnsTokenWithValidSignature
FinancialHub.Auth.Application.Tests.Services.TokenServiceTests ‑ GenerateToken_ValidUser_ReturnsValidToken
FinancialHub.Auth.Application.Tests.Services.UserServiceTests ‑ CreateAsync_ValidUser_ReturnsCreatedUser
FinancialHub.Auth.Application.Tests.Services.UserServiceTests ‑ GetAsync_ExistingUser_ReturnsUser
FinancialHub.Auth.Application.Tests.Services.UserServiceTests ‑ GetAsync_NotExistingUser_ReturnsNotFoundUser
FinancialHub.Auth.Application.Tests.Services.UserServiceTests ‑ UpdateAsync_ExistingUser_ReturnsUpdatedUser
FinancialHub.Auth.Application.Tests.Services.UserServiceTests ‑ UpdateAsync_NonExistingUser_ReturnsNotFoundServiceError
FinancialHub.Auth.Application.Tests.Validators.SigninModelValidatorTests ‑ Validate_EmailEmpty_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.SigninModelValidatorTests ‑ Validate_InvalidEmail_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.SigninModelValidatorTests ‑ Validate_PasswordLessThan_ReturnsFalse(1)
FinancialHub.Auth.Application.Tests.Validators.SigninModelValidatorTests ‑ Validate_PasswordLessThan_ReturnsFalse(2)
FinancialHub.Auth.Application.Tests.Validators.SigninModelValidatorTests ‑ Validate_PasswordLessThan_ReturnsFalse(4)
FinancialHub.Auth.Application.Tests.Validators.SigninModelValidatorTests ‑ Validate_PasswordLessThan_ReturnsFalse(7)
FinancialHub.Auth.Application.Tests.Validators.SigninModelValidatorTests ‑ Validate_PasswordOverMaxLength_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.SigninModelValidatorTests ‑ Validate_ValidPassword_ReturnsTrue(10)
FinancialHub.Auth.Application.Tests.Validators.SigninModelValidatorTests ‑ Validate_ValidPassword_ReturnsTrue(50)
FinancialHub.Auth.Application.Tests.Validators.SigninModelValidatorTests ‑ Validate_ValidPassword_ReturnsTrue(8)
FinancialHub.Auth.Application.Tests.Validators.SigninModelValidatorTests ‑ Validate_ValidPassword_ReturnsTrue(80)
FinancialHub.Auth.Application.Tests.Validators.SigninModelValidatorTests ‑ Validate_ValidSignupModel_ReturnsTrue
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_ConfirmPasswordNotEqual_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_EmailEmpty_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_EmailOverMaxLength_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_FirstNameEmpty_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_FirstNameOverMaxLength_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_InvalidEmail_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_LastNameEmpty_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_LastNameOverMaxLength_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_PasswordLessThan_ReturnsFalse(1)
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_PasswordLessThan_ReturnsFalse(2)
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_PasswordLessThan_ReturnsFalse(4)
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_PasswordLessThan_ReturnsFalse(7)
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_PasswordOverMaxLength_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_ValidPassword_ReturnsTrue(10)
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_ValidPassword_ReturnsTrue(50)
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_ValidPassword_ReturnsTrue(8)
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_ValidPassword_ReturnsTrue(80)
FinancialHub.Auth.Application.Tests.Validators.SignupModelValidatorTests ‑ Validate_ValidSignupModel_ReturnsTrue
FinancialHub.Auth.Application.Tests.Validators.UserValidatorTests ‑ Validate_BirthDateEmpty_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.UserValidatorTests ‑ Validate_EmailEmpty_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.UserValidatorTests ‑ Validate_EmailOverMaxLength_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.UserValidatorTests ‑ Validate_FirstNameEmpty_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.UserValidatorTests ‑ Validate_FirstNameOverMaxLength_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.UserValidatorTests ‑ Validate_InvalidEmail_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.UserValidatorTests ‑ Validate_LastNameEmpty_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.UserValidatorTests ‑ Validate_LastNameOverMaxLength_ReturnsFalse
FinancialHub.Auth.Application.Tests.Validators.UserValidatorTests ‑ Validate_ValidUser_ReturnsTrue
FinancialHub.Auth.Infra.Data.Tests.Repositories.Credentials.CredentialRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ CreateAsync_CredentialWithExistingId_InsertsIntoDatabaseWithDifferentId
FinancialHub.Auth.Infra.Data.Tests.Repositories.Credentials.CredentialRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ CreateAsync_ValidCredeential_InsertsCredential
FinancialHub.Auth.Infra.Data.Tests.Repositories.Credentials.CredentialRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ CreateAsync_ValidCredential_ReturnsCreatedCredential
FinancialHub.Auth.Infra.Data.Tests.Repositories.Credentials.CredentialRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ GetAsyncByLoginAndPassword_ExistingCredential_ReturnsCredential
FinancialHub.Auth.Infra.Data.Tests.Repositories.Credentials.CredentialRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ GetAsyncByLoginAndPassword_NotExistingCredential_ReturnsNull
FinancialHub.Auth.Infra.Data.Tests.Repositories.Credentials.CredentialRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ GetAsyncByLogin_ExistingCredential_ReturnsCredential
FinancialHub.Auth.Infra.Data.Tests.Repositories.Credentials.CredentialRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ GetAsyncByLogin_NotExistingCredential_ReturnsNull
FinancialHub.Auth.Infra.Data.Tests.Repositories.Credentials.CredentialRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ GetAsyncByUserId_ExistingCredential_ReturnsCredential
FinancialHub.Auth.Infra.Data.Tests.Repositories.Credentials.CredentialRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ GetAsyncByUserId_NotExistingCredential_ReturnsEmptyArray
FinancialHub.Auth.Infra.Data.Tests.Repositories.UserRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ CreateAsync_UserWithExistingId_InsertsIntoDatabaseWithDifferentId
FinancialHub.Auth.Infra.Data.Tests.Repositories.UserRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ CreateAsync_ValidUser_InsertsUser
FinancialHub.Auth.Infra.Data.Tests.Repositories.UserRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ CreateAsync_ValidUser_ReturnsCreatedUser
FinancialHub.Auth.Infra.Data.Tests.Repositories.UserRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ GetAsync_ExistingUser_ReturnsUser
FinancialHub.Auth.Infra.Data.Tests.Repositories.UserRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ GetAsync_NotExistingUser_ReturnsNull
FinancialHub.Auth.Infra.Data.Tests.Repositories.UserRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ UpdateAsync_ExistingUser_ReturnsUpdatedUser
FinancialHub.Auth.Infra.Data.Tests.Repositories.UserRepositoryTests(FinancialHub.Auth.Infra.Data.Tests.Fixtures.DatabaseFixture) ‑ UpdateAsync_ExistingUser_UpdatesUser
FinancialHub.Auth.Infra.Tests.Providers.CredentialProviderTests ‑ CreateAsync_ValidUser_ReturnsCreatedUser
FinancialHub.Auth.Infra.Tests.Providers.CredentialProviderTests ‑ GetAsyncByLogin_ExistingCredential_ReturnsCredential
FinancialHub.Auth.Infra.Tests.Providers.CredentialProviderTests ‑ GetAsyncByLogin_NotExistingCredential_ReturnsNull
FinancialHub.Auth.Infra.Tests.Providers.CredentialProviderTests ‑ GetByCredentialAsync_NotExistingCredential_ReturnsFullCredential
FinancialHub.Auth.Infra.Tests.Providers.CredentialProviderTests ‑ GetByCredentialAsync_ValidEmailAndPassword_ReturnsFullCredential
FinancialHub.Auth.Infra.Tests.Providers.SigninProviderTests ‑ GetAccountAsync_ExistingCredential_ReturnsExistingUser
FinancialHub.Auth.Infra.Tests.Providers.SigninProviderTests ‑ GetAccountAsync_NotExistingCredential_ReturnsNull
FinancialHub.Auth.Infra.Tests.Providers.SignupProviderTests ‑ CreateAccountAsync_ValidUser_CallsCreateCredentialWithUserId
FinancialHub.Auth.Infra.Tests.Providers.SignupProviderTests ‑ CreateAccountAsync_ValidUser_ReturnsCreatedUser
FinancialHub.Auth.Infra.Tests.Providers.UserProviderTests ‑ CreateAsync_ValidUser_ReturnsCreatedUser
FinancialHub.Auth.Infra.Tests.Providers.UserProviderTests ‑ GetByIdAsync_ExistingUser_ReturnsUser
FinancialHub.Auth.Infra.Tests.Providers.UserProviderTests ‑ GetByIdAsync_NotExistingUser_ReturnsNull
FinancialHub.Auth.Infra.Tests.Providers.UserProviderTests ‑ UpdateAsync_ValidUser_ReturnsUpdatedUser
FinancialHub.Auth.IntegrationTests.Controllers.SigninControllerTests+Signin(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ Signin_InvalidCredential_DoesNotReturnToken
FinancialHub.Auth.IntegrationTests.Controllers.SigninControllerTests+Signin(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ Signin_NotExitingCredential_DoesNotReturnToken
FinancialHub.Auth.IntegrationTests.Controllers.SigninControllerTests+Signin(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ Signin_ValidData_ReturnsValidToken
FinancialHub.Auth.IntegrationTests.Controllers.SigninControllerTests+Signin(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ Signin_ValidationError_ReturnsError
FinancialHub.Auth.IntegrationTests.Controllers.SignupControllerTests+Signup(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ Signup_ExistingCredential_ReturnsError
FinancialHub.Auth.IntegrationTests.Controllers.SignupControllerTests+Signup(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ Signup_ValidData_AddsUser
FinancialHub.Auth.IntegrationTests.Controllers.SignupControllerTests+Signup(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ Signup_ValidData_ReturnsCreatedUser
FinancialHub.Auth.IntegrationTests.Controllers.SignupControllerTests+Signup(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ Signup_ValidationError_ReturnsError
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+CreateUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ CreateUser_InvalidToken_Returns401Unauthorized
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+CreateUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ CreateUser_InvalidUser_DoestNotCreateUser
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+CreateUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ CreateUser_InvalidUser_ReturnsValidationError
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+CreateUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ CreateUser_ValidUser_CreatesUser
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+CreateUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ CreateUser_ValidUser_ReturnsCreatedUser
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+GetUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ CreateUser_InvalidToken_Returns401Unauthorized
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+GetUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ GetUser_ExistingUser_ReturnsUser
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+GetUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ GetUser_NotExistingUser_ReturnsNotFound
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+UpdateUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ CreateUser_InvalidToken_Returns401Unauthorized
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+UpdateUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ UpdateUser_ExistingUser_ReturnsUpdatedValues
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+UpdateUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ UpdateUser_ExistingUser_UpdatesUser
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+UpdateUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ UpdateUser_InvalidUser_DoesNotUpdate
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+UpdateUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ UpdateUser_InvalidUser_ReturnsValidationError
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+UpdateUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ UpdateUser_NotExistingUser_DoesNotUpdate
FinancialHub.Auth.IntegrationTests.Controllers.UsersControllerTests+UpdateUser(FinancialHub.Auth.IntegrationTests.Setup.FinancialHubAuthApiFixture) ‑ UpdateUser_NotExistingUser_ReturnsNotFound
FinancialHub.Auth.Presentation.Tests.Controllers.SigninControllerTests ‑ CreateAsync_ValidationFailed_Returns401Unauthorized
FinancialHub.Auth.Presentation.Tests.Controllers.SigninControllerTests ‑ GetAsync_SuccessfulValidation_Returns200Ok
FinancialHub.Auth.Presentation.Tests.Controllers.SignupControllerTests ‑ CreateAsync_FailedCreation_Returns400BadRequest
FinancialHub.Auth.Presentation.Tests.Controllers.SignupControllerTests ‑ CreateAsync_SuccessfulCreation_Returns200Ok
FinancialHub.Auth.Presentation.Tests.Controllers.UsersControllerTests ‑ CreateAsync_FailedCreation_Returns400BadRequest
FinancialHub.Auth.Presentation.Tests.Controllers.UsersControllerTests ‑ CreateAsync_SuccessfulCreation_Returns200Ok
FinancialHub.Auth.Presentation.Tests.Controllers.UsersControllerTests ‑ GetUserAsync_FoundUser_Returns200Ok
FinancialHub.Auth.Presentation.Tests.Controllers.UsersControllerTests ‑ GetUserAsync_NotFoundUser_Returns404NotFound
FinancialHub.Auth.Presentation.Tests.Controllers.UsersControllerTests ‑ UpdateAsync_ExistingUser_Returns200Ok
FinancialHub.Auth.Presentation.Tests.Controllers.UsersControllerTests ‑ UpdateAsync_NonExistingUser_Returns404NotFound
FinancialHub.Auth.Presentation.Tests.Controllers.UsersControllerTests ‑ UpdateAsync_UpdateError_Returns400BadRequest
Loading