Skip to content

Merge pull request #53 from PinguApps/51-code-quality #17

Merge pull request #53 from PinguApps/51-code-quality

Merge pull request #53 from PinguApps/51-code-quality #17

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

All 46 tests pass in 3s

46 tests  ±0   46 ✅ ±0   3s ⏱️ ±0s
 3 suites ±0    0 💤 ±0 
 3 files   ±0    0 ❌ ±0 

Results for commit 8cf53ce. ± Comparison against earlier commit fab5071.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

46 tests found

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