Merge pull request #62 from PinguApps/renovate/actions-setup-dotnet-d… #24
GitHub Actions / Test Results
succeeded
Jul 9, 2024 in 0s
All 70 tests pass in 3s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
70 tests found
There are 70 tests, see "Raw output" for the full list of tests.
Raw output
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ Create_ShouldHandleException_WhenApiCallFails
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ Create_ShouldReturnErrorResponse_WhenExceptionOccurs
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ Create_ShouldReturnSuccess_WhenApiCallSucceeds
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ Get_ShouldHandleException_WhenApiCallFails
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ Get_ShouldReturnErrorResponse_WhenExceptionOccurs
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ Get_ShouldReturnSuccess_WhenApiCallSucceeds
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ UpdateEmail_ShouldHandleException_WhenApiCallFails
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ UpdateEmail_ShouldReturnErrorResponse_WhenExceptionOccurs
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ UpdateEmail_ShouldReturnSuccess_WhenApiCallSucceeds
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ UpdateName_ShouldHandleException_WhenApiCallFails
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ UpdateName_ShouldReturnErrorResponse_WhenExceptionOccurs
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ UpdateName_ShouldReturnSuccess_WhenApiCallSucceeds
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ UpdatePassword_ShouldHandleException_WhenApiCallFails
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ UpdatePassword_ShouldReturnErrorResponse_WhenExceptionOccurs
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ UpdatePassword_ShouldReturnSuccess_WhenApiCallSucceeds
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ UpdatePhone_ShouldHandleException_WhenApiCallFails
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ UpdatePhone_ShouldReturnErrorResponse_WhenExceptionOccurs
PinguApps.Appwrite.Client.Tests.Clients.Account.AccountClientTests ‑ UpdatePhone_ShouldReturnSuccess_WhenApiCallSucceeds
PinguApps.Appwrite.Client.Tests.Clients.AppwriteClientTests ‑ Constructor_SetsAccountClient
PinguApps.Appwrite.Client.Tests.Clients.AppwriteClientTests ‑ Session_InitiallyNull_ReturnsNull
PinguApps.Appwrite.Client.Tests.Clients.AppwriteClientTests ‑ SetSession_UpdatesSession
PinguApps.Appwrite.Client.Tests.Clients.AppwriteClientTests ‑ SetSession_UpdatesSessionInAccountClient
PinguApps.Appwrite.Client.Tests.Handlers.HeaderHandlerTests ‑ SendAsync_AddsRequiredHeaders
PinguApps.Appwrite.Client.Tests.ServiceCollectionExtensionsTests ‑ AddAppwriteClientForServer_RegistersExpectedServicesWithTransientLifetime
PinguApps.Appwrite.Client.Tests.ServiceCollectionExtensionsTests ‑ AddAppwriteClient_RegistersExpectedServices
PinguApps.Appwrite.Client.Tests.Utils.ResponseUtilsTests ‑ GetApiResponse_FailureButNullErrorContent_ThrowsException
PinguApps.Appwrite.Client.Tests.Utils.ResponseUtilsTests ‑ GetApiResponse_Failure_ReturnsError
PinguApps.Appwrite.Client.Tests.Utils.ResponseUtilsTests ‑ GetApiResponse_SuccessButNullContent_ReturnsInternalError
PinguApps.Appwrite.Client.Tests.Utils.ResponseUtilsTests ‑ GetApiResponse_Success_ReturnsContent
PinguApps.Appwrite.Client.Tests.Utils.ResponseUtilsTests ‑ GetExceptionResponse_ReturnsInternalError
PinguApps.Appwrite.Server.Tests.Handlers.HeaderHandlerTests ‑ SendAsync_AddsRequiredHeaders
PinguApps.Appwrite.Server.Tests.Servers.Account.AccountServerTests ‑ Create_ShouldHandleException_WhenApiCallFails
PinguApps.Appwrite.Server.Tests.Servers.Account.AccountServerTests ‑ Create_ShouldReturnErrorResponse_WhenExceptionOccurs
PinguApps.Appwrite.Server.Tests.Servers.Account.AccountServerTests ‑ Create_ShouldReturnSuccess_WhenApiCallSucceeds
PinguApps.Appwrite.Server.Tests.Servers.AppwriteServerTests ‑ Constructor_AssignsAccountServerCorrectly
PinguApps.Appwrite.Server.Tests.ServiceCollectionExtensionsTests ‑ AddAppwriteServer_RegistersExpectedServices
PinguApps.Appwrite.Server.Tests.Utils.ResponseUtilsTests ‑ GetApiResponse_FailureButNullErrorContent_ThrowsException
PinguApps.Appwrite.Server.Tests.Utils.ResponseUtilsTests ‑ GetApiResponse_Failure_ReturnsError
PinguApps.Appwrite.Server.Tests.Utils.ResponseUtilsTests ‑ GetApiResponse_SuccessButNullContent_ReturnsInternalError
PinguApps.Appwrite.Server.Tests.Utils.ResponseUtilsTests ‑ GetApiResponse_Success_ReturnsContent
PinguApps.Appwrite.Server.Tests.Utils.ResponseUtilsTests ‑ GetExceptionResponse_ReturnsInternalError
PinguApps.Appwrite.Shared.Tests.AppwriteErrorTests ‑ AppwriteError_Constructor_ShouldSetPropertiesCorrectly
PinguApps.Appwrite.Shared.Tests.AppwriteResultTests ‑ Constructor_WithAppwriteError_IsAppwriteErrorIsTrue
PinguApps.Appwrite.Shared.Tests.AppwriteResultTests ‑ Constructor_WithInternalError_IsInternalErrorIsTrue
PinguApps.Appwrite.Shared.Tests.AppwriteResultTests ‑ Constructor_WithTResult_SuccessIsTrue
PinguApps.Appwrite.Shared.Tests.InternalErrorTests ‑ Constructor_AssignsMessage
PinguApps.Appwrite.Shared.Tests.Requests.CreateAccountRequestTests ‑ Constructor_InitializesWithExpectedValues
PinguApps.Appwrite.Shared.Tests.Requests.CreateAccountRequestTests ‑ Properties_CanBeSet(email: "[email protected]", password: "diffPassword", name: null)
PinguApps.Appwrite.Shared.Tests.Requests.CreateAccountRequestTests ‑ Properties_CanBeSet(email: "[email protected]", password: "password123", name: "Test User")
PinguApps.Appwrite.Shared.Tests.Requests.UpdateEmailRequestTests ‑ Constructor_InitializesWithExpectedValues
PinguApps.Appwrite.Shared.Tests.Requests.UpdateEmailRequestTests ‑ Properties_CanBeSet(email: "[email protected]", password: "diffPassword")
PinguApps.Appwrite.Shared.Tests.Requests.UpdateEmailRequestTests ‑ Properties_CanBeSet(email: "[email protected]", password: "password123")
PinguApps.Appwrite.Shared.Tests.Requests.UpdateNameRequestTests ‑ Constructor_InitializesWithExpectedValues
PinguApps.Appwrite.Shared.Tests.Requests.UpdateNameRequestTests ‑ Properties_CanBeSet(name: "name1")
PinguApps.Appwrite.Shared.Tests.Requests.UpdateNameRequestTests ‑ Properties_CanBeSet(name: "name2")
PinguApps.Appwrite.Shared.Tests.Requests.UpdatePasswordRequestTests ‑ Constructor_InitializesWithExpectedValues
PinguApps.Appwrite.Shared.Tests.Requests.UpdatePasswordRequestTests ‑ Properties_CanBeSet(oldPassword: "oldPassword", newPassword: "newPassword")
PinguApps.Appwrite.Shared.Tests.Requests.UpdatePasswordRequestTests ‑ Properties_CanBeSet(oldPassword: null, newPassword: "anotherPassword")
PinguApps.Appwrite.Shared.Tests.Requests.UpdatePhoneRequestTests ‑ Constructor_InitializesWithExpectedValues
PinguApps.Appwrite.Shared.Tests.Requests.UpdatePhoneRequestTests ‑ Properties_CanBeSet(password: "drowssap", phone: "+987654321")
PinguApps.Appwrite.Shared.Tests.Requests.UpdatePhoneRequestTests ‑ Properties_CanBeSet(password: "password", phone: "+123456789")
PinguApps.Appwrite.Shared.Tests.Responses.UserTests ‑ User_CanBeDeserialized_FromJson
PinguApps.Appwrite.Shared.Tests.Responses.UserTests ‑ User_Constructor_AssignsPropertiesCorrectly
PinguApps.Appwrite.Shared.Tests.Utils.IdUtilsTests ‑ GenerateUniqueId_Returns_UniqueValues
PinguApps.Appwrite.Shared.Tests.Utils.IdUtilsTests ‑ GenerateUniqueId_WithPadding_Returns_CorrectLength(padding: 10)
PinguApps.Appwrite.Shared.Tests.Utils.IdUtilsTests ‑ GenerateUniqueId_WithPadding_Returns_CorrectLength(padding: 5)
PinguApps.Appwrite.Shared.Tests.Utils.IdUtilsTests ‑ GenerateUniqueId_WithPadding_Returns_CorrectLength(padding: 7)
PinguApps.Appwrite.Shared.Tests.Utils.IdUtilsTests ‑ GenerateUniqueId_WithoutPadding_Returns_DefaultLength
PinguApps.Appwrite.Shared.Tests.Utils.IdUtilsTests ‑ GetHexTimestamp_Returns_ExpectedLength
PinguApps.Appwrite.Shared.Tests.Utils.IdUtilsTests ‑ GetHexTimestamp_Returns_ValidHexFormat
Loading