Migrate from callbacks to async/await (Swift 6 concurrency) #21
GitHub Actions / results-swift-tests-swift6
succeeded
Jun 11, 2025 in 1s
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
✅ testContentType
✅ testMethod
✅ testHeaders
✅ testURLComponents
✅ testParams
✅ testRequests
FlowTests.OAuth2ClientCredentialsTests
✅ testInit
✅ testFailedTokenRequest
✅ testClientCredsReddit
✅ testTokenRequest
✅ testTokenRequestNoScope
FlowTests.OAuth2CodeGrantTests
✅ testAuthorizeURI
✅ testCustomAuthParametersInit
✅ testAuthorizeURIWithPKCE
✅ testCustomAuthParameters
✅ testNotTLS
✅ testRedirectURI
✅ testInit
✅ testTokenRequest
✅ testTokenRequestWithPKCE
✅ testTokenRequestAgainstAuthURL
✅ testTokenRequestWithSecret
✅ testTokenResponse
FlowTests.OAuth2DeviceGrantTests
✅ testDeviceAccessTokenRequest
✅ testDeviceAuthorizationRequestWithAdditionalParams
✅ testDeviceAuthorizationRequest
✅ testDeviceAccessTokenResponse
✅ testInit
FlowTests.OAuth2DynRegTests
✅ testCustomDynRegInstance
✅ testNotAttemptingRegistration
✅ testRegistrationRequest
FlowTests.OAuth2ExchangeAccessTokenForResourceTests
✅ testExchangeAccessTokenForAccountsResourceRequest
✅ testExchangeAccessTokenForEventResourceRequest
✅ testExchangeAccessTokenForResource
✅ testExchangeAccessTokenForTeamspaceResourceRequest
✅ testExchangeAccessTokenForResourceAccessTokenNotAvailable
✅ testInit
FlowTests.OAuth2ImplicitGrantTests
✅ testInit
✅ testReturnURLHandling
FlowTests.OAuth2PasswordGrantTests
✅ testTokenRequestNoScope
✅ testInit
✅ testTokenRequest
✅ testTokenResponse
FlowTests.OAuth2RefreshTokenTests
✅ testCannotRefresh
✅ testRefreshRequest
✅ testRefreshRequestWithDedicatedRefreshURI
✅ testRefreshRequestWithSecret
✅ testRefreshRequestWithSecretInBody
BaseTests.OAuth2Tests
✅ testAuthorizeURL
✅ testAuthorizeCall
✅ testInit
✅ testQueryParamEncoding
✅ testQueryParamConversion
✅ testQueryParamParsing
✅ testTokenRequest
✅ testSessionConfiguration
✅ testTokenRefreshRequest
Loading