Skip to content

Move `XCTAssertThrowsErrorAsync` to new target `TestUtils`

f3b6a12
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Migrate from callbacks to async/await (Swift 6 concurrency) #21

Move `XCTAssertThrowsErrorAsync` to new target `TestUtils`
f3b6a12
Select commit
Loading
Failed to load commit list.
GitHub Actions / results-swift-tests-swift5 succeeded Jun 11, 2025 in 0s

57 passed, 0 failed and 0 skipped

Tests passed successfully

✅ 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