Migrate from callbacks to async/await (Swift 6 concurrency) #21
GitHub Actions / results-swift-tests-swift5
succeeded
Jun 11, 2025 in 0s
57 passed, 0 failed and 0 skipped
✅ reports/TestReport.xml
57 tests were completed in 4s with 57 passed, 0 failed and 0 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| TestResults | 57✅ | 4s |
✅ TestResults
BaseTests.OAuth2AuthRequestTests
✅ testHeaders
✅ testContentType
✅ testMethod
✅ testURLComponents
✅ testRequests
✅ testParams
FlowTests.OAuth2ClientCredentialsTests
✅ testFailedTokenRequest
✅ testInit
✅ testClientCredsReddit
✅ testTokenRequestNoScope
✅ testTokenRequest
FlowTests.OAuth2CodeGrantTests
✅ testAuthorizeURI
✅ testCustomAuthParametersInit
✅ testCustomAuthParameters
✅ testAuthorizeURIWithPKCE
✅ testInit
✅ testNotTLS
✅ testRedirectURI
✅ testTokenRequestWithPKCE
✅ testTokenRequest
✅ testTokenRequestAgainstAuthURL
✅ testTokenRequestWithSecret
✅ testTokenResponse
FlowTests.OAuth2DeviceGrantTests
✅ testDeviceAccessTokenRequest
✅ testDeviceAccessTokenResponse
✅ testDeviceAuthorizationRequest
✅ testDeviceAuthorizationRequestWithAdditionalParams
✅ testInit
FlowTests.OAuth2DynRegTests
✅ testCustomDynRegInstance
✅ testNotAttemptingRegistration
✅ testRegistrationRequest
FlowTests.OAuth2ExchangeAccessTokenForResourceTests
✅ testExchangeAccessTokenForAccountsResourceRequest
✅ testExchangeAccessTokenForEventResourceRequest
✅ testExchangeAccessTokenForResourceAccessTokenNotAvailable
✅ testExchangeAccessTokenForTeamspaceResourceRequest
✅ testExchangeAccessTokenForResource
✅ testInit
FlowTests.OAuth2ImplicitGrantTests
✅ testReturnURLHandling
✅ testInit
FlowTests.OAuth2PasswordGrantTests
✅ testTokenRequest
✅ testInit
✅ testTokenRequestNoScope
✅ testTokenResponse
FlowTests.OAuth2RefreshTokenTests
✅ testRefreshRequest
✅ testCannotRefresh
✅ testRefreshRequestWithDedicatedRefreshURI
✅ testRefreshRequestWithSecretInBody
✅ testRefreshRequestWithSecret
BaseTests.OAuth2Tests
✅ testAuthorizeURL
✅ testInit
✅ testAuthorizeCall
✅ testQueryParamEncoding
✅ testQueryParamConversion
✅ testQueryParamParsing
✅ testTokenRefreshRequest
✅ testSessionConfiguration
✅ testTokenRequest
Loading