Skip to content

Disable Exchange Access Token tests which are failing because the `cl… #14

Disable Exchange Access Token tests which are failing because the `cl…

Disable Exchange Access Token tests which are failing because the `cl… #14

GitHub Actions / results-unit-tests-xcode15 succeeded Oct 21, 2024 in 0s

57 passed, 0 failed and 0 skipped

Tests passed successfully

✅ reports/TestReport.xml

57 tests were completed in 7s with 57 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestResults 57✅ 7s

✅ TestResults

BaseTests.OAuth2AuthRequestTests
  ✅ testMethod
  ✅ testContentType
  ✅ testHeaders
  ✅ testURLComponents
  ✅ testParams
  ✅ testRequests
FlowTests.OAuth2ClientCredentialsTests
  ✅ testFailedTokenRequest
  ✅ testClientCredsReddit
  ✅ testInit
  ✅ testTokenRequest
  ✅ testTokenRequestNoScope
FlowTests.OAuth2CodeGrantTests
  ✅ testAuthorizeURI
  ✅ testAuthorizeURIWithPKCE
  ✅ testCustomAuthParameters
  ✅ testCustomAuthParametersInit
  ✅ testInit
  ✅ testNotTLS
  ✅ testRedirectURI
  ✅ testTokenRequest
  ✅ testTokenRequestAgainstAuthURL
  ✅ testTokenRequestWithPKCE
  ✅ testTokenRequestWithSecret
  ✅ testTokenResponse
FlowTests.OAuth2DeviceGrantTests
  ✅ testDeviceAccessTokenRequest
  ✅ testDeviceAccessTokenResponse
  ✅ testDeviceAuthorizationRequest
  ✅ testDeviceAuthorizationRequestWithAdditionalParams
  ✅ testInit
FlowTests.OAuth2DynRegTests
  ✅ testCustomDynRegInstance
  ✅ testNotAttemptingRegistration
  ✅ testRegistrationRequest
FlowTests.OAuth2ExchangeAccessTokenForResourceTests
  ✅ testExchangeAccessTokenForAccountsResourceRequest
  ✅ testExchangeAccessTokenForEventResourceRequest
  ✅ testExchangeAccessTokenForResource
  ✅ testExchangeAccessTokenForResourceAccessTokenNotAvailable
  ✅ testExchangeAccessTokenForTeamspaceResourceRequest
  ✅ testInit
FlowTests.OAuth2ImplicitGrantTests
  ✅ testInit
  ✅ testReturnURLHandling
FlowTests.OAuth2PasswordGrantTests
  ✅ testInit
  ✅ testTokenRequest
  ✅ testTokenResponse
  ✅ testTokenRequestNoScope
FlowTests.OAuth2RefreshTokenTests
  ✅ testRefreshRequest
  ✅ testCannotRefresh
  ✅ testRefreshRequestWithDedicatedRefreshURI
  ✅ testRefreshRequestWithSecret
  ✅ testRefreshRequestWithSecretInBody
BaseTests.OAuth2Tests
  ✅ testAuthorizeCall
  ✅ testInit
  ✅ testAuthorizeURL
  ✅ testQueryParamConversion
  ✅ testQueryParamParsing
  ✅ testQueryParamEncoding
  ✅ testSessionConfiguration
  ✅ testTokenRequest
  ✅ testTokenRefreshRequest