Skip to content

Merge pull request #58 from PinguApps/56-fix-folders #20

Merge pull request #58 from PinguApps/56-fix-folders

Merge pull request #58 from PinguApps/56-fix-folders #20

GitHub Actions / Test Results succeeded Jul 8, 2024 in 0s

All 52 tests pass in 2s

52 tests  ±0   52 ✅ ±0   2s ⏱️ -1s
 3 suites ±0    0 💤 ±0 
 3 files   ±0    0 ❌ ±0 

Results for commit cb40efd. ± Comparison against earlier commit e98b4ef.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

52 tests found

There are 52 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.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.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