<testsuite name="rspec1" tests="682" skipped="2" failures="0" errors="0" time="687.603281" timestamp="2024-09-11T14:04:28+00:00" hostname="fv-az1106-132">
<properties>
<property name="seed" value="61653"/>
</properties>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #auth_header returns an auth header asynchronously" file="./spec/acceptance/realtime/auth_spec.rb" time="0.271274"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #request_token_async returns a token synchronously" file="./spec/acceptance/realtime/auth_spec.rb" time="0.304328"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize_async returns a token synchronously" file="./spec/acceptance/realtime/auth_spec.rb" time="0.230201"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #create_token_request_async returns a token request synchronously" file="./spec/acceptance/realtime/auth_spec.rb" time="0.153006"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when explicitly called, with an explicit ClientOptions client_id and an incompatible client_id in a TokenDetails object passed to the auth callback rejects a TokenDetails object with an incompatible client_id and fails with an exception" file="./spec/acceptance/realtime/auth_spec.rb" time="0.446414"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize with token auth returns a token asynchronously" file="./spec/acceptance/realtime/auth_spec.rb" time="0.320526"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize with auth_callback blocking with a slow auth callback response asynchronously authenticates" file="./spec/acceptance/realtime/auth_spec.rb" time="5.320119"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when implicitly called, with an explicit ClientOptions client_id and an incompatible client_id in a TokenRequest object passed to the auth callback and fails with an exception rejects a TokenRequests object with an incompatible client_id and fails with an exception" file="./spec/acceptance/realtime/auth_spec.rb" time="0.289372"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when implicitly called, with an explicit ClientOptions client_id and an incompatible client_id in a TokenDetails object passed to the auth callback rejects a TokenDetails object with an incompatible client_id and fails with an exception" file="./spec/acceptance/realtime/auth_spec.rb" time="0.287812"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token ensures message delivery continuity whilst upgrading (#RTC8a1)" file="./spec/acceptance/realtime/auth_spec.rb" time="4.656726"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when in the CONNECTED state with a valid token in the AUTH ProtocolMessage sent obtains a new token (as anonymous user before &amp; after) and upgrades the connection after receiving an updated CONNECTED ProtocolMessage (#RTC8a, #RTC8a3)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.613829"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when in the CONNECTED state with a valid token in the AUTH ProtocolMessage sent obtains a new token (that upgrades from anonymous to identified) and upgrades the connection after receiving an updated CONNECTED ProtocolMessage (#RTC8a, #RTC8a3)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.001016"><skipped/></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when INITIALIZED obtains a token and connects to Ably (#RTC8c, #RTC8b1)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.756769"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when SUSPENDED obtains a token and connects to Ably immediately (#RTC8c, #RTC8b1)" file="./spec/acceptance/realtime/auth_spec.rb" time="1.099430"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when the authCallback fails calls the error callback of authorize and leaves the connection intact (#RSA4c3)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.505418"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when client is identified transitions the connection state to FAILED if the client_id changes (#RSA15c, #RTC8a2)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.404614"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when upgrading capabilities is allowed (#RTC8a1)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.461473"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when DISCONNECTED obtains a token, upgrades from anonymous to identified, and connects to Ably immediately (#RTC8c, #RTC8b1)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.000824"><skipped/></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when DISCONNECTED obtains a similar anonymous token and connects to Ably immediately (#RTC8c, #RTC8b1)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.804844"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when auth fails transitions the connection state to the FAILED state (#RSA15c, #RTC8a2, #RTC8a3)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.589978"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when CLOSED obtains a token and connects to Ably (#RTC8c, #RTC8b1, #RTC8a3)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.752266"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when downgrading capabilities (#RTC8a1) is allowed and channels are detached" file="./spec/acceptance/realtime/auth_spec.rb" time="0.407394"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when CONNECTING aborts the current connection process, obtains a token, and connects to Ably again (#RTC8b)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.557958"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #authorize when already authenticated with a valid token when FAILED obtains a token and connects to Ably (#RTC8c, #RTC8b1)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.673834"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #create_token_request returns a token request asynchronously" file="./spec/acceptance/realtime/auth_spec.rb" time="0.155058"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol methods #request_token returns a token asynchronously" file="./spec/acceptance/realtime/auth_spec.rb" time="0.187157"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol deprecated #authorise logs a deprecation warning (#RSA10l)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.156526"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol deprecated #authorise returns a valid token (#RSA10l)" file="./spec/acceptance/realtime/auth_spec.rb" time="0.309739"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with basic auth #using_token_auth? is false when using Basic Auth" file="./spec/acceptance/realtime/auth_spec.rb" time="0.153482"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with basic auth #key contains the API key" file="./spec/acceptance/realtime/auth_spec.rb" time="0.153150"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with basic auth #authentication_security_requirements_met? returns true" file="./spec/acceptance/realtime/auth_spec.rb" time="0.153179"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with basic auth #using_basic_auth? is true when using Basic Auth" file="./spec/acceptance/realtime/auth_spec.rb" time="0.154656"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with basic auth #key_secret contains the API key secret" file="./spec/acceptance/realtime/auth_spec.rb" time="0.153276"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with basic auth #key_name contains the API key name" file="./spec/acceptance/realtime/auth_spec.rb" time="0.153292"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol when using JWT when the client is initialized with ClientOptions and the token is a JWT token when credentials are valid posts successfully to a channel" file="./spec/acceptance/realtime/auth_spec.rb" time="0.651864"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol when using JWT when the client is initialized with ClientOptions and the token is a JWT token when credentials are invalid fails with an invalid signature error" file="./spec/acceptance/realtime/auth_spec.rb" time="0.562004"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol when using JWT when using auth_url when credentials are wrong disconnected includes and invalid signature message" file="./spec/acceptance/realtime/auth_spec.rb" time="0.562716"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol when using JWT when using auth_url when token is expired receives a 40142 error from the server" file="./spec/acceptance/realtime/auth_spec.rb" time="4.526966"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol when using JWT when using auth_url when credentials are valid client successfully fetches a channel and publishes a message" file="./spec/acceptance/realtime/auth_spec.rb" time="0.620779"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol when using JWT when using auth_callback when credentials are valid authentication succeeds and client can post a message" file="./spec/acceptance/realtime/auth_spec.rb" time="0.588269"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol when using JWT when using auth_callback when credentials are invalid authentication fails and reason for disconnection is invalid signature" file="./spec/acceptance/realtime/auth_spec.rb" time="0.562060"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol when using JWT when the JWT token request includes a subscribe-only capability client fails to publish to a channel with subscribe-only capability and publishes successfully on a channel with permissions" file="./spec/acceptance/realtime/auth_spec.rb" time="0.633471"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol when using JWT when JWT token expires client disconnects, a new token is requested via auth_callback and the client gets reconnected" file="./spec/acceptance/realtime/auth_spec.rb" time="5.009397"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol when using JWT when JWT token expires and an AUTH procol message is received client reauths correctly without going through a disconnection" file="./spec/acceptance/realtime/auth_spec.rb" time="4.879538"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol when using JWT when the JWT token request includes a client_id the client_id is the same that was specified in the auth_callback that generated the JWT token" file="./spec/acceptance/realtime/auth_spec.rb" time="0.561240"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using basic auth once connected contains a validated wildcard client_id" file="./spec/acceptance/realtime/auth_spec.rb" time="0.273222"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using basic auth once connected is true" file="./spec/acceptance/realtime/auth_spec.rb" time="0.271515"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using basic auth before connected is false as basic auth users do not have an identity" file="./spec/acceptance/realtime/auth_spec.rb" time="0.153904"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token with a client_id is true" file="./spec/acceptance/realtime/auth_spec.rb" time="0.190826"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token with a client_id once connected is true" file="./spec/acceptance/realtime/auth_spec.rb" time="0.329475"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token with a wildcard client_id (anonymous) is true" file="./spec/acceptance/realtime/auth_spec.rb" time="0.186877"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token with a wildcard client_id (anonymous) once connected is true" file="./spec/acceptance/realtime/auth_spec.rb" time="0.313421"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token with no client_id (anonymous) is true" file="./spec/acceptance/realtime/auth_spec.rb" time="0.186206"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token with no client_id (anonymous) once connected is true" file="./spec/acceptance/realtime/auth_spec.rb" time="0.306812"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token request with a client_id is not true as identification is not confirmed until authenticated" file="./spec/acceptance/realtime/auth_spec.rb" time="0.154616"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token request with a client_id once connected is true as identification is completed following CONNECTED ProtocolMessage" file="./spec/acceptance/realtime/auth_spec.rb" time="0.414949"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token string with a valid client_id before connected is false as identification is not possible from an opaque token string" file="./spec/acceptance/realtime/auth_spec.rb" time="0.185556"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token string with a valid client_id before connected #client_id is nil" file="./spec/acceptance/realtime/auth_spec.rb" time="0.201947"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token string with a valid client_id once connected #client_id is populated" file="./spec/acceptance/realtime/auth_spec.rb" time="0.308745"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token string with a valid client_id once connected is true" file="./spec/acceptance/realtime/auth_spec.rb" time="1.317455"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token string with a wildcard client_id (anonymous) before connected is false as identification is not possible from an opaque token string" file="./spec/acceptance/realtime/auth_spec.rb" time="0.185488"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token string with a wildcard client_id (anonymous) once connected is true" file="./spec/acceptance/realtime/auth_spec.rb" time="0.308471"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token string with no client_id (anonymous) once connected is true" file="./spec/acceptance/realtime/auth_spec.rb" time="0.325320"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #client_id_validated? when using a token string with no client_id (anonymous) before connected is false as identification is not possible from an opaque token string" file="./spec/acceptance/realtime/auth_spec.rb" time="0.189576"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with token auth #using_basic_auth? is false when using Token Auth" file="./spec/acceptance/realtime/auth_spec.rb" time="0.310081"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with token auth #client_id contains the ClientOptions client ID" file="./spec/acceptance/realtime/auth_spec.rb" time="0.153076"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with token auth #options (auth_options) contains the configured auth options" file="./spec/acceptance/realtime/auth_spec.rb" time="0.604553"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with token auth #token_params contains the configured auth options" file="./spec/acceptance/realtime/auth_spec.rb" time="0.306570"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with token auth #current_token_details contains the current token after auth" file="./spec/acceptance/realtime/auth_spec.rb" time="0.312257"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with token auth #using_token_auth? is true when using Token Auth" file="./spec/acceptance/realtime/auth_spec.rb" time="0.310268"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol with token auth #token_renewable? is true when an API key exists" file="./spec/acceptance/realtime/auth_spec.rb" time="0.153872"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #auth_params returns the auth params asynchronously" file="./spec/acceptance/realtime/auth_spec.rb" time="0.153684"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #auth_params_sync returns the auth params synchronously" file="./spec/acceptance/realtime/auth_spec.rb" time="0.153032"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol server initiated AUTH ProtocolMessage when received should immediately start a new authentication process (#RTN22)" file="./spec/acceptance/realtime/auth_spec.rb" time="3.231366"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol server initiated AUTH ProtocolMessage when not received should expect the connection to be disconnected by the server but should resume automatically (#RTN22a)" file="./spec/acceptance/realtime/auth_spec.rb" time="5.319601"></testcase>
<testcase classname="spec.acceptance.realtime.auth_spec" name="Ably::Realtime::Auth using JSON protocol #auth_header_sync returns an auth header synchronously" file="./spec/acceptance/realtime/auth_spec.rb" time="0.153440"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol has immutable options" file="./spec/acceptance/rest/auth_spec.rb" time="0.001810"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token creates a TokenRequest automatically and sends it to Ably to obtain a token" file="./spec/acceptance/rest/auth_spec.rb" time="0.020829"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token returns a valid TokenDetails object in the expected format with valid issued and expires attributes" file="./spec/acceptance/rest/auth_spec.rb" time="0.030416"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with token_param :client_id returns a token with the client_id" file="./spec/acceptance/rest/auth_spec.rb" time="0.033228"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option merging with existing configured auth options using :get :auth_method and query params in the URL requests a token using a GET request with provided headers, and merges client_id into auth_params and existing URL querystring into new URL querystring" file="./spec/acceptance/rest/auth_spec.rb" time="0.004267"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option merging with existing configured auth options using unspecified :auth_method requests a token using a GET request with provided headers, and merges client_id into auth_params" file="./spec/acceptance/rest/auth_spec.rb" time="0.003315"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option merging with existing configured auth options using unspecified :auth_method with provided token_params merges provided token_params with existing auth_params and client_id" file="./spec/acceptance/rest/auth_spec.rb" time="0.003166"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option merging with existing configured auth options using unspecified :auth_method with provided auth option auth_params and auth_headers replaces any preconfigured auth_params" file="./spec/acceptance/rest/auth_spec.rb" time="0.002962"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option merging with existing configured auth options using :post :auth_method requests a token using a POST request with provided headers, and merges client_id into auth_params as form-encoded post data" file="./spec/acceptance/rest/auth_spec.rb" time="0.004538"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with token_param :timestamp overrides default and uses camelCase notation for attributes" file="./spec/acceptance/rest/auth_spec.rb" time="0.007111"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with token_param :client_id overrides default and uses camelCase notation for attributes" file="./spec/acceptance/rest/auth_spec.rb" time="0.003859"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :query_time option queries the server for the time (#RSA10k)" file="./spec/acceptance/rest/auth_spec.rb" time="0.060512"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with a Proc for the :auth_callback option that returns a TokenDetails JSON object calls the lambda when authenticating to obtain the request token" file="./spec/acceptance/rest/auth_spec.rb" time="0.002922"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with a Proc for the :auth_callback option that returns a TokenDetails JSON object uses the token request returned from the callback when requesting a new token" file="./spec/acceptance/rest/auth_spec.rb" time="0.001107"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with a Proc for the :auth_callback option that returns a TokenDetails JSON object when authorized sets Auth#client_id to the new token&apos;s client_id" file="./spec/acceptance/rest/auth_spec.rb" time="0.001450"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with a Proc for the :auth_callback option that returns a TokenDetails JSON object when authorized sets Client#client_id to the new token&apos;s client_id" file="./spec/acceptance/rest/auth_spec.rb" time="0.001409"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with a Proc for the :auth_callback option that returns a Token string uses the token request returned from the callback when requesting a new token" file="./spec/acceptance/rest/auth_spec.rb" time="0.032412"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with a Proc for the :auth_callback option that returns a TokenDetails object uses the token request returned from the callback when requesting a new token" file="./spec/acceptance/rest/auth_spec.rb" time="0.032968"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with a Proc for the :auth_callback option that returns a TokenRequest uses the token request returned from the callback when requesting a new token" file="./spec/acceptance/rest/auth_spec.rb" time="0.036661"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with a Proc for the :auth_callback option that returns a TokenRequest calls the Proc with token_params when authenticating to obtain the request token" file="./spec/acceptance/rest/auth_spec.rb" time="0.032366"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with a Proc for the :auth_callback option that returns a TokenRequest when authorized sets Client#client_id to the new token&apos;s client_id" file="./spec/acceptance/rest/auth_spec.rb" time="0.065329"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with a Proc for the :auth_callback option that returns a TokenRequest when authorized sets Auth#client_id to the new token&apos;s client_id" file="./spec/acceptance/rest/auth_spec.rb" time="0.067541"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :key_name &amp; :key_secret options key_name is used in request and signing uses key_secret" file="./spec/acceptance/rest/auth_spec.rb" time="0.004540"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with token_param :ttl overrides default and uses camelCase notation for attributes" file="./spec/acceptance/rest/auth_spec.rb" time="0.003199"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with auth_option :client_id returns a token with the client_id" file="./spec/acceptance/rest/auth_spec.rb" time="0.031690"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with token_param :nonce overrides default and uses camelCase notation for attributes" file="./spec/acceptance/rest/auth_spec.rb" time="0.004280"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token without :query_time option does not query the server for the time" file="./spec/acceptance/rest/auth_spec.rb" time="0.034901"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option when response from :auth_url is text/plain content type and a token string returns TokenDetails created from the token JSON" file="./spec/acceptance/rest/auth_spec.rb" time="0.003763"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option when response is invalid XML raises InvalidResponseBody" file="./spec/acceptance/rest/auth_spec.rb" time="0.002681"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option when response is invalid 500 raises ServerError" file="./spec/acceptance/rest/auth_spec.rb" time="0.002581"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option when response from :auth_url is a token details object returns TokenDetails created from the token JSON" file="./spec/acceptance/rest/auth_spec.rb" time="0.002770"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option when response from :auth_url is a valid token request returns a valid token generated from the token request" file="./spec/acceptance/rest/auth_spec.rb" time="0.004225"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option when response from :auth_url is a valid token request requests a token from :auth_url using an HTTP GET request" file="./spec/acceptance/rest/auth_spec.rb" time="0.007060"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option when response from :auth_url is a valid token request with POST requests a token from :auth_url using an HTTP POST instead of the default GET" file="./spec/acceptance/rest/auth_spec.rb" time="0.005072"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option when response from :auth_url is a valid token request with :headers requests a token from :auth_url with the HTTP headers set" file="./spec/acceptance/rest/auth_spec.rb" time="0.004522"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :auth_url option when response from :auth_url is a valid token request with :query_params requests a token from :auth_url with the :query_params" file="./spec/acceptance/rest/auth_spec.rb" time="0.005012"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with :key option key_name is used in request and signing uses key_secret" file="./spec/acceptance/rest/auth_spec.rb" time="0.003626"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token with token_param :capability overrides default and uses camelCase notation for attributes" file="./spec/acceptance/rest/auth_spec.rb" time="0.003025"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token persisted option of token params when set to true returns a token with a short token ID that is used to look up the token details" file="./spec/acceptance/rest/auth_spec.rb" time="0.359737"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #request_token persisted option of token params when omitted returns a literal token" file="./spec/acceptance/rest/auth_spec.rb" time="0.036841"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #client_id_validated? when using a token auth string for a token with a client_id is false as identification is not possible from an opaque token string" file="./spec/acceptance/rest/auth_spec.rb" time="0.033018"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #client_id_validated? when using a token request with a client_id is not true as identification is not confirmed until authenticated" file="./spec/acceptance/rest/auth_spec.rb" time="0.001098"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #client_id_validated? when using a token request with a client_id after authentication is true as identification is completed during implicit authentication" file="./spec/acceptance/rest/auth_spec.rb" time="0.083845"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #client_id_validated? when using basic auth is false as basic auth users do not have an identity" file="./spec/acceptance/rest/auth_spec.rb" time="0.000732"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #client_id_validated? when using a token with a wildcard client_id (anonymous) is false" file="./spec/acceptance/rest/auth_spec.rb" time="0.033560"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #client_id_validated? when using a token with no client_id (anonymous) is true" file="./spec/acceptance/rest/auth_spec.rb" time="0.032610"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #client_id_validated? when using a token with a client_id is true" file="./spec/acceptance/rest/auth_spec.rb" time="0.099332"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol when using a :key and basic auth #using_token_auth? is false" file="./spec/acceptance/rest/auth_spec.rb" time="0.000703"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol when using a :key and basic auth #using_basic_auth? is true" file="./spec/acceptance/rest/auth_spec.rb" time="0.000582"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol when using a :key and basic auth #key attribute contains the key string" file="./spec/acceptance/rest/auth_spec.rb" time="0.000585"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) updates the persisted token params that are then used for subsequent authorize requests" file="./spec/acceptance/rest/auth_spec.rb" time="0.033183"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) updates the persisted auth options that are then used for subsequent authorize requests" file="./spec/acceptance/rest/auth_spec.rb" time="0.326537"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) with an explicit ClientOptions client_id and a token string without any retrievable client_id rejects a TokenRequests object with an incompatible client_id and raises an exception" file="./spec/acceptance/rest/auth_spec.rb" time="0.035264"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) with an explicit ClientOptions client_id and an incompatible client_id in a TokenDetails object passed to the auth callback rejects a TokenDetails object with an incompatible client_id and raises an exception" file="./spec/acceptance/rest/auth_spec.rb" time="0.035553"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) with an explicit ClientOptions client_id and an incompatible client_id in a TokenRequest object passed to the auth callback and raises an exception rejects a TokenRequests object with an incompatible client_id and raises an exception" file="./spec/acceptance/rest/auth_spec.rb" time="0.037075"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) AuthOptions argument uses AuthOptions#query_time for this request and will query_time again if provided subsequently" file="./spec/acceptance/rest/auth_spec.rb" time="2.659071"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) AuthOptions argument uses AuthOptions#query_time for this request and will not query_time for subsequent requests (#RSA10g)" file="./spec/acceptance/rest/auth_spec.rb" time="2.631394"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) AuthOptions argument updates Auth#options attribute with an immutable hash" file="./spec/acceptance/rest/auth_spec.rb" time="2.537157"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) AuthOptions argument updates defaults when present and all previous configured AuthOptions are discarded (#RSA10g)" file="./spec/acceptance/rest/auth_spec.rb" time="2.596232"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) AuthOptions argument has no effect on the defaults when null and AuthOptions defaults remain the same" file="./spec/acceptance/rest/auth_spec.rb" time="2.567744"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) with previous authorisation requests a new token if token is expired" file="./spec/acceptance/rest/auth_spec.rb" time="0.036528"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) with previous authorisation issues a new token every time #authorize is called" file="./spec/acceptance/rest/auth_spec.rb" time="0.067761"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) with an explicit token string that expires and a lambda for the :auth_callback option to provide a means to renew the token calls the lambda once the token has expired and the new token is used" file="./spec/acceptance/rest/auth_spec.rb" time="3.689608"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) query_time: true ClientOption when instanced only queries the server time once and then works out the offset, query_time option is never persisted (#RSA10k)" file="./spec/acceptance/rest/auth_spec.rb" time="0.101869"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) with a lambda for the :auth_callback option uses the token request returned from the callback when requesting a new token" file="./spec/acceptance/rest/auth_spec.rb" time="0.032754"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) with a lambda for the :auth_callback option calls the lambda" file="./spec/acceptance/rest/auth_spec.rb" time="0.036561"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) with a lambda for the :auth_callback option for every subsequent #request_token with a provided block does not call the originally provided lambda and calls the new #request_token :auth_callback lambda" file="./spec/acceptance/rest/auth_spec.rb" time="0.064520"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) with a lambda for the :auth_callback option for every subsequent #request_token without a :auth_callback lambda calls the originally provided block" file="./spec/acceptance/rest/auth_spec.rb" time="0.072678"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) TokenParams argument updates defaults when present and all previous configured TokenParams are discarded (#RSA10g)" file="./spec/acceptance/rest/auth_spec.rb" time="0.065916"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) TokenParams argument has no effect on the defaults when null and TokenParam defaults remain the same" file="./spec/acceptance/rest/auth_spec.rb" time="0.067877"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) TokenParams argument updates Auth#token_params attribute with an immutable hash" file="./spec/acceptance/rest/auth_spec.rb" time="0.069846"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) TokenParams argument uses TokenParams#timestamp for this request but obtains a new timestamp for subsequence requests (#RSA10g)" file="./spec/acceptance/rest/auth_spec.rb" time="0.101115"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) query_time: true with authorize only queries the server time once and then works out the offset, query_time option is never persisted (#RSA10k)" file="./spec/acceptance/rest/auth_spec.rb" time="0.066463"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) when called for the first time since the client has been instantiated returns a valid token" file="./spec/acceptance/rest/auth_spec.rb" time="0.035501"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) when called for the first time since the client has been instantiated issues a new token every time (#RSA10a)" file="./spec/acceptance/rest/auth_spec.rb" time="0.040872"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #authorize (#RSA10, #RSA10j) when called for the first time since the client has been instantiated passes all auth_options and token_params to #request_token" file="./spec/acceptance/rest/auth_spec.rb" time="0.001502"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol deprecated #authorise returns a valid token (#RSA10l)" file="./spec/acceptance/rest/auth_spec.rb" time="0.034709"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol deprecated #authorise logs a deprecation warning (#RSA10l)" file="./spec/acceptance/rest/auth_spec.rb" time="0.032369"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol using token authentication with :token option cannot be renewed automatically" file="./spec/acceptance/rest/auth_spec.rb" time="0.035831"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol using token authentication with :token option fails if timestamp is invalid" file="./spec/acceptance/rest/auth_spec.rb" time="0.031839"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol using token authentication with :token option authenticates successfully using the provided :token" file="./spec/acceptance/rest/auth_spec.rb" time="0.071920"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol using token authentication with :token option disallows publishing on unspecified capability channels" file="./spec/acceptance/rest/auth_spec.rb" time="0.073831"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol using token authentication with :token option and the token expires should indicate an error and not retry the request (#RSA4a)" file="./spec/acceptance/rest/auth_spec.rb" time="2.042379"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol using token authentication when token does not expire for the next 2 hours should not request for the new token (#RSA4b1)" file="./spec/acceptance/rest/auth_spec.rb" time="0.130131"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol using token authentication when :client_id is provided in a token #client_id contains the client_id" file="./spec/acceptance/rest/auth_spec.rb" time="0.037503"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol using token authentication when token expires automatically renews the token (#RSA4b)" file="./spec/acceptance/rest/auth_spec.rb" time="2.668688"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol using token authentication when token expires fails if the token renewal fails (#RSA4b)" file="./spec/acceptance/rest/auth_spec.rb" time="2.606643"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request returns a TokenRequest object" file="./spec/acceptance/rest/auth_spec.rb" time="0.000893"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request specifies no TTL (#RSA5)" file="./spec/acceptance/rest/auth_spec.rb" time="0.000718"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request uses the key name from the client" file="./spec/acceptance/rest/auth_spec.rb" time="0.000822"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request returns a TokenRequest that can be passed to a client that can use it for authentication without an API key" file="./spec/acceptance/rest/auth_spec.rb" time="0.033717"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request specifies no capability (#RSA6)" file="./spec/acceptance/rest/auth_spec.rb" time="0.000986"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request with token param :nonce overrides default" file="./spec/acceptance/rest/auth_spec.rb" time="0.000690"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request with token param :client_id overrides default" file="./spec/acceptance/rest/auth_spec.rb" time="0.000617"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request signing generates a valid HMAC" file="./spec/acceptance/rest/auth_spec.rb" time="0.000689"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request signing lexicographic ordering of channels and operations is valid when used for authentication" file="./spec/acceptance/rest/auth_spec.rb" time="0.032989"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request signing lexicographic ordering of channels and operations HMAC is lexicographic ordered and thus the HMAC is identical" file="./spec/acceptance/rest/auth_spec.rb" time="0.001039"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request when required fields are missing should raise an exception if key secret is missing" file="./spec/acceptance/rest/auth_spec.rb" time="0.000611"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request when required fields are missing should raise an exception if key name is missing" file="./spec/acceptance/rest/auth_spec.rb" time="0.000571"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request the nonce is unique for every request" file="./spec/acceptance/rest/auth_spec.rb" time="0.005068"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request the nonce is at least 16 characters" file="./spec/acceptance/rest/auth_spec.rb" time="0.002680"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request timestamp attribute is a Time object in Ruby and is set to the local time" file="./spec/acceptance/rest/auth_spec.rb" time="0.000693"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request timestamp attribute with :query_time auth_option queries the server for the timestamp" file="./spec/acceptance/rest/auth_spec.rb" time="0.001149"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request timestamp attribute with :timestamp option uses the provided timestamp in the token request" file="./spec/acceptance/rest/auth_spec.rb" time="0.000859"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request with token param :ttl overrides default" file="./spec/acceptance/rest/auth_spec.rb" time="0.000631"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request with additional invalid attributes are ignored" file="./spec/acceptance/rest/auth_spec.rb" time="0.000836"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request when specifying capability uses these capabilities when Ably issues an actual token" file="./spec/acceptance/rest/auth_spec.rb" time="0.033951"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request when specifying capability overrides the default" file="./spec/acceptance/rest/auth_spec.rb" time="0.001264"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol #create_token_request with a :ttl option below the Token expiry buffer that ensures tokens are renewed 15s before they expire as they are considered expired uses the Token expiry buffer default + 10s to allow for a token request in flight" file="./spec/acceptance/rest/auth_spec.rb" time="0.000671"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol when using JWT authenticates correctly using the JWT token generated by the echo server" file="./spec/acceptance/rest/auth_spec.rb" time="0.368293"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol when using JWT when the token requested is returned with application/jwt content type authenticates correctly and pulls stats" file="./spec/acceptance/rest/auth_spec.rb" time="0.341020"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol when using JWT when the JWT embeds an Ably token authenticates correctly using the embedded token" file="./spec/acceptance/rest/auth_spec.rb" time="0.388449"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol when using JWT when the JWT embeds an Ably token and the requested token is encrypted authenticates correctly using the embedded token" file="./spec/acceptance/rest/auth_spec.rb" time="0.354432"></testcase>
<testcase classname="spec.acceptance.rest.auth_spec" name="Ably::Auth using JSON protocol before #authorize has been called has no current_token_details" file="./spec/acceptance/rest/auth_spec.rb" time="0.001014"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #status should return channel details status (#RSL8, #RSL8a)" file="./spec/acceptance/rest/channel_spec.rb" time="0.112534"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history returns paged history using the PaginatedResult model" file="./spec/acceptance/rest/channel_spec.rb" time="0.301171"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history returns the current message history for the channel" file="./spec/acceptance/rest/channel_spec.rb" time="0.184067"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history returns a PaginatedResult model" file="./spec/acceptance/rest/channel_spec.rb" time="0.170738"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history message timestamps are after the messages were published" file="./spec/acceptance/rest/channel_spec.rb" time="0.171021"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history direction returns paged history backwards by default" file="./spec/acceptance/rest/channel_spec.rb" time="0.169139"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history direction returns history forward if specified in the options" file="./spec/acceptance/rest/channel_spec.rb" time="0.184282"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history limit defaults to 100" file="./spec/acceptance/rest/channel_spec.rb" time="0.318554"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history message IDs is unique" file="./spec/acceptance/rest/channel_spec.rb" time="0.174457"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history option when argument start is after end should raise an exception" file="./spec/acceptance/rest/channel_spec.rb" time="0.001016"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history option :end with milliseconds since epoch value uses this value in the history request" file="./spec/acceptance/rest/channel_spec.rb" time="0.005518"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history option :end with a Time object value converts the value to milliseconds since epoch in the hisotry request" file="./spec/acceptance/rest/channel_spec.rb" time="0.004667"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history option :start with a Time object value converts the value to milliseconds since epoch in the hisotry request" file="./spec/acceptance/rest/channel_spec.rb" time="0.004643"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #history option :start with milliseconds since epoch value uses this value in the history request" file="./spec/acceptance/rest/channel_spec.rb" time="0.004224"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #presence returns a REST Presence object" file="./spec/acceptance/rest/channel_spec.rb" time="0.000860"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with name and data arguments publishes the message and return true indicating success" file="./spec/acceptance/rest/channel_spec.rb" time="0.199859"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with name and data arguments and additional attributes publishes the message with the attributes and return true indicating success" file="./spec/acceptance/rest/channel_spec.rb" time="0.137848"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with a non ASCII channel name stubbed correctly encodes the channel name" file="./spec/acceptance/rest/channel_spec.rb" time="0.005171"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with an array of Message objects when max_message_size and max_frame_size is not set and messages size (177784 bytes) is bigger than the max_message_size should not publish and raise Ably::Exceptions::MaxMessageSizeExceeded" file="./spec/acceptance/rest/channel_spec.rb" time="2.952832"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with an array of Message objects when max_message_size and max_frame_size is not set and messages size (130 bytes) is smaller than the max_message_size publishes an array of messages in one HTTP request" file="./spec/acceptance/rest/channel_spec.rb" time="0.169400"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with an array of Message objects when max_message_size is 655 bytes and messages size (177784 bytes) is bigger than the max_message_size should not publish and raise Ably::Exceptions::MaxMessageSizeExceeded" file="./spec/acceptance/rest/channel_spec.rb" time="2.990619"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with an array of Message objects when max_message_size is 655 bytes and messages size (130 bytes) is smaller than the max_message_size publishes an array of messages in one HTTP request" file="./spec/acceptance/rest/channel_spec.rb" time="0.167532"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with Messages and query params should fail to publish the message (RSL1l1)" file="./spec/acceptance/rest/channel_spec.rb" time="0.035694"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with a frozen message event name succeeds and publishes with an implicit client_id" file="./spec/acceptance/rest/channel_spec.rb" time="0.142955"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with a Message object publishes the message" file="./spec/acceptance/rest/channel_spec.rb" time="0.118606"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with an array of Hash objects with :name and :data attributes publishes an array of messages in one HTTP request" file="./spec/acceptance/rest/channel_spec.rb" time="0.161286"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish null attributes when name is null publishes the message without a name attribute in the payload" file="./spec/acceptance/rest/channel_spec.rb" time="0.152283"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish null attributes when data is null publishes the message without a data attribute in the payload" file="./spec/acceptance/rest/channel_spec.rb" time="0.157308"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish null attributes with neither name or data attributes publishes the message without any attributes in the payload" file="./spec/acceptance/rest/channel_spec.rb" time="0.148583"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when authenticated with a Token string with an implicit client_id without having a confirmed identity with a valid client_id in the message succeeds" file="./spec/acceptance/rest/channel_spec.rb" time="0.145051"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when authenticated with a Token string with an implicit client_id without having a confirmed identity with an invalid client_id in the message succeeds in the client library but then fails when published to Ably" file="./spec/acceptance/rest/channel_spec.rb" time="0.065934"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when authenticated with a Token string with an implicit client_id without having a confirmed identity with an empty client_id in the message succeeds and publishes with an implicit client_id" file="./spec/acceptance/rest/channel_spec.rb" time="0.147745"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when authenticated with TokenDetails with a valid client_id with an empty client_id in the message succeeds and publishes with an implicit client_id" file="./spec/acceptance/rest/channel_spec.rb" time="0.150129"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when authenticated with TokenDetails with a valid client_id with a wildcard client_id in the message throws an exception" file="./spec/acceptance/rest/channel_spec.rb" time="0.038982"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when authenticated with TokenDetails with a valid client_id with an invalid client_id in the message throws an exception" file="./spec/acceptance/rest/channel_spec.rb" time="0.036038"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when authenticated with TokenDetails with a valid client_id with a valid client_id in the message succeeds" file="./spec/acceptance/rest/channel_spec.rb" time="0.149308"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when authenticated with a wildcard client_id with a valid client_id in the message succeeds" file="./spec/acceptance/rest/channel_spec.rb" time="0.150460"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when authenticated with a wildcard client_id with an empty client_id in the message succeeds and publishes without a client_id" file="./spec/acceptance/rest/channel_spec.rb" time="0.148246"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when authenticated with a wildcard client_id with a wildcard client_id in the message throws an exception" file="./spec/acceptance/rest/channel_spec.rb" time="0.034467"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when anonymous and no client_id with a wildcard client_id in the message throws an exception" file="./spec/acceptance/rest/channel_spec.rb" time="0.033667"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when anonymous and no client_id with an empty client_id in the message succeeds and publishes with an implicit client_id" file="./spec/acceptance/rest/channel_spec.rb" time="0.149702"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish identified clients when anonymous and no client_id with a client_id in the message throws an exception" file="./spec/acceptance/rest/channel_spec.rb" time="0.033733"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with a frozen payload succeeds and publishes with an implicit client_id" file="./spec/acceptance/rest/channel_spec.rb" time="0.115291"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with a client_id configured in the ClientOptions publishes the message without a client_id" file="./spec/acceptance/rest/channel_spec.rb" time="0.001996"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with a client_id configured in the ClientOptions expects a client_id to be added by the realtime service" file="./spec/acceptance/rest/channel_spec.rb" time="0.123801"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish without adequate permissions on the channel raises a permission error when publishing" file="./spec/acceptance/rest/channel_spec.rb" time="0.068361"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish message size is exceeded (#TO3l8) should raise Ably::Exceptions::MaxMessageSizeExceeded exception" file="./spec/acceptance/rest/channel_spec.rb" time="0.001516"></testcase>
<testcase classname="spec.acceptance.rest.channel_spec" name="Ably::Rest::Channel using JSON protocol #publish with a Message object and query params should fail to publish the message (RSL1l1)" file="./spec/acceptance/rest/channel_spec.rb" time="0.034384"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol REST #get returns current members" file="./spec/acceptance/realtime/presence_spec.rb" time="0.398156"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol REST #get returns no members once left" file="./spec/acceptance/realtime/presence_spec.rb" time="0.410860"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol connection failure mid-way through a large member sync resumes the SYNC operation (#RTP3)" file="./spec/acceptance/realtime/presence_spec.rb" time="4.653727"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #sync_complete? and SYNC flags (#RTP1) when attaching to a channel without any members present sync_complete? is true, no members are received and the presence channel is synced (#RTP1)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.409319"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #sync_complete? and SYNC flags (#RTP1) when attaching to a channel with members present sync_complete? is false, there is a presence flag, and the presence channel is subsequently synced (#RTP1)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.545781"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol 101 existing (present) members on a channel (2 SYNC pages) requiring at least 2 SYNC ProtocolMessages when a client attaches to the presence channel emits :present for each member" file="./spec/acceptance/realtime/presence_spec.rb" time="11.282830"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol 101 existing (present) members on a channel (2 SYNC pages) requiring at least 2 SYNC ProtocolMessages when a client attaches to the presence channel and a member leaves before the SYNC operation is complete does not emit :present after the :leave event has been emitted, and that member is not included in the list of members via #get (#RTP2f)" file="./spec/acceptance/realtime/presence_spec.rb" time="12.512704"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol 101 existing (present) members on a channel (2 SYNC pages) requiring at least 2 SYNC ProtocolMessages when a client attaches to the presence channel and a member leaves before the SYNC operation is complete emits :leave immediately as the member leaves and cleans up the ABSENT member after (#RTP2f, #RTP2g)" file="./spec/acceptance/realtime/presence_spec.rb" time="11.412928"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol 101 existing (present) members on a channel (2 SYNC pages) requiring at least 2 SYNC ProtocolMessages when a client attaches to the presence channel and a member leaves before the SYNC operation is complete ignores presence events with timestamps / identifiers prior to the current :present event in the MembersMap (#RTP2c)" file="./spec/acceptance/realtime/presence_spec.rb" time="12.047202"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol 101 existing (present) members on a channel (2 SYNC pages) requiring at least 2 SYNC ProtocolMessages when a client attaches to the presence channel and a member enters before the SYNC operation is complete emits a :enter immediately and the member is :present once the sync is complete (#RTP2g)" file="./spec/acceptance/realtime/presence_spec.rb" time="11.138761"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol 101 existing (present) members on a channel (2 SYNC pages) requiring at least 2 SYNC ProtocolMessages when a client attaches to the presence channel #get by default waits until sync is complete (#RTP11c1)" file="./spec/acceptance/realtime/presence_spec.rb" time="11.103714"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol 101 existing (present) members on a channel (2 SYNC pages) requiring at least 2 SYNC ProtocolMessages when a client attaches to the presence channel #get with :wait_for_sync option set to false (#RTP11c1) it does not wait for sync" file="./spec/acceptance/realtime/presence_spec.rb" time="1.479502"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update updates the data if :data argument provided" file="./spec/acceptance/realtime/presence_spec.rb" time="0.319096"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update without previous #enter automatically enters" file="./spec/acceptance/realtime/presence_spec.rb" time="1.290996"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update updates the data to nil if :data argument is not provided (assumes nil value)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.344524"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update when ENTERED has no effect on the state" file="./spec/acceptance/realtime/presence_spec.rb" time="1.794817"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method allows a block to be passed in that is executed upon success" file="./spec/acceptance/realtime/presence_spec.rb" time="1.017426"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method calls the Deferrable callback on success" file="./spec/acceptance/realtime/presence_spec.rb" time="0.831515"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method presence update : raise an exception if the channel is failed" file="./spec/acceptance/realtime/presence_spec.rb" time="0.350207"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method implicitly attaches the channel" file="./spec/acceptance/realtime/presence_spec.rb" time="0.333904"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method presence update : raise an exception if the channel becomes detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.351779"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method presence update : raise an exception if the channel is detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.375928"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method returns a SafeDeferrable that catches exceptions in callbacks and logs them" file="./spec/acceptance/realtime/presence_spec.rb" time="0.348799"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method catches exceptions in the provided method block and logs them to the logger" file="./spec/acceptance/realtime/presence_spec.rb" time="0.839153"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method presence update : raise an exception if the channel becomes failed" file="./spec/acceptance/realtime/presence_spec.rb" time="0.345391"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method with unsupported data payload content type False raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153383"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method with unsupported data payload content type Float raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153433"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method with unsupported data payload content type Integer raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153422"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method with unsupported data payload content type Boolean raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153429"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method with supported data payload content type Binary is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.369549"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method with supported data payload content type String is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.383079"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method with supported data payload content type JSON Array is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.377554"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method with supported data payload content type JSON Object (Hash) is encoded and decoded to the same hash" file="./spec/acceptance/realtime/presence_spec.rb" time="0.383528"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method if connection fails before success calls the Deferrable errback if channel is detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.355103"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method when :queue_messages client option is false and connection state connected publishes the message" file="./spec/acceptance/realtime/presence_spec.rb" time="0.267483"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method when :queue_messages client option is false and connection state connecting fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.155372"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method when :queue_messages client option is false and connection state disconnected fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.272072"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #update it should behave like a public presence method when :queue_messages client option is false and connection state initialized fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153292"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter data attribute when provided as argument option to #enter changes to value provided in #leave" file="./spec/acceptance/realtime/presence_spec.rb" time="0.836963"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter message #connection_id matches the current client connection_id" file="./spec/acceptance/realtime/presence_spec.rb" time="0.639699"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method allows a block to be passed in that is executed upon success" file="./spec/acceptance/realtime/presence_spec.rb" time="0.343575"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method presence enter : raise an exception if the channel becomes detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.338510"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method presence enter : raise an exception if the channel is detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.336324"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method implicitly attaches the channel" file="./spec/acceptance/realtime/presence_spec.rb" time="0.348372"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method catches exceptions in the provided method block and logs them to the logger" file="./spec/acceptance/realtime/presence_spec.rb" time="0.340253"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method returns a SafeDeferrable that catches exceptions in callbacks and logs them" file="./spec/acceptance/realtime/presence_spec.rb" time="0.155824"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method calls the Deferrable callback on success" file="./spec/acceptance/realtime/presence_spec.rb" time="0.335316"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method presence enter : raise an exception if the channel is failed" file="./spec/acceptance/realtime/presence_spec.rb" time="0.310849"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method presence enter : raise an exception if the channel becomes failed" file="./spec/acceptance/realtime/presence_spec.rb" time="0.309711"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method with unsupported data payload content type Integer raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153462"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method with unsupported data payload content type Float raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153705"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method with unsupported data payload content type Boolean raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153412"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method with unsupported data payload content type False raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153144"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method with supported data payload content type JSON Array is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.336619"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method with supported data payload content type JSON Object (Hash) is encoded and decoded to the same hash" file="./spec/acceptance/realtime/presence_spec.rb" time="0.341716"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method with supported data payload content type Binary is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.327965"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method with supported data payload content type String is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.339056"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method if connection fails before success calls the Deferrable errback if channel is detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.307362"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method when :queue_messages client option is false and connection state connected publishes the message" file="./spec/acceptance/realtime/presence_spec.rb" time="0.269604"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method when :queue_messages client option is false and connection state disconnected fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.274018"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method when :queue_messages client option is false and connection state initialized fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.154270"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter it should behave like a public presence method when :queue_messages client option is false and connection state connecting fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.155198"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #enter without necessary capabilities to join presence calls the Deferrable errback on capabilities failure" file="./spec/acceptance/realtime/presence_spec.rb" time="0.339683"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol when the client does not have presence subscribe privileges but is present on the channel receives presence updates for all presence events generated by the current connection and the presence map is kept up to date (#RTP17a)" file="./spec/acceptance/realtime/presence_spec.rb" time="1.479647"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol when attached (but not present) on a presence channel with an anonymous client (no client ID) maintains state as other clients enter and leave the channel (#RTP2e)" file="./spec/acceptance/realtime/presence_spec.rb" time="1.077716"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get implicitly attaches the channel (#RTP11b)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.385852"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get calls the Deferrable callback on success" file="./spec/acceptance/realtime/presence_spec.rb" time="0.385029"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get filters by client_id option if provided (#RTP11c2)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.689857"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get catches exceptions in the provided method block" file="./spec/acceptance/realtime/presence_spec.rb" time="0.417063"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get returns a SafeDeferrable that catches exceptions in callbacks and logs them" file="./spec/acceptance/realtime/presence_spec.rb" time="0.154266"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get returns the current members on the channel (#RTP11a)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.385441"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get does not wait for SYNC to complete if :wait_for_sync option is false (#RTP11c1)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.621028"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get fails if the connection is DETACHED (#RTP11b)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.340052"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get filters by connection_id option if provided (#RTP11c3)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.685640"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get returns the list of members and waits for SYNC to complete by default (#RTP11a)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.644763"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get fails if the connection is FAILED (#RTP11b)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.307423"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get during a sync when :wait_for_sync is true fails if the connection becomes FAILED (#RTP11b)" file="./spec/acceptance/realtime/presence_spec.rb" time="20.618825"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get during a sync when :wait_for_sync is true fails if the channel becomes detached (#RTP11b)" file="./spec/acceptance/realtime/presence_spec.rb" time="20.590345"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get with lots of members on different clients returns a complete list of members on all clients" file="./spec/acceptance/realtime/presence_spec.rb" time="1.243785"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get when a member enters and then leaves has no members" file="./spec/acceptance/realtime/presence_spec.rb" time="0.386325"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get when a member enters and the presence map is updated adds the member as being :present (#RTP2d)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.382191"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get when the channel is SUSPENDED with wait_for_sync: false returns the current PresenceMap and does not wait for the channel to change to the ATTACHED state (#RTP11d)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.323587"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #get when the channel is SUSPENDED with wait_for_sync: true results in an error with @code@ @91005@ and a @message@ stating that the presence state is out of sync (#RTP11d)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.327049"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol channel state side effects (RTP5) channel transitions to the DETACHED state clears the PresenceMap and local member map copy and does not emit any presence events (#RTP5a)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.877515"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol channel state side effects (RTP5) channel transitions to the SUSPENDED state maintains the PresenceMap and only publishes presence event changes since the last attached state (#RTP5f)" file="./spec/acceptance/realtime/presence_spec.rb" time="2.673426"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol channel state side effects (RTP5) channel transitions to the ATTACHED state (RTP5b) all queued presence messages are sent" file="./spec/acceptance/realtime/presence_spec.rb" time="0.307062"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol channel state side effects (RTP5) channel transitions to the FAILED state clears the PresenceMap and local member map copy and does not emit any presence events (#RTP5a)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.641936"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol state once opened once opened, enters the :left state if the channel detaches" file="./spec/acceptance/realtime/presence_spec.rb" time="0.391933"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol leaving expect :left event with client data from enter event" file="./spec/acceptance/realtime/presence_spec.rb" time="0.386035"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol leaving expect :left event once underlying connection is closed" file="./spec/acceptance/realtime/presence_spec.rb" time="0.367201"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol server-initiated sync with a single SYNC page is initiated and completed with a single SYNC message (and no channelSerial) (#RTP18a, #RTP18c) " file="./spec/acceptance/realtime/presence_spec.rb" time="0.220043"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol server-initiated sync when members exist in the PresenceMap before a SYNC completes removes the members that are no longer present (#RTP19)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.389714"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol server-initiated sync with multiple SYNC pages is initiated with a SYNC message and completed with a later SYNC message with no cursor value part of the channelSerial (#RTP18a, #RTP18b) " file="./spec/acceptance/realtime/presence_spec.rb" time="0.234797"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #subscribe implicitly attaches" file="./spec/acceptance/realtime/presence_spec.rb" time="0.343456"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #subscribe with no arguments calls the callback for all presence events" file="./spec/acceptance/realtime/presence_spec.rb" time="1.047768"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #subscribe with a callback that raises an exception logs the error and continues" file="./spec/acceptance/realtime/presence_spec.rb" time="1.341884"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #subscribe with event name calls the callback for specified presence event" file="./spec/acceptance/realtime/presence_spec.rb" time="1.033336"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a presence on behalf of another client method :update_client when anonymous and no client_id and a wildcard client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.186252"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a presence on behalf of another client method :update_client when anonymous and no client_id and an empty client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.184790"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a presence on behalf of another client method :update_client when anonymous and no client_id and another invalid client_id after authentication throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.343039"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a presence on behalf of another client method :update_client when anonymous and no client_id and another invalid client_id before authentication allows the operation and then Ably rejects the operation" file="./spec/acceptance/realtime/presence_spec.rb" time="0.384373"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a presence on behalf of another client method :update_client when authenticated with a valid client_id and an empty client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.185286"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a presence on behalf of another client method :update_client when authenticated with a valid client_id and a wildcard client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.184208"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a presence on behalf of another client method :update_client when authenticated with a valid client_id and another invalid client_id after authentication throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.339439"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a presence on behalf of another client method :update_client when authenticated with a valid client_id and another invalid client_id before authentication allows the operation and then Ably rejects the operation" file="./spec/acceptance/realtime/presence_spec.rb" time="0.441108"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a presence on behalf of another client method :update_client when authenticated with a wildcard client_id and an empty client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.186201"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a presence on behalf of another client method :update_client when authenticated with a wildcard client_id and a valid client_id succeeds" file="./spec/acceptance/realtime/presence_spec.rb" time="0.880039"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a presence on behalf of another client method :update_client when authenticated with a wildcard client_id and a wildcard client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.184811"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a presence on behalf of another client method :update_client when authenticated with a wildcard client_id and a client_id that is not a string type throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.185068"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client multiple times on the same channel with different client_ids enters if not already entered" file="./spec/acceptance/realtime/presence_spec.rb" time="0.786298"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client multiple times on the same channel with different client_ids updates the data attribute for the member when :data option provided" file="./spec/acceptance/realtime/presence_spec.rb" time="1.250706"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client multiple times on the same channel with different client_ids updates the data attribute to null for the member when :data option is not provided (assumed null)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.706634"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method presence update_client : raise an exception if the channel is failed" file="./spec/acceptance/realtime/presence_spec.rb" time="0.340510"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method catches exceptions in the provided method block and logs them to the logger" file="./spec/acceptance/realtime/presence_spec.rb" time="0.386755"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method implicitly attaches the channel" file="./spec/acceptance/realtime/presence_spec.rb" time="0.365064"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method allows a block to be passed in that is executed upon success" file="./spec/acceptance/realtime/presence_spec.rb" time="0.372629"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method presence update_client : raise an exception if the channel becomes failed" file="./spec/acceptance/realtime/presence_spec.rb" time="0.336039"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method presence update_client : raise an exception if the channel is detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.341953"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method returns a SafeDeferrable that catches exceptions in callbacks and logs them" file="./spec/acceptance/realtime/presence_spec.rb" time="0.155213"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method presence update_client : raise an exception if the channel becomes detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.373669"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method calls the Deferrable callback on success" file="./spec/acceptance/realtime/presence_spec.rb" time="0.350554"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method with supported data payload content type String is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.375474"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method with supported data payload content type JSON Object (Hash) is encoded and decoded to the same hash" file="./spec/acceptance/realtime/presence_spec.rb" time="0.375825"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method with supported data payload content type Binary is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.368498"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method with supported data payload content type JSON Array is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.379724"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method with unsupported data payload content type False raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.158618"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method with unsupported data payload content type Boolean raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153786"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method with unsupported data payload content type Integer raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153843"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method with unsupported data payload content type Float raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.154197"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method when :queue_messages client option is false and connection state initialized fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.152863"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method when :queue_messages client option is false and connection state connecting fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.154044"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method when :queue_messages client option is false and connection state connected publishes the message" file="./spec/acceptance/realtime/presence_spec.rb" time="0.270704"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method when :queue_messages client option is false and connection state disconnected fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.269715"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #update_client it should behave like a public presence method if connection fails before success calls the Deferrable errback if channel is detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.344434"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client leaves a channel with a new value in :data option emits the leave event with the new data value" file="./spec/acceptance/realtime/presence_spec.rb" time="0.407526"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client leaves a channel with a nil value in :data option emits the leave event with the previous value as a convenience" file="./spec/acceptance/realtime/presence_spec.rb" time="0.402626"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client leaves a channel with no :data option emits the leave event with the previous value as a convenience" file="./spec/acceptance/realtime/presence_spec.rb" time="0.387524"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client leaves a channel multiple times on the same channel with different client_ids emits the :leave event for each client_id" file="./spec/acceptance/realtime/presence_spec.rb" time="1.243375"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client leaves a channel multiple times on the same channel with different client_ids succeeds if that client_id has not previously entered the channel" file="./spec/acceptance/realtime/presence_spec.rb" time="0.691563"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a presence on behalf of another client method :leave_client when anonymous and no client_id and a wildcard client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.185496"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a presence on behalf of another client method :leave_client when anonymous and no client_id and an empty client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.186163"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a presence on behalf of another client method :leave_client when anonymous and no client_id and another invalid client_id before authentication allows the operation and then Ably rejects the operation" file="./spec/acceptance/realtime/presence_spec.rb" time="0.369358"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a presence on behalf of another client method :leave_client when anonymous and no client_id and another invalid client_id after authentication throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.348976"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a presence on behalf of another client method :leave_client when authenticated with a wildcard client_id and a wildcard client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.186014"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a presence on behalf of another client method :leave_client when authenticated with a wildcard client_id and a client_id that is not a string type throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.185093"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a presence on behalf of another client method :leave_client when authenticated with a wildcard client_id and a valid client_id succeeds" file="./spec/acceptance/realtime/presence_spec.rb" time="0.872316"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a presence on behalf of another client method :leave_client when authenticated with a wildcard client_id and an empty client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.185363"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a presence on behalf of another client method :leave_client when authenticated with a valid client_id and another invalid client_id before authentication allows the operation and then Ably rejects the operation" file="./spec/acceptance/realtime/presence_spec.rb" time="0.372831"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a presence on behalf of another client method :leave_client when authenticated with a valid client_id and another invalid client_id after authentication throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.337150"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a presence on behalf of another client method :leave_client when authenticated with a valid client_id and a wildcard client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.187121"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a presence on behalf of another client method :leave_client when authenticated with a valid client_id and an empty client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.186223"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method implicitly attaches the channel" file="./spec/acceptance/realtime/presence_spec.rb" time="0.374444"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method allows a block to be passed in that is executed upon success" file="./spec/acceptance/realtime/presence_spec.rb" time="0.374072"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method calls the Deferrable callback on success" file="./spec/acceptance/realtime/presence_spec.rb" time="0.377611"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method catches exceptions in the provided method block and logs them to the logger" file="./spec/acceptance/realtime/presence_spec.rb" time="0.380112"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method presence leave_client : raise an exception if the channel becomes detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.362268"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method presence leave_client : raise an exception if the channel is detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.364980"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method returns a SafeDeferrable that catches exceptions in callbacks and logs them" file="./spec/acceptance/realtime/presence_spec.rb" time="0.154416"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method presence leave_client : raise an exception if the channel becomes failed" file="./spec/acceptance/realtime/presence_spec.rb" time="0.343603"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method presence leave_client : raise an exception if the channel is failed" file="./spec/acceptance/realtime/presence_spec.rb" time="0.341510"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method when :queue_messages client option is false and connection state connected publishes the message" file="./spec/acceptance/realtime/presence_spec.rb" time="0.269115"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method when :queue_messages client option is false and connection state disconnected fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.271644"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method when :queue_messages client option is false and connection state connecting fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.157866"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method when :queue_messages client option is false and connection state initialized fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.154110"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method if connection fails before success calls the Deferrable errback if channel is detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.343210"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method with unsupported data payload content type Integer raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153919"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method with unsupported data payload content type Boolean raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153116"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method with unsupported data payload content type Float raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153927"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method with unsupported data payload content type False raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153481"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method with supported data payload content type JSON Array is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.374596"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method with supported data payload content type Binary is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.366568"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method with supported data payload content type String is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.376688"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #leave_client it should behave like a public presence method with supported data payload content type JSON Object (Hash) is encoded and decoded to the same hash" file="./spec/acceptance/realtime/presence_spec.rb" time="0.376419"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client without necessary capabilities to enter on behalf of another client calls the Deferrable errback on capabilities failure" file="./spec/acceptance/realtime/presence_spec.rb" time="0.472430"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client message #connection_id matches the current client connection_id" file="./spec/acceptance/realtime/presence_spec.rb" time="0.713794"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a presence on behalf of another client method :enter_client when authenticated with a wildcard client_id and a client_id that is not a string type throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.184362"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a presence on behalf of another client method :enter_client when authenticated with a wildcard client_id and an empty client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.185300"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a presence on behalf of another client method :enter_client when authenticated with a wildcard client_id and a valid client_id succeeds" file="./spec/acceptance/realtime/presence_spec.rb" time="0.874930"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a presence on behalf of another client method :enter_client when authenticated with a wildcard client_id and a wildcard client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.185773"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a presence on behalf of another client method :enter_client when authenticated with a valid client_id and a wildcard client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.186407"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a presence on behalf of another client method :enter_client when authenticated with a valid client_id and another invalid client_id after authentication throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.338220"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a presence on behalf of another client method :enter_client when authenticated with a valid client_id and another invalid client_id before authentication allows the operation and then Ably rejects the operation" file="./spec/acceptance/realtime/presence_spec.rb" time="0.363480"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a presence on behalf of another client method :enter_client when authenticated with a valid client_id and an empty client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.186232"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a presence on behalf of another client method :enter_client when anonymous and no client_id and another invalid client_id after authentication throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.333359"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a presence on behalf of another client method :enter_client when anonymous and no client_id and another invalid client_id before authentication allows the operation and then Ably rejects the operation" file="./spec/acceptance/realtime/presence_spec.rb" time="0.367206"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a presence on behalf of another client method :enter_client when anonymous and no client_id and an empty client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.185363"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a presence on behalf of another client method :enter_client when anonymous and no client_id and a wildcard client_id throws an exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.184790"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client multiple times on the same channel with different client_ids has no affect on the client&apos;s presence state and only enters on behalf of the provided client_id" file="./spec/acceptance/realtime/presence_spec.rb" time="1.381087"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client multiple times on the same channel with different client_ids enters a channel and sets the data based on the provided :data option" file="./spec/acceptance/realtime/presence_spec.rb" time="0.708845"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method presence enter_client : raise an exception if the channel is failed" file="./spec/acceptance/realtime/presence_spec.rb" time="0.330502"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method allows a block to be passed in that is executed upon success" file="./spec/acceptance/realtime/presence_spec.rb" time="0.370188"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method catches exceptions in the provided method block and logs them to the logger" file="./spec/acceptance/realtime/presence_spec.rb" time="0.369006"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method calls the Deferrable callback on success" file="./spec/acceptance/realtime/presence_spec.rb" time="0.373099"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method presence enter_client : raise an exception if the channel becomes detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.376684"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method presence enter_client : raise an exception if the channel is detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.372397"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method presence enter_client : raise an exception if the channel becomes failed" file="./spec/acceptance/realtime/presence_spec.rb" time="0.338005"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method returns a SafeDeferrable that catches exceptions in callbacks and logs them" file="./spec/acceptance/realtime/presence_spec.rb" time="0.154913"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method implicitly attaches the channel" file="./spec/acceptance/realtime/presence_spec.rb" time="0.394813"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method if connection fails before success calls the Deferrable errback if channel is detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.340085"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method when :queue_messages client option is false and connection state connecting fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.154291"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method when :queue_messages client option is false and connection state initialized fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153652"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method when :queue_messages client option is false and connection state disconnected fails the deferrable" file="./spec/acceptance/realtime/presence_spec.rb" time="0.278569"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method when :queue_messages client option is false and connection state connected publishes the message" file="./spec/acceptance/realtime/presence_spec.rb" time="0.272063"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method with supported data payload content type JSON Array is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.373874"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method with supported data payload content type Binary is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.372502"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method with supported data payload content type JSON Object (Hash) is encoded and decoded to the same hash" file="./spec/acceptance/realtime/presence_spec.rb" time="0.394972"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method with supported data payload content type String is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.386153"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method with unsupported data payload content type Integer raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.156391"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method with unsupported data payload content type False raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.154086"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method with unsupported data payload content type Float raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153534"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol entering/updating/leaving presence state on behalf of another client_id #enter_client it should behave like a public presence method with unsupported data payload content type Boolean raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.154079"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol client_id with ASCII_8BIT in connection set up is converted into UTF_8" file="./spec/acceptance/realtime/presence_spec.rb" time="0.340545"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol client_id with ASCII_8BIT in channel options is converted into UTF_8" file="./spec/acceptance/realtime/presence_spec.rb" time="0.625853"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave succeeds and does not emit an event (#RTP10d)" file="./spec/acceptance/realtime/presence_spec.rb" time="2.340459"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave :data option when not passed as an argument (i.e. nil) emits the previous value for the data attribute when leaving" file="./spec/acceptance/realtime/presence_spec.rb" time="0.377311"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave :data option and sync is complete does not cache members that have left" file="./spec/acceptance/realtime/presence_spec.rb" time="0.852822"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave :data option when set to a string emits the new data for the leave event" file="./spec/acceptance/realtime/presence_spec.rb" time="0.378208"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave :data option when set to nil emits the last value for the data attribute when leaving" file="./spec/acceptance/realtime/presence_spec.rb" time="0.394638"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method returns a SafeDeferrable that catches exceptions in callbacks and logs them" file="./spec/acceptance/realtime/presence_spec.rb" time="0.341425"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method allows a block to be passed in that is executed upon success" file="./spec/acceptance/realtime/presence_spec.rb" time="0.844387"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method catches exceptions in the provided method block and logs them to the logger" file="./spec/acceptance/realtime/presence_spec.rb" time="0.863478"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method calls the Deferrable callback on success" file="./spec/acceptance/realtime/presence_spec.rb" time="0.841018"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method with supported data payload content type Binary is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.368394"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method with supported data payload content type String is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.395140"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method with supported data payload content type JSON Array is encoded and decoded to the same Array" file="./spec/acceptance/realtime/presence_spec.rb" time="0.354107"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method with supported data payload content type JSON Object (Hash) is encoded and decoded to the same hash" file="./spec/acceptance/realtime/presence_spec.rb" time="0.374167"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method with unsupported data payload content type Integer raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.152991"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method with unsupported data payload content type Boolean raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153518"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method with unsupported data payload content type Float raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.152831"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method with unsupported data payload content type False raises an UnsupportedDataType 40013 exception" file="./spec/acceptance/realtime/presence_spec.rb" time="0.152809"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #leave it should behave like a public presence method if connection fails before success calls the Deferrable errback if channel is detached" file="./spec/acceptance/realtime/presence_spec.rb" time="0.347202"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol encoding and decoding of presence message data encrypts presence message data" file="./spec/acceptance/realtime/presence_spec.rb" time="0.338906"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol encoding and decoding of presence message data #subscribe emits decrypted enter events" file="./spec/acceptance/realtime/presence_spec.rb" time="0.337204"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol encoding and decoding of presence message data #subscribe emits previously set data for leave events" file="./spec/acceptance/realtime/presence_spec.rb" time="0.380961"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol encoding and decoding of presence message data #subscribe emits decrypted update events" file="./spec/acceptance/realtime/presence_spec.rb" time="0.354362"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol encoding and decoding of presence message data #get returns a list of members with decrypted data" file="./spec/acceptance/realtime/presence_spec.rb" time="0.383379"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol encoding and decoding of presence message data when cipher settings do not match publisher emits an error when cipher does not match and presence data cannot be decoded" file="./spec/acceptance/realtime/presence_spec.rb" time="0.645908"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol encoding and decoding of presence message data when cipher settings do not match publisher delivers an unencoded presence message left with encoding value" file="./spec/acceptance/realtime/presence_spec.rb" time="0.559524"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol encoding and decoding of presence message data REST #get returns a list of members with decrypted data" file="./spec/acceptance/realtime/presence_spec.rb" time="0.382220"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #unsubscribe with no arguments removes the callback for all presence events" file="./spec/acceptance/realtime/presence_spec.rb" time="1.995262"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #unsubscribe with event name removes the callback for specified presence event" file="./spec/acceptance/realtime/presence_spec.rb" time="2.020323"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol local PresenceMap for presence members entered by this client maintains a copy of the member map for any member that shares this connection&apos;s connection ID (#RTP17)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.777845"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol local PresenceMap for presence members entered by this client #RTP17b does no update presence members on fabricated leave" file="./spec/acceptance/realtime/presence_spec.rb" time="0.621283"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol local PresenceMap for presence members entered by this client #RTP17b updates presence members on leave" file="./spec/acceptance/realtime/presence_spec.rb" time="0.653768"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol local PresenceMap for presence members entered by this client when a channel becomes attached again when re-entering a client automatically, if the re-enter fails for any reason should emit an ErrorInfo with error code 91004 (#RTP5c3)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.429925"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol local PresenceMap for presence members entered by this client when a channel becomes attached again and the resume flag is false and the presence flag is false immediately resends all local presence members (#RTP5c2, #RTP19a)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.437203"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol :left event emits the data defined in enter" file="./spec/acceptance/realtime/presence_spec.rb" time="0.709079"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol :left event emits the data defined in update" file="./spec/acceptance/realtime/presence_spec.rb" time="1.175614"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #members map / PresenceMap (#RTP2) is available once the channel is created" file="./spec/acceptance/realtime/presence_spec.rb" time="0.152735"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #members map / PresenceMap (#RTP2) is not synchronised when initially created" file="./spec/acceptance/realtime/presence_spec.rb" time="0.152874"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #members map / PresenceMap (#RTP2) will emit an :sync_complete event when synchronisation is complete" file="./spec/acceptance/realtime/presence_spec.rb" time="0.690325"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #members map / PresenceMap (#RTP2) newness is compared based on PresenceMessage#id unless synthesized when presence messages are not synthesized (events sent from clients) compares based on timestamp if either has a connectionId not part of the presence message id (#RTP2b2)" file="./spec/acceptance/realtime/presence_spec.rb" time="11.002089"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #members map / PresenceMap (#RTP2) newness is compared based on PresenceMessage#id unless synthesized when presence messages are synthesized compares based on timestamp if either has a connectionId not part of the presence message id (#RTP2b1)" file="./spec/acceptance/realtime/presence_spec.rb" time="10.617916"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #members map / PresenceMap (#RTP2) the map is based on the member_key (connection_id &amp; client_id) ensures uniqueness from this member_key (#RTP2a)" file="./spec/acceptance/realtime/presence_spec.rb" time="0.935002"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #members map / PresenceMap (#RTP2) before server sync complete behaves like an Enumerable allowing direct access to current members" file="./spec/acceptance/realtime/presence_spec.rb" time="0.153305"></testcase>
<testcase classname="spec.acceptance.realtime.presence_spec" name="Ably::Realtime::Presence using JSON protocol #members map / PresenceMap (#RTP2) once server sync is complete behaves like an Enumerable allowing direct access to current members" file="./spec/acceptance/realtime/presence_spec.rb" time="0.799451"></testcase>
<testcase classname="spec.acceptance.realtime.time_spec" name="Ably::Realtime::Client#time using JSON protocol fetching the service time returns a SafeDeferrable that catches exceptions in callbacks and logs them" file="./spec/acceptance/realtime/time_spec.rb" time="0.153439"></testcase>
<testcase classname="spec.acceptance.realtime.time_spec" name="Ably::Realtime::Client#time using JSON protocol fetching the service time should return the service time as a Time object" file="./spec/acceptance/realtime/time_spec.rb" time="0.182624"></testcase>
<testcase classname="spec.acceptance.realtime.time_spec" name="Ably::Realtime::Client#time using JSON protocol fetching the service time with reconfigured HTTP timeout should raise a timeout exception" file="./spec/acceptance/realtime/time_spec.rb" time="0.235260"></testcase>
<testcase classname="spec.acceptance.realtime.channels_spec" name="Ably::Realtime::Channels using JSON protocol using #get method on client#channels behaves like a channel returns channel object and passes the provided options" file="./spec/acceptance/realtime/channels_spec.rb" time="0.153681"></testcase>
<testcase classname="spec.acceptance.realtime.channels_spec" name="Ably::Realtime::Channels using JSON protocol using #get method on client#channels behaves like a channel returns a channel object" file="./spec/acceptance/realtime/channels_spec.rb" time="0.153158"></testcase>
<testcase classname="spec.acceptance.realtime.channels_spec" name="Ably::Realtime::Channels using JSON protocol accessing an existing channel object with different options overrides the existing channel options and returns the channel object" file="./spec/acceptance/realtime/channels_spec.rb" time="0.154964"></testcase>
<testcase classname="spec.acceptance.realtime.channels_spec" name="Ably::Realtime::Channels using JSON protocol accessing an existing channel object with different options shows deprecation warning" file="./spec/acceptance/realtime/channels_spec.rb" time="0.153635"></testcase>
<testcase classname="spec.acceptance.realtime.channels_spec" name="Ably::Realtime::Channels using JSON protocol accessing an existing channel object without specifying any channel options returns the existing channel without modifying the channel options" file="./spec/acceptance/realtime/channels_spec.rb" time="0.153616"></testcase>
<testcase classname="spec.acceptance.realtime.channels_spec" name="Ably::Realtime::Channels using JSON protocol when channel supposed to trigger reattachment per RTL16a (#RTS3c1) will raise an error" file="./spec/acceptance/realtime/channels_spec.rb" time="0.297523"></testcase>
<testcase classname="spec.acceptance.realtime.channels_spec" name="Ably::Realtime::Channels using JSON protocol when channel supposed to trigger reattachment per RTL16a (#RTS3c1) params keys are the same but values are different will raise an error" file="./spec/acceptance/realtime/channels_spec.rb" time="0.308556"></testcase>
<testcase classname="spec.acceptance.realtime.channels_spec" name="Ably::Realtime::Channels using JSON protocol using shortcut method #channel on the client object behaves like a channel returns a channel object" file="./spec/acceptance/realtime/channels_spec.rb" time="0.153384"></testcase>
<testcase classname="spec.acceptance.realtime.channels_spec" name="Ably::Realtime::Channels using JSON protocol using shortcut method #channel on the client object behaves like a channel returns channel object and passes the provided options" file="./spec/acceptance/realtime/channels_spec.rb" time="0.153660"></testcase>
<testcase classname="spec.acceptance.realtime.channels_spec" name="Ably::Realtime::Channels using JSON protocol using undocumented array accessor [] method on client#channels behaves like a channel returns channel object and passes the provided options" file="./spec/acceptance/realtime/channels_spec.rb" time="0.153271"></testcase>
<testcase classname="spec.acceptance.realtime.channels_spec" name="Ably::Realtime::Channels using JSON protocol using undocumented array accessor [] method on client#channels behaves like a channel returns a channel object" file="./spec/acceptance/realtime/channels_spec.rb" time="0.154712"></testcase>
<testcase classname="spec.acceptance.realtime.stats_spec" name="Ably::Realtime::Client#stats using JSON protocol fetching stats returns a SafeDeferrable that catches exceptions in callbacks and logs them" file="./spec/acceptance/realtime/stats_spec.rb" time="0.163368"></testcase>
<testcase classname="spec.acceptance.realtime.stats_spec" name="Ably::Realtime::Client#stats using JSON protocol fetching stats returns a PaginatedResult" file="./spec/acceptance/realtime/stats_spec.rb" time="0.575027"></testcase>
<testcase classname="spec.acceptance.realtime.stats_spec" name="Ably::Realtime::Client#stats using JSON protocol fetching stats with options passes the option arguments to the REST stat method" file="./spec/acceptance/realtime/stats_spec.rb" time="0.154453"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats returns a PaginatedResult object" file="./spec/acceptance/rest/stats_spec.rb" time="0.572329"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :end set to last interval, :limit set to 1 and direction :backwards returns 3 pages of stats" file="./spec/acceptance/rest/stats_spec.rb" time="1.058781"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :end set to last interval, :limit set to 1 and direction :backwards returns the 3rd interval stats first as stats are provided backwards from :end" file="./spec/acceptance/rest/stats_spec.rb" time="0.507185"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :start set to first interval, :limit set to 1 and direction :forwards returns 3 pages of stats" file="./spec/acceptance/rest/stats_spec.rb" time="0.994504"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :start set to first interval, :limit set to 1 and direction :forwards returns the first interval stats as stats are provided forwards from :start" file="./spec/acceptance/rest/stats_spec.rb" time="0.278880"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :end set to last interval and :limit set to 3 to ensure only last years stats are included the REST API defaults to direction :backwards" file="./spec/acceptance/rest/stats_spec.rb" time="0.230295"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :end set to previous year interval the REST API defaults to 100 items for pagination" file="./spec/acceptance/rest/stats_spec.rb" time="0.517702"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with no options uses the minute interval by default" file="./spec/acceptance/rest/stats_spec.rb" time="0.301171"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns channels all data" file="./spec/acceptance/rest/stats_spec.rb" time="0.250821"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns api_requests data" file="./spec/acceptance/rest/stats_spec.rb" time="0.241761"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns stat objects with #interval_id matching :start" file="./spec/acceptance/rest/stats_spec.rb" time="0.247199"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns token_requests data" file="./spec/acceptance/rest/stats_spec.rb" time="0.194612"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns stat objects with #interval_granularity equal to :minute" file="./spec/acceptance/rest/stats_spec.rb" time="0.247003"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns connections all data" file="./spec/acceptance/rest/stats_spec.rb" time="0.256231"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns inbound realtime message data" file="./spec/acceptance/rest/stats_spec.rb" time="0.240240"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns outbound realtime all data" file="./spec/acceptance/rest/stats_spec.rb" time="0.283315"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns persisted presence all data" file="./spec/acceptance/rest/stats_spec.rb" time="0.202999"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns inbound realtime all data" file="./spec/acceptance/rest/stats_spec.rb" time="0.237089"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns all aggregated message data" file="./spec/acceptance/rest/stats_spec.rb" time="0.269669"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 retrieves only one stat" file="./spec/acceptance/rest/stats_spec.rb" time="0.273459"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns zero value for any missing metrics" file="./spec/acceptance/rest/stats_spec.rb" time="0.343110"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by minute with :from set to last interval and :limit set to 1 returns stat objects with #interval_time matching :start Time" file="./spec/acceptance/rest/stats_spec.rb" time="0.235844"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats when argument start is after end should raise an exception" file="./spec/acceptance/rest/stats_spec.rb" time="0.001190"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by day should aggregate the stats for that period" file="./spec/acceptance/rest/stats_spec.rb" time="0.153475"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by hour should aggregate the stats for that period" file="./spec/acceptance/rest/stats_spec.rb" time="0.147895"></testcase>
<testcase classname="spec.acceptance.rest.stats_spec" name="Ably::Rest::Client#stats using JSON protocol fetching application stats by month should aggregate the stats for that period" file="./spec/acceptance/rest/stats_spec.rb" time="0.106338"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol fallback host feature with production environment when the Internet is up and default options uses the primary host when suspended, and then every fallback host and the primary host again on every subsequent suspended attempt" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="3.007366"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol fallback host feature with production environment when the Internet is up and default options uses the correct host name for the WebSocket requests to the fallback hosts" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="3.002584"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol fallback host feature with production environment when the Internet is up and default options uses a fallback host + the original host once on every subsequent disconnected attempt until suspended" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="2.186323"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol fallback host feature with production environment when the Internet is up :fallback_hosts array is provided uses a fallback host on every subsequent disconnected attempt until suspended (#RTN17b, #TO3k6)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="3.204603"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol fallback host feature with production environment when the Internet is up :fallback_hosts array is provided by an empty array uses a fallback host on every subsequent disconnected attempt until suspended (#RTN17b, #TO3k6)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="3.198033"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol fallback host feature with production environment when the Internet is down never uses a fallback host" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.970027"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol fallback host feature with custom realtime websocket host option never uses a fallback host" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.966045"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol fallback host feature with non-production environment :fallback_hosts_use_default is unset uses fallback hosts by default" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="8.206904"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol fallback host feature with non-production environment :fallback_hosts array is provided uses a fallback host on every subsequent disconnected attempt until suspended (#RTN17b, #TO3k6)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="4.259039"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol fallback host feature with non-production environment :fallback_hosts_use_default is true uses a fallback host on every subsequent disconnected attempt until suspended (#RTN17b, #TO3k7)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="4.301388"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol fallback host feature with non-production environment :fallback_hosts_use_default is true does not use a fallback host if the connection connects on the default host and then later becomes disconnected" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="6.488785"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol fallback host feature with custom realtime websocket port option never uses a fallback host" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.965396"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when DISCONNECTED ProtocolMessage received from the server reconnects automatically and immediately (#RTN15a)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.313242"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when DISCONNECTED ProtocolMessage received from the server connection state freshness is monitored resumes connections when disconnected within the connection_state_ttl period (#RTN15g)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.307149"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when DISCONNECTED ProtocolMessage received from the server connection state freshness is monitored when connection_state_ttl period has passed since being disconnected clears the local connection state and uses a new connection when the connection_state_ttl period has passed (#RTN15g)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="4.928293"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when DISCONNECTED ProtocolMessage received from the server connection state freshness is monitored when connection_state_ttl period has passed since last activity on the connection still reattaches the channels automatically following a new connection being established (#RTN15g2)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.776015"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when DISCONNECTED ProtocolMessage received from the server connection state freshness is monitored when connection_state_ttl period has passed since last activity on the connection clears the local connection state and uses a new connection when the connection_state_ttl + max_idle_interval period has passed since last activity (#RTN15g1, #RTN15g2)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.322443"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when DISCONNECTED ProtocolMessage received from the server connection state freshness is monitored when connection_state_ttl period has passed since last activity on the connection does not clear the local connection state when the connection_state_ttl period has passed since last activity, but the idle timeout has not passed (#RTN15g1, #RTN15g2)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.306516"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when DISCONNECTED ProtocolMessage received from the server and subsequently fails to reconnect retries every 15 seconds" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="1.741480"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when DISCONNECTED ProtocolMessage received from the server when protocolMessage contains token error library does not have a means to renew the token (#RTN15h1) moves connection state to failed" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.576539"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when DISCONNECTED ProtocolMessage received from the server when protocolMessage contains token error library have a means to renew the token (#RTN15h2) attempts to reconnect" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.278635"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when websocket transport is abruptly disconnected reconnects automatically" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.321460"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when websocket transport is abruptly disconnected hosts used reconnects with the default host" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.325411"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when failing to resume as the DISCONNECTED window to resume has passed starts a new connection automatically and does not try and resume" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.295901"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when failing to resume because the connection_key is not or no longer valid sets the error reason on each channel" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.688856"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when failing to resume because the connection_key is not or no longer valid updates the connection_id and connection_key" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.325380"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when failing to resume because the connection_key is not or no longer valid issue a reattach for all attached channels and fail all message awaiting an ACK (#RTN15c3)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.768378"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when failing to resume because the connection_key is not or no longer valid issue a attach for all suspended channels (#RTN15c3)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.408662"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when failing to resume because the connection_key is not or no longer valid issue a reattach for all attaching channels and fail all queued messages (#RTN15c3)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.359534"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when failing to resume because the connection_key is not or no longer valid continues to use the client_msg_serial (#RTN15c3)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.871214"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when an ERROR protocol message is received whilst connected with no error code indicating an error other than a token failure (#RTN14g, #RTN15i) causes the connection to fail" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.246554"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when an ERROR protocol message is received whilst connected with an error code indicating an error other than a token failure (#RTN14g, #RTN15i) causes the connection to fail" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.232406"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when an ERROR protocol message is received whilst connected with a token error code in the range 40140 &lt;= code &lt; 40150 (#RTN14b) triggers a re-authentication" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.373103"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when an ERROR protocol message is received whilst connecting with an error code indicating an error other than a token failure (#RTN14g, #RTN15i) causes the connection to fail" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.154132"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when an ERROR protocol message is received whilst connecting with no error code indicating an error other than a token failure (#RTN14g, #RTN15i) causes the connection to fail" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.153879"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume when an ERROR protocol message is received whilst connecting with a token error code in the range 40140 &lt;= code &lt; 40150 (#RTN14b) triggers a re-authentication" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.268435"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume after successfully reconnecting and resuming retains channel subscription state" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.614246"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume after successfully reconnecting and resuming retains connection_id and updates the connection_key (#RTN15e, #RTN16d)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.312363"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume after successfully reconnecting and resuming includes the error received in the connection state change from Ably but leaves the channels attached" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.847027"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume after successfully reconnecting and resuming retains the client_msg_serial (#RTN15c2, #RTN15c3)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.886050"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume after successfully reconnecting and resuming when messages were published whilst the client was disconnected receives the messages published whilst offline" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="2.633064"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume whilst resuming with a token error code in the region 40140 &lt;= code &lt; 40150 (RTN15c5) triggers a re-authentication and then resumes the connection" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="5.597613"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol connection resume with any other error (#RTN15c4) moves the connection to the failed state" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.880704"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol authentication failure when API key is invalid with invalid key name part of the key enters the failed state and returns an authorization error" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.765815"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol authentication failure when API key is invalid with invalid app part of the key enters the failed state and returns a not found error" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.638007"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol authentication failure with auth_url existing CONNECTED connection authorize request failure leaves connection in existing condition the connection remains in the CONNECTED state and authorize fails (#RSA4c, #RSA4c1, #RSA4c3)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="1.595193"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol authentication failure with auth_url opening a new connection request fails due to slow response and subsequent timeout the connection moves to the disconnected state and tries again, returning again to the disconnected state (#RSA4c, #RSA4c1, #RSA4c2)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="21.680887"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol authentication failure with auth_url opening a new connection request fails once due to slow response but succeeds the second time the connection moves to the disconnected state and tries again, returning again to the disconnected state (#RSA4c, #RSA4c1, #RSA4c2)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="10.440237"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol authentication failure with auth_url opening a new connection request fails due to invalid content the connection moves to the disconnected state and tries again, returning again to the disconnected state (#RSA4c, #RSA4c1, #RSA4c2)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="2.163001"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol authentication failure with auth_url opening a new connection request fails due to network failure the connection moves to the disconnected state and tries again, returning again to the disconnected state (#RSA4c, #RSA4c1, #RSA4c2)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="2.276821"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol authentication failure with auth_callback opening a new connection when callback fails due to an exception the connection moves to the disconnected state and tries again, returning again to the disconnected state (#RSA4c, #RSA4c1, #RSA4c2)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="2.158969"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol authentication failure with auth_callback opening a new connection existing CONNECTED connection when callback fails due to the request taking longer than realtime_request_timeout the authorization request fails as configured in the realtime_request_timeout (#RSA4c, #RSA4c1, #RSA4c3)" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="4.101367"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry #connect connection opening times out attempts to reconnect" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="1.669968"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry #connect connection opening times out when retry intervals are stubbed to attempt reconnection quickly never calls the provided success block" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.949884"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry with invalid WebSocket host when connection state is :suspended stays in the suspended state after any number of reconnection attempts" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="3.853843"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry with invalid WebSocket host when connection state is :suspended #close transitions connection state to :closed" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.803431"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry with invalid WebSocket host when connection state is :suspended for the first time waits suspended_retry_timeout before attempting to reconnect" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="4.354920"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry with invalid WebSocket host when disconnected enters the suspended state after multiple attempts to connect" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.806151"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry with invalid WebSocket host when disconnected #close transitions connection state to :closed" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.161766"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry with invalid WebSocket host when disconnected for the first time reattempts connection immediately and then waits disconnected_retry_timeout for a subsequent attempt" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="2.191535"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry with invalid WebSocket host #error_reason is reset to nil when :connected" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.285552"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry with invalid WebSocket host #error_reason contains the error when state is failed" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.809951"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry with invalid WebSocket host #error_reason is reset to nil when :closed" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.162866"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry with invalid WebSocket host #error_reason contains the error when state is disconnected" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.020001"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry with invalid WebSocket host #error_reason contains the error when state is suspended" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.798297"></testcase>
<testcase classname="spec.acceptance.realtime.connection_failures_spec" name="Ably::Realtime::Connection failures using JSON protocol automatic connection retry with invalid WebSocket host when connection state is :failed #close will not transition state to :close and fails with an InvalidStateChange exception" file="./spec/acceptance/realtime/connection_failures_spec.rb" time="0.798842"></testcase>
<testcase classname="spec.acceptance.rest.base_spec" name="Ably::Rest using JSON protocol token authentication failures when NOT auth#token_renewable? should raise an TokenExpired exception" file="./spec/acceptance/rest/base_spec.rb" time="0.006110"></testcase>
<testcase classname="spec.acceptance.rest.base_spec" name="Ably::Rest using JSON protocol token authentication failures when auth#token_renewable? should automatically reissue a token" file="./spec/acceptance/rest/base_spec.rb" time="0.009199"></testcase>
<testcase classname="spec.acceptance.rest.base_spec" name="Ably::Rest using JSON protocol failed requests due to invalid Auth should raise an InvalidRequest exception with a valid error message and code" file="./spec/acceptance/rest/base_spec.rb" time="0.411116"></testcase>
<testcase classname="spec.acceptance.rest.base_spec" name="Ably::Rest using JSON protocol failed requests 500 server error without a valid JSON response body should raise a ServerError exception" file="./spec/acceptance/rest/base_spec.rb" time="0.009442"></testcase>
<testcase classname="spec.acceptance.rest.base_spec" name="Ably::Rest using JSON protocol failed requests server error with JSON error response body should raise a ServerError exception" file="./spec/acceptance/rest/base_spec.rb" time="0.011847"></testcase>
<testcase classname="spec.acceptance.rest.base_spec" name="Ably::Rest transport protocol when protocol is not defined it defaults to :msgpack uses MsgPack" file="./spec/acceptance/rest/base_spec.rb" time="0.003042"></testcase>
<testcase classname="spec.acceptance.rest.base_spec" name="Ably::Rest transport protocol when option {:protocol=&gt;:msgpack} is used uses MsgPack" file="./spec/acceptance/rest/base_spec.rb" time="0.002784"></testcase>
<testcase classname="spec.acceptance.rest.base_spec" name="Ably::Rest transport protocol when option {:use_binary_protocol=&gt;false} is used uses JSON" file="./spec/acceptance/rest/base_spec.rb" time="0.002466"></testcase>
<testcase classname="spec.acceptance.rest.base_spec" name="Ably::Rest transport protocol when option {:use_binary_protocol=&gt;true} is used uses MsgPack" file="./spec/acceptance/rest/base_spec.rb" time="0.002482"></testcase>
<testcase classname="spec.acceptance.rest.base_spec" name="Ably::Rest transport protocol when option {:protocol=&gt;:json} is used uses JSON" file="./spec/acceptance/rest/base_spec.rb" time="0.002589"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #device_registrations #save saves the new DeviceDetails Hash object" file="./spec/acceptance/realtime/push_admin_spec.rb" time="2.868215"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #device_registrations #save with a failed request fails if data is invalid" file="./spec/acceptance/realtime/push_admin_spec.rb" time="0.698778"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #device_registrations #remove_where removes all matching device registrations by client_id" file="./spec/acceptance/realtime/push_admin_spec.rb" time="3.315085"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #device_registrations without permissions raises a permissions not authorized exception" file="./spec/acceptance/realtime/push_admin_spec.rb" time="0.160407"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #device_registrations #remove removes the provided device id string" file="./spec/acceptance/realtime/push_admin_spec.rb" time="3.821921"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #device_registrations #get returns a DeviceDetails object if a device ID string is provided" file="./spec/acceptance/realtime/push_admin_spec.rb" time="2.925494"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #device_registrations #get with a failed request raises a ResourceMissing exception if device ID does not exist" file="./spec/acceptance/realtime/push_admin_spec.rb" time="3.005120"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #device_registrations #list raises an exception if params are invalid" file="./spec/acceptance/realtime/push_admin_spec.rb" time="3.234983"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #device_registrations #list supports paging" file="./spec/acceptance/realtime/push_admin_spec.rb" time="3.254530"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #device_registrations #list returns a PaginatedResult object containing DeviceDetails objects" file="./spec/acceptance/realtime/push_admin_spec.rb" time="2.793587"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #channel_subscriptions #remove succeeds even if there is no match" file="./spec/acceptance/realtime/push_admin_spec.rb" time="5.258167"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #channel_subscriptions #remove removes match for Hash object by channel and client_id" file="./spec/acceptance/realtime/push_admin_spec.rb" time="5.605934"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #channel_subscriptions #save raises an exception for invalid params" file="./spec/acceptance/realtime/push_admin_spec.rb" time="2.667720"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #channel_subscriptions #save saves the new client_id PushChannelSubscription Hash object" file="./spec/acceptance/realtime/push_admin_spec.rb" time="4.113120"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #channel_subscriptions #save failed requests fails for invalid requests" file="./spec/acceptance/realtime/push_admin_spec.rb" time="3.056907"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #channel_subscriptions #list returns a PaginatedResult object containing DeviceDetails objects" file="./spec/acceptance/realtime/push_admin_spec.rb" time="4.221699"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #channel_subscriptions #list supports paging" file="./spec/acceptance/realtime/push_admin_spec.rb" time="4.268649"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #channel_subscriptions #list raises an exception if none of the required filters are provided" file="./spec/acceptance/realtime/push_admin_spec.rb" time="3.895590"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #channel_subscriptions #list_channels returns a PaginatedResult object containing String objects" file="./spec/acceptance/realtime/push_admin_spec.rb" time="5.888109"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #channel_subscriptions #remove_where removes matching client_ids" file="./spec/acceptance/realtime/push_admin_spec.rb" time="5.541787"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #channel_subscriptions #remove_where succeeds on no match" file="./spec/acceptance/realtime/push_admin_spec.rb" time="4.889915"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #channel_subscriptions #remove_where failed requests device_id and client_id filters in the same request are not supported" file="./spec/acceptance/realtime/push_admin_spec.rb" time="4.091140"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #publish accepts valid push data and recipient" file="./spec/acceptance/realtime/push_admin_spec.rb" time="0.038475"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #publish returns a SafeDeferrable that catches exceptions in callbacks and logs them" file="./spec/acceptance/realtime/push_admin_spec.rb" time="0.037809"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #publish invalid recipient raises an error after receiving a 40x realtime response" file="./spec/acceptance/realtime/push_admin_spec.rb" time="0.106671"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #publish invalid push data raises an error after receiving a 40x realtime response" file="./spec/acceptance/realtime/push_admin_spec.rb" time="0.034936"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #publish recipient variable case is converted to snakeCase" file="./spec/acceptance/realtime/push_admin_spec.rb" time="0.005430"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #publish using test environment channel recipient (#RSH1a) triggers a push notification" file="./spec/acceptance/realtime/push_admin_spec.rb" time="0.645699"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #publish invalid arguments raises an exception with a empty recipient" file="./spec/acceptance/realtime/push_admin_spec.rb" time="0.001404"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #publish invalid arguments raises an exception with a nil recipient" file="./spec/acceptance/realtime/push_admin_spec.rb" time="0.001138"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #publish invalid arguments raises an exception with a empty recipient" file="./spec/acceptance/realtime/push_admin_spec.rb" time="0.000958"></testcase>
<testcase classname="spec.acceptance.realtime.push_admin_spec" name="Ably::Realtime::Push::Admin using JSON protocol #publish invalid arguments raises an exception with a nil recipient" file="./spec/acceptance/realtime/push_admin_spec.rb" time="0.001139"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #auth provides access to the Realtime::Auth object" file="./spec/acceptance/realtime/client_spec.rb" time="0.152505"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #publish (#TBC) publishing supports an array of Hash objects" file="./spec/acceptance/realtime/client_spec.rb" time="0.977104"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #publish (#TBC) publishing a message implicity connects and publishes the message successfully on the provided channel" file="./spec/acceptance/realtime/client_spec.rb" time="0.912477"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #publish (#TBC) publishing supports an array of Message objects" file="./spec/acceptance/realtime/client_spec.rb" time="0.511401"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #publish (#TBC) publishing on a closed connection fails" file="./spec/acceptance/realtime/client_spec.rb" time="0.282948"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #publish (#TBC) publishing does not result in a channel being created" file="./spec/acceptance/realtime/client_spec.rb" time="1.155323"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #publish (#TBC) with extras publishing supports extras" file="./spec/acceptance/realtime/client_spec.rb" time="0.551132"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #publish (#TBC) with more than allowed messages in a single publish rejects the publish" file="./spec/acceptance/realtime/client_spec.rb" time="0.157171"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #publish (#TBC) queue_messages ClientOption when true will queue messages whilst connecting and publish once connected" file="./spec/acceptance/realtime/client_spec.rb" time="0.522676"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #publish (#TBC) queue_messages ClientOption when false will reject messages on an initializing connection" file="./spec/acceptance/realtime/client_spec.rb" time="0.402290"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #connection provides access to the Connection object" file="./spec/acceptance/realtime/client_spec.rb" time="0.154124"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #request (#RSC19*) put supports put" file="./spec/acceptance/realtime/client_spec.rb" time="0.157425"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #request (#RSC19*) post supports post" file="./spec/acceptance/realtime/client_spec.rb" time="0.156755"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #request (#RSC19*) get returns an HttpPaginatedResponse object" file="./spec/acceptance/realtime/client_spec.rb" time="0.186680"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #request (#RSC19*) get 404 request to invalid URL returns an object with 404 status code and error message" file="./spec/acceptance/realtime/client_spec.rb" time="0.187143"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #request (#RSC19*) get paged results provides paging" file="./spec/acceptance/realtime/client_spec.rb" time="1.031671"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #request (#RSC19*) delete supports delete" file="./spec/acceptance/realtime/client_spec.rb" time="0.161274"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #request (#RSC19*) patch supports patch" file="./spec/acceptance/realtime/client_spec.rb" time="0.158448"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol #channels provides access to the Channels collection object" file="./spec/acceptance/realtime/client_spec.rb" time="0.153063"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization realtime connection settings defaults disconnected_retry_timeout is 15s" file="./spec/acceptance/realtime/client_spec.rb" time="0.153140"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization realtime connection settings defaults suspended_retry_timeout is 30s" file="./spec/acceptance/realtime/client_spec.rb" time="0.154464"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization realtime connection settings overriden in ClientOptions suspended_retry_timeout is updated" file="./spec/acceptance/realtime/client_spec.rb" time="0.152987"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization realtime connection settings overriden in ClientOptions disconnected_retry_timeout is updated" file="./spec/acceptance/realtime/client_spec.rb" time="0.153245"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization basic auth is enabled by default with a provided :key option" file="./spec/acceptance/realtime/client_spec.rb" time="0.247513"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization basic auth with an invalid API key logs an entry with a help href url matching the code #TI5" file="./spec/acceptance/realtime/client_spec.rb" time="0.435204"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization basic auth :tls option set to false to force a plain-text connection fails to connect because a private key cannot be sent over a non-secure connection" file="./spec/acceptance/realtime/client_spec.rb" time="0.152291"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization token auth with TLS enabled with valid :key and :use_token_auth option set to true automatically authorizes on connect and generates a token" file="./spec/acceptance/realtime/client_spec.rb" time="0.269518"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization token auth with TLS enabled and a pre-generated Token provided with the :token option connects using token auth" file="./spec/acceptance/realtime/client_spec.rb" time="0.439383"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization token auth with an invalid wildcard &quot;*&quot; :client_id raises an exception" file="./spec/acceptance/realtime/client_spec.rb" time="0.001049"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization token auth with TLS disabled with valid :key and :use_token_auth option set to true automatically authorizes on connect and generates a token" file="./spec/acceptance/realtime/client_spec.rb" time="0.259486"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization token auth with TLS disabled and a pre-generated Token provided with the :token option connects using token auth" file="./spec/acceptance/realtime/client_spec.rb" time="0.428678"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization token auth with a Proc for the :auth_callback option calls the Proc" file="./spec/acceptance/realtime/client_spec.rb" time="0.261839"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization token auth with a Proc for the :auth_callback option uses the token request returned from the callback when requesting a new token" file="./spec/acceptance/realtime/client_spec.rb" time="0.277520"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization token auth with a Proc for the :auth_callback option with a wildcard client_id token  and an explicit client_id in ClientOptions allows uses the explicit client_id in the connection" file="./spec/acceptance/realtime/client_spec.rb" time="0.766920"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization token auth with a Proc for the :auth_callback option with a wildcard client_id token  and client_id omitted in ClientOptions uses the token provided clientId in the connection" file="./spec/acceptance/realtime/client_spec.rb" time="0.773938"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization token auth with a Proc for the :auth_callback option when the returned token has a client_id sets Auth#client_id to the new token&apos;s client_id immediately when connecting" file="./spec/acceptance/realtime/client_spec.rb" time="0.273879"></testcase>
<testcase classname="spec.acceptance.realtime.client_spec" name="Ably::Realtime::Client using JSON protocol initialization token auth with a Proc for the :auth_callback option when the returned token has a client_id sets Client#client_id to the new token&apos;s client_id immediately when connecting" file="./spec/acceptance/realtime/client_spec.rb" time="0.261628"></testcase>
</testsuite>
