<testsuites tests="907" failures="1">
    <testsuite name="Ably-iOS-Tests" tests="907" failures="1" skipped="0" time="1914.1503630876541">
        <testcase classname="ARTArchiveTests" name="test_art_unarchivedObjectOfClass_for_state_machine_states" time="0.012187004089355469">
        </testcase>
        <testcase classname="ARTDefaultTests" name="testVersions()" time="0.0019239187240600586">
        </testcase>
        <testcase classname="AuthTests" name="test__001__should_not_force_token_auth_when_clientId_is_set()" time="1.3621269464492798">
        </testcase>
        <testcase classname="AuthTests" name="test__002__should_accept_authURL_response_with_timestamp_argument_as_string()" time="14.429818034172058">
        </testcase>
        <testcase classname="AuthTests" name="test__003__Basic__should_work_over_HTTPS_only()" time="0.0015000104904174805">
        </testcase>
        <testcase classname="AuthTests" name="test__004__Basic__should_send_the_API_key_in_the_Authorization_header()" time="0.20001602172851562">
        </testcase>
        <testcase classname="AuthTests" name="test__005__Basic__should_be_default_when_an_API_key_is_set()" time="0.0009629726409912109">
        </testcase>
        <testcase classname="AuthTests" name="test__006__Token__TTL_should_default_to_be_omitted()" time="0.0004950761795043945">
        </testcase>
        <testcase classname="AuthTests" name="test__007__Token__should_URL_query_be_correctly_encoded()" time="0.0032799243927001953">
        </testcase>
        <testcase classname="AuthTests" name="test__008__Token__should_omit_capability_field_if_it_is_not_specified()" time="0.20964288711547852">
        </testcase>
        <testcase classname="AuthTests" name="test__009__Token__should_add_capability_field_if_the_user_specifies_it()" time="0.20431995391845703">
        </testcase>
        <testcase classname="AuthTests" name="test__010__Token__token_auth__should_work_over_HTTP()" time="0.38053393363952637">
        </testcase>
        <testcase classname="AuthTests" name="test__011__Token__token_auth__should_work_over_HTTPS()" time="0.7001199722290039">
        </testcase>
        <testcase classname="AuthTests" name="test__012__Token__token_auth__for_REST_requests__should_send_the_token_in_the_Authorization_header()" time="0.4071969985961914">
        </testcase>
        <testcase classname="AuthTests" name="test__013__Token__token_auth__for_Realtime_connections__should_send_the_token_in_the_querystring_as_a_param_named_accessToken()" time="0.18538904190063477">
        </testcase>
        <testcase classname="AuthTests" name="test__014__Token__authentication_method__should_be_default_auth_method_when_options__useTokenAuth_is_set()" time="0.0006279945373535156">
        </testcase>
        <testcase classname="AuthTests" name="test__015__Token__authentication_method__should_be_default_auth_method_when_options__authUrl_is_set()" time="0.0005649328231811523">
        </testcase>
        <testcase classname="AuthTests" name="test__016__Token__authentication_method__should_be_default_auth_method_when_options__authCallback_is_set()" time="0.004539966583251953">
        </testcase>
        <testcase classname="AuthTests" name="test__017__Token__authentication_method__should_be_default_auth_method_when_options__tokenDetails_is_set()" time="0.0006279945373535156">
        </testcase>
        <testcase classname="AuthTests" name="test__018__Token__authentication_method__should_be_default_auth_method_when_options__token_is_set()" time="0.0005680322647094727">
        </testcase>
        <testcase classname="AuthTests" name="test__019__Token__authentication_method__should_be_default_auth_method_when_options__key_is_set()" time="0.005342006683349609">
        </testcase>
        <testcase classname="AuthTests" name="test__020__Token__authentication_method__should_indicate_an_error_and_not_retry_the_request_when_the_server_responds_with_a_token_error_and_there_is_no_way_to_renew_the_token()" time="0.2611720561981201">
        </testcase>
        <testcase classname="AuthTests" name="test__021__Token__authentication_method__should_transition_the_connection_to_the_FAILED_state_when_the_server_responds_with_a_token_error_and_there_is_no_way_to_renew_the_token()" time="0.8265460729598999">
        </testcase>
        <testcase classname="AuthTests" name="test__022__Token__authentication_method__on_token_error__reissues_token_and_retries_REST_requests()" time="0.7734220027923584">
        </testcase>
        <testcase classname="AuthTests" name="test__023__Token__authentication_method__in_REST__if_the_token_creation_failed_or_the_subsequent_request_with_the_new_token_failed_due_to_a_token_error__then_the_request_should_result_in_an_error()" time="0.0021380186080932617">
        </testcase>
        <testcase classname="AuthTests" name="test__024__Token__authentication_method__in_Realtime__if_the_token_creation_failed_then_the_connection_should_move_to_the_DISCONNECTED_state_and_reports_the_error()" time="0.0034639835357666016">
        </testcase>
        <testcase classname="AuthTests" name="test__025__Token__authentication_method__in_Realtime__if_the_connection_fails_due_to_a_terminal_token_error__then_the_connection_should_move_to_the_FAILED_state_and_reports_the_error()" time="0.5549169778823853">
        </testcase>
        <testcase classname="AuthTests" name="test__026__Token__authentication_method__if_a_request_by_a_realtime_client_to_an_authUrl_results_in_an_HTTP_403_the_client_library_should_transition_to_the_FAILED_state()" time="0.47889602184295654">
        </testcase>
        <testcase classname="AuthTests" name="test__027__Token__authentication_method__if_an_authCallback_results_in_an_HTTP_403_the_client_library_should_transition_to_the_FAILED_state()" time="0.0029479265213012695">
        </testcase>
        <testcase classname="AuthTests" name="test__028__Token__authentication_method__local_token_validity_check__should_be_done_if_queryTime_is_true_and_local_time_is_in_sync_with_server()" time="5.80293607711792">
        </testcase>
        <testcase classname="AuthTests" name="test__029__Token__authentication_method__local_token_validity_check__should_NOT_be_done_if_queryTime_is_false_and_local_time_is_NOT_in_sync_with_server()" time="5.928781032562256">
        </testcase>
        <testcase classname="AuthTests" name="test__030__Token__options__should_stop_client_when_useTokenAuth_and_no_key_occurs()" time="0.0009529590606689453">
        </testcase>
        <testcase classname="AuthTests" name="test__031__Token__options__should_stop_client_when_authCallback_and_authUrl_occurs()" time="0.0007230043411254883">
        </testcase>
        <testcase classname="AuthTests" name="test__032__Token__options__if_an_attempt_by_the_realtime_client_library_to_authenticate_is_made_using_the_authUrl_or_authCallback__the_request_to_authUrl_fails__if_the_connection_is_CONNECTING__then_the_connection_attempt_should_be_treated_as_unsuccessful()" time="0.3093440532684326">
        </testcase>
        <testcase classname="AuthTests" name="test__033__Token__options__if_an_attempt_by_the_realtime_client_library_to_authenticate_is_made_using_the_authUrl_or_authCallback__the_request_to_authUrl_fails__if_the_connection_is_CONNECTED__then_the_connection_should_remain_CONNECTED()" time="0.9496610164642334">
        </testcase>
        <testcase classname="AuthTests" name="test__034__Token__options__if_an_attempt_by_the_realtime_client_library_to_authenticate_is_made_using_the_authUrl_or_authCallback__the_request_to_authCallback_fails__if_the_connection_is_CONNECTING__then_the_connection_attempt_should_be_treated_as_unsuccessful()" time="0.002169013023376465">
        </testcase>
        <testcase classname="AuthTests" name="test__035__Token__options__if_an_attempt_by_the_realtime_client_library_to_authenticate_is_made_using_the_authUrl_or_authCallback__the_request_to_authCallback_fails__if_the_connection_is_CONNECTED__then_the_connection_should_remain_CONNECTED()" time="0.4250209331512451">
        </testcase>
        <testcase classname="AuthTests" name="test__036__Token__options__if_an_attempt_by_the_realtime_client_library_to_authenticate_is_made_using_the_authUrl_or_authCallback__the_provided_token_is_in_an_invalid_format__if_the_connection_is_CONNECTING__then_the_connection_attempt_should_be_treated_as_unsuccessful()" time="0.3112529516220093">
        </testcase>
        <testcase classname="AuthTests" name="test__037__Token__options__if_an_attempt_by_the_realtime_client_library_to_authenticate_is_made_using_the_authUrl_or_authCallback__the_provided_token_is_in_an_invalid_format__if_the_connection_is_CONNECTED__then_the_connection_should_remain_CONNECTED()" time="0.9870669841766357">
        </testcase>
        <testcase classname="AuthTests" name="test__038__Token__options__if_an_attempt_by_the_realtime_client_library_to_authenticate_is_made_using_the_authUrl_or_authCallback__the_attempt_times_out_after_realtimeRequestTimeout__if_the_connection_is_CONNECTING__then_the_connection_attempt_should_be_treated_as_unsuccessful()" time="0.5295768976211548">
        </testcase>
        <testcase classname="AuthTests" name="test__039__Token__options__if_an_attempt_by_the_realtime_client_library_to_authenticate_is_made_using_the_authUrl_or_authCallback__the_attempt_times_out_after_realtimeRequestTimeout__if_the_connection_is_CONNECTED__then_the_connection_should_remain_CONNECTED()" time="0.9230200052261353">
        </testcase>
        <testcase classname="AuthTests" name="test__040__Token__token_auth_and_clientId__should_permit_to_be_unauthenticated()" time="0.20398199558258057">
        </testcase>
        <testcase classname="AuthTests" name="test__041__Token__token_auth_and_clientId__should_check_clientId_consistency__on_rest()" time="0.12025594711303711">
        </testcase>
        <testcase classname="AuthTests" name="test__042__Token__token_auth_and_clientId__should_check_clientId_consistency__on_realtime()" time="0.3937690258026123">
        </testcase>
        <testcase classname="AuthTests" name="test__043__Token__token_auth_and_clientId__should_check_clientId_consistency__with_wildcard()" time="0.0012199878692626953">
        </testcase>
        <testcase classname="AuthTests" name="test__044__Token__token_auth_and_clientId__Incompatible_client__with_Realtime__it_should_change_the_connection_state_to_FAILED_and_emit_an_error()" time="0.4029419422149658">
        </testcase>
        <testcase classname="AuthTests" name="test__045__Token__token_auth_and_clientId__Incompatible_client__with_Rest__it_should_result_in_an_appropriate_error_response()" time="0.16406798362731934">
        </testcase>
        <testcase classname="AuthTests" name="test__046__Token__clientId_and_authenticated_clients__should_not_pass_clientId_with_published_message()" time="0.17131197452545166">
        </testcase>
        <testcase classname="AuthTests" name="test__047__Token__clientId_and_authenticated_clients__should_obtain_a_token_if_clientId_is_assigned()" time="0.11553597450256348">
        </testcase>
        <testcase classname="AuthTests" name="test__048__Token__clientId_and_authenticated_clients__should_convenience_clientId_return_a_string()" time="0.0007590055465698242">
        </testcase>
        <testcase classname="AuthTests" name="test__049__Token__clientId_and_authenticated_clients__ClientOptions_clientId_takes_precendence_when_a_clientId_value_is_provided_in_both_ClientOptions_clientId_and_ClientOptions_defaultTokenParams()" time="0.3241569995880127">
        </testcase>
        <testcase classname="AuthTests" name="test__050__Token__clientId_and_authenticated_clients__should_clientId_be_null_or_string()" time="0.0009870529174804688">
        </testcase>
        <testcase classname="AuthTests" name="test__051__Token__clientId_and_authenticated_clients__Auth_clientId_attribute_is_null__identity_should_be_anonymous_for_all_operations()" time="0.3292189836502075">
        </testcase>
        <testcase classname="AuthTests" name="test__052__Token__clientId_and_authenticated_clients__Auth_clientId_attribute_is_null__identity_may_change_and_become_identified()" time="0.43838393688201904">
        </testcase>
        <testcase classname="AuthTests" name="test__053__Token__clientId_and_authenticated_clients__auth_clientId_not_null__when_clientId_attribute_is_assigned_on_client_options()" time="0.0007460117340087891">
        </testcase>
        <testcase classname="AuthTests" name="test__054__Token__clientId_and_authenticated_clients__auth_clientId_not_null__when_tokenRequest_or_tokenDetails_has_clientId_not_null_or_wildcard_string()" time="0.11723697185516357">
        </testcase>
        <testcase classname="AuthTests" name="test__055__Token__clientId_and_authenticated_clients__auth_clientId_not_null__should_CONNECTED_ProtocolMessages_contain_a_clientId()" time="0.4307330846786499">
        </testcase>
        <testcase classname="AuthTests" name="test__056__Token__clientId_and_authenticated_clients__auth_clientId_not_null__client_does_not_have_an_identity_when_a_wildcard_string_____is_present()" time="0.3914680480957031">
        </testcase>
        <testcase classname="AuthTests" name="test__057__requestToken__implicitly_creates_a_TokenRequest_and_requests_a_token()" time="0.13267898559570312">
        </testcase>
        <testcase classname="AuthTests" name="test__058__requestToken__ensure_the_message_published_does_not_have_a_clientId()" time="0.42118704319000244">
        </testcase>
        <testcase classname="AuthTests" name="test__059__requestToken__ensure_that_the_message_is_rejected()" time="0.2508809566497803">
        </testcase>
        <testcase classname="AuthTests" name="test__060__requestToken__ensure_the_message_published_with_a_wildcard_____does_not_have_a_clientId()" time="0.729390025138855">
        </testcase>
        <testcase classname="AuthTests" name="test__061__requestToken__ensure_the_message_published_with_a_wildcard_____has_the_provided_clientId()" time="0.3495039939880371">
        </testcase>
        <testcase classname="AuthTests" name="test__062__requestToken__arguments__should_not_merge_with_the_configured_params_and_options_but_instead_replace_all_corresponding_values__even_when__null_()" time="0.22746789455413818">
        </testcase>
        <testcase classname="AuthTests" name="test__063__requestToken__arguments__should_use_configured_defaults_if_the_object_arguments_are_omitted()" time="0.35358500480651855">
        </testcase>
        <testcase classname="AuthTests" name="test__064__requestToken__authUrl__query_will_provide_a_token_string()" time="0.4466519355773926">
        </testcase>
        <testcase classname="AuthTests" name="test__065__requestToken__authUrl__query_will_provide_a_TokenDetails()" time="0.42458105087280273">
        </testcase>
        <testcase classname="AuthTests" name="test__066__requestToken__authUrl__query_will_provide_a_TokenRequest()" time="0.605194091796875">
        </testcase>
        <testcase classname="AuthTests" name="test__067__requestToken__authUrl__TokenParams_should_take_precedence_over_any_configured_authParams_when_a_name_conflict_occurs()" time="0.03269505500793457">
        </testcase>
        <testcase classname="AuthTests" name="test__068__requestToken__authUrl__should_override_previously_configured_parameters()" time="0.0007060766220092773">
        </testcase>
        <testcase classname="AuthTests" name="test__069__requestToken__authUrl__parameters__should_be_added_to_the_URL_when_auth_method_is_GET()" time="0.0011339187622070312">
        </testcase>
        <testcase classname="AuthTests" name="test__070__requestToken__authUrl__parameters__should_added_on_the_body_request_when_auth_method_is_POST()" time="0.0009180307388305664">
        </testcase>
        <testcase classname="AuthTests" name="test__071__requestToken__should_support_all_TokenParams__using_defaults()" time="0.13810396194458008">
        </testcase>
        <testcase classname="AuthTests" name="test__072__requestToken__should_support_all_TokenParams__overriding_defaults()" time="0.07522308826446533">
        </testcase>
        <testcase classname="AuthTests" name="test__073__requestToken__When_authCallback_option_is_set__it_will_invoke_the_callback__with_a_token_string()" time="0.0010010004043579102">
        </testcase>
        <testcase classname="AuthTests" name="test__074__requestToken__When_authCallback_option_is_set__it_will_invoke_the_callback__with_a_TokenDetails()" time="0.0008199214935302734">
        </testcase>
        <testcase classname="AuthTests" name="test__075__requestToken__When_authCallback_option_is_set__it_will_invoke_the_callback__with_a_TokenRequest()" time="0.10264897346496582">
        </testcase>
        <testcase classname="AuthTests" name="test__076__createTokenRequest__should_not_merge_with_the_configured_params_and_options_but_instead_replace_all_corresponding_values__even_when__null_()" time="0.3717529773712158">
        </testcase>
        <testcase classname="AuthTests" name="test__077__createTokenRequest__should_override_defaults_if_AuthOptions_provided()" time="0.12331891059875488">
        </testcase>
        <testcase classname="AuthTests" name="test__078__createTokenRequest__should_use_defaults_if_no_AuthOptions_is_provided()" time="0.14580905437469482">
        </testcase>
        <testcase classname="AuthTests" name="test__079__createTokenRequest__should_replace_defaults_if__nil__option_s_field_passed()" time="0.0017070770263671875">
        </testcase>
        <testcase classname="AuthTests" name="test__080__createTokenRequest__should_use_configured_defaults_if_the_object_arguments_are_omitted()" time="0.1434410810470581">
        </testcase>
        <testcase classname="AuthTests" name="test__081__createTokenRequest__should_create_and_sign_a_TokenRequest()" time="0.001248002052307129">
        </testcase>
        <testcase classname="AuthTests" name="test__082__createTokenRequest__should_support_AuthOptions()" time="0.000885009765625">
        </testcase>
        <testcase classname="AuthTests" name="test__083__createTokenRequest__should_generate_a_unique_16_plus_character_nonce_if_none_is_provided()" time="0.0010859966278076172">
        </testcase>
        <testcase classname="AuthTests" name="test__084__createTokenRequest__should_provide_capability_has_json_text()" time="0.0009590387344360352">
        </testcase>
        <testcase classname="AuthTests" name="test__085__createTokenRequest__should_generate_a_valid_HMAC()" time="0.0010750293731689453">
        </testcase>
        <testcase classname="AuthTests" name="test__086__createTokenRequest__should_respect_all_requirements()" time="0.17039096355438232">
        </testcase>
        <testcase classname="AuthTests" name="test__087__createTokenRequest__should_generate_a_timestamp__from_current_time_if_not_provided()" time="0.0010999441146850586">
        </testcase>
        <testcase classname="AuthTests" name="test__088__createTokenRequest__should_generate_a_timestamp__will_retrieve_the_server_time_if_queryTime_is_true()" time="0.11324405670166016">
        </testcase>
        <testcase classname="AuthTests" name="test__089__createTokenRequest__TTL__should_be_optional()" time="0.0018230676651000977">
        </testcase>
        <testcase classname="AuthTests" name="test__090__createTokenRequest__TTL__should_be_specified_in_milliseconds()" time="0.0011559724807739258">
        </testcase>
        <testcase classname="AuthTests" name="test__091__createTokenRequest__TTL__should_be_valid_to_request_a_token_for_24_hours()" time="0.1407080888748169">
        </testcase>
        <testcase classname="AuthTests" name="test__092__authorize__should_always_create_a_token()" time="0.6147630214691162">
        </testcase>
        <testcase classname="AuthTests" name="test__093__authorize__should_create_a_new_token_if_one_already_exist_and_ensure_Token_Auth_is_used_for_all_future_requests()" time="0.4148290157318115">
        </testcase>
        <testcase classname="AuthTests" name="test__094__authorize__should_create_a_token_immediately_and_ensures_Token_Auth_is_used_for_all_future_requests()" time="0.18816602230072021">
        </testcase>
        <testcase classname="AuthTests" name="test__095__authorize__should_supports_all_TokenParams_and_AuthOptions()" time="0.001631021499633789">
        </testcase>
        <testcase classname="AuthTests" name="test__096__authorize__should_use_the_requestToken_implementation()" time="0.10751605033874512">
        </testcase>
        <testcase classname="AuthTests" name="test__097__authorize__should_return_TokenDetails_with_valid_token_metadata()" time="0.11143004894256592">
        </testcase>
        <testcase classname="AuthTests" name="test__098__authorize__should_use_the_configured_Auth_clientId__if_not_null__by_default()" time="0.24540197849273682">
        </testcase>
        <testcase classname="AuthTests" name="test__099__authorize__on_subsequent_authorisations__should_store_the_AuthOptions_with_authUrl()" time="0.5900859832763672">
        </testcase>
        <testcase classname="AuthTests" name="test__100__authorize__on_subsequent_authorisations__should_store_the_AuthOptions_with_authCallback()" time="0.0011240243911743164">
        </testcase>
        <testcase classname="AuthTests" name="test__101__authorize__on_subsequent_authorisations__should_not_store_queryTime()" time="0.6084990501403809">
        </testcase>
        <testcase classname="AuthTests" name="test__102__authorize__on_subsequent_authorisations__should_store_the_TokenParams()" time="2.3051650524139404">
        </testcase>
        <testcase classname="AuthTests" name="test__103__authorize__on_subsequent_authorisations__should_use_configured_defaults_if_the_object_arguments_are_omitted()" time="0.20631206035614014">
        </testcase>
        <testcase classname="AuthTests" name="test__104__authorize__should_adhere_to_all_requirements_relating_to__TokenParams()" time="0.12795495986938477">
        </testcase>
        <testcase classname="AuthTests" name="test__105__authorize__should_adhere_to_all_requirements_relating_to__authCallback()" time="0.12504792213439941">
        </testcase>
        <testcase classname="AuthTests" name="test__106__authorize__should_adhere_to_all_requirements_relating_to__authUrl()" time="0.3108680248260498">
        </testcase>
        <testcase classname="AuthTests" name="test__107__authorize__should_adhere_to_all_requirements_relating_to__authUrl_with_json()" time="0.7441580295562744">
        </testcase>
        <testcase classname="AuthTests" name="test__108__authorize__should_adhere_to_all_requirements_relating_to__authUrl_returning_TokenRequest_decodes_TTL_as_expected()" time="0.42156898975372314">
        </testcase>
        <testcase classname="AuthTests" name="test__109__authorize__should_adhere_to_all_requirements_relating_to__authUrl_with_plain_text()" time="0.7486129999160767">
        </testcase>
        <testcase classname="AuthTests" name="test__110__authorize__when_TokenParams_and_AuthOptions_are_provided__should_supersede_configured_AuthOptions__using_key__even_if_arguments_objects_are_empty()" time="1.4034910202026367">
        </testcase>
        <testcase classname="AuthTests" name="test__111__authorize__when_TokenParams_and_AuthOptions_are_provided__should_supersede_configured_AuthOptions__using_authUrl__even_if_arguments_objects_are_empty()" time="0.8848170042037964">
        </testcase>
        <testcase classname="AuthTests" name="test__112__authorize__when_TokenParams_and_AuthOptions_are_provided__should_supersede_configured_AuthOptions__using_authCallback__even_if_arguments_objects_are_empty()" time="0.0031859874725341797">
        </testcase>
        <testcase classname="AuthTests" name="test__113__authorize__when_TokenParams_and_AuthOptions_are_provided__should_supersede_configured_params_and_options_even_if_arguments_objects_are_empty()" time="0.8734350204467773">
        </testcase>
        <testcase classname="AuthTests" name="test__114__authorize__when_TokenParams_and_AuthOptions_are_provided__example__if_a_client_is_initialised_with_TokenParams_ttl_configured_with_a_custom_value__and_a_TokenParams_object_is_passed_in_as_an_argument_to__authorize_with_a_null_value_for_ttl__then_the_ttl_used_for_every_subsequent_authorization_will_be_null()" time="0.25356900691986084">
        </testcase>
        <testcase classname="AuthTests" name="test__116__authorize__server_time_offset__should_be_consistent_the_timestamp_request_with_the_server_time()" time="0.10362207889556885">
        </testcase>
        <testcase classname="AuthTests" name="test__117__authorize__server_time_offset__should_be_possible_by_lib_Client_to_discard_the_cached_local_clock_offset()" time="0.256350040435791">
        </testcase>
        <testcase classname="AuthTests" name="test__118__authorize__server_time_offset__should_use_the_local_clock_offset_to_calculate_the_server_time()" time="0.0011750459671020508">
        </testcase>
        <testcase classname="AuthTests" name="test__119__authorize__server_time_offset__should_request_server_time_when_queryTime_is_true_even_if_the_time_offset_is_assigned()" time="0.21399199962615967">
        </testcase>
        <testcase classname="AuthTests" name="test__120__authorize__server_time_offset__should_discard_the_time_offset_in_situations_in_which_it_may_have_been_invalidated()" time="0.0011750459671020508">
        </testcase>
        <testcase classname="AuthTests" name="test__121__authorize__two_consecutive_authorizations__using_REST__should_call_each_authorize_callback()" time="0.31502997875213623">
        </testcase>
        <testcase classname="AuthTests" name="test__122__authorize__two_consecutive_authorizations__using_Realtime_and_connection_is_CONNECTING__should_call_each_Realtime_authorize_callback()" time="0.9381840229034424">
        </testcase>
        <testcase classname="AuthTests" name="test__123__authorize__two_consecutive_authorizations__using_Realtime_and_connection_is_CONNECTED__should_call_each_Realtime_authorize_callback()" time="1.0855859518051147">
        </testcase>
        <testcase classname="AuthTests" name="test__124__TokenParams__timestamp__if_explicitly_set__should_be_returned_by_the_getter()" time="0.0005259513854980469">
        </testcase>
        <testcase classname="AuthTests" name="test__125__TokenParams__timestamp__if_explicitly_set__the_value_should_stick()" time="0.2561730146408081">
        </testcase>
        <testcase classname="AuthTests" name="test__126__TokenParams__timestamp__object_has_no_timestamp_value_unless_explicitly_set()" time="0.00044798851013183594">
        </testcase>
        <testcase classname="AuthTests" name="test__127__Reauth__should_use_authorize__force__true___to_reauth_with_a_token_with_a_different_set_of_capabilities()" time="0.9015849828720093">
        </testcase>
        <testcase classname="AuthTests" name="test__128__Reauth__for_a_token_change_that_fails_due_to_an_incompatible_token__which_should_result_in_the_connection_entering_the_FAILED_state()" time="0.5528279542922974">
        </testcase>
        <testcase classname="AuthTests" name="test__129__TokenParams__timestamp_should_not_be_a_member_of_any_default_token_params()" time="0.09701001644134521">
        </testcase>
        <testcase classname="AuthTests" name="test__130__TokenRequest__fromJson__rejects_invalid_JSON()" time="0.0006220340728759766">
        </testcase>
        <testcase classname="AuthTests" name="test__131__TokenRequest__fromJson__rejects_non_object_JSON()" time="0.00045096874237060547">
        </testcase>
        <testcase classname="AuthTests" name="test__132__TokenRequest__fromJson__with_TTL__accepts_a_string__which_should_be_interpreted_as_JSON()" time="0.0006729364395141602">
        </testcase>
        <testcase classname="AuthTests" name="test__133__TokenRequest__fromJson__with_TTL__accepts_a_NSDictionary()" time="0.0005820989608764648">
        </testcase>
        <testcase classname="AuthTests" name="test__134__TokenRequest__fromJson__without_TTL__accepts_a_string__which_should_be_interpreted_as_JSON()" time="0.0005600452423095703">
        </testcase>
        <testcase classname="AuthTests" name="test__135__TokenRequest__fromJson__without_TTL__accepts_a_NSDictionary()" time="0.0005990266799926758">
        </testcase>
        <testcase classname="AuthTests" name="test__136__TokenDetails__fromJson__accepts_a_string__which_should_be_interpreted_as_JSON()" time="0.001891016960144043">
        </testcase>
        <testcase classname="AuthTests" name="test__137__TokenDetails__fromJson__accepts_a_NSDictionary()" time="0.0005429983139038086">
        </testcase>
        <testcase classname="AuthTests" name="test__138__TokenDetails__fromJson__rejects_invalid_JSON()" time="0.0004800558090209961">
        </testcase>
        <testcase classname="AuthTests" name="test__139__TokenDetails__fromJson__rejects_non_object_JSON()" time="0.00045692920684814453">
        </testcase>
        <testcase classname="AuthTests" name="test__141__JWT_and_realtime__client_initialized_with_a_JWT_token_in_ClientOptions__with_invalid_credentials__fails_to_connect_with_reason__invalid_signature_()" time="0.7974759340286255">
        </testcase>
        <testcase classname="AuthTests" name="test__142__JWT_and_realtime__when_using_authUrl__with_valid_credentials__fetches_a_channels_and_posts_a_message()" time="0.8500210046768188">
        </testcase>
        <testcase classname="AuthTests" name="test__143__JWT_and_realtime__when_using_authUrl__with_wrong_credentials__fails_to_connect_with_reason__invalid_signature_()" time="1.1694239377975464">
        </testcase>
        <testcase classname="AuthTests" name="test__144__JWT_and_realtime__when_using_authUrl__when_token_expires__receives_a_40142_error_from_the_server()" time="4.916737914085388">
        </testcase>
        <testcase classname="AuthTests" name="test__145__JWT_and_realtime__when_using_authUrl__when_the_server_sends_and_AUTH_protocol_message__client_reauths_correctly_without_going_through_a_disconnection()" time="5.27591598033905">
        </testcase>
        <testcase classname="AuthTests" name="test__147__JWT_and_realtime__when_using_authCallback__with_invalid_credentials__fails_to_connect()" time="1.6821650266647339">
        </testcase>
        <testcase classname="AuthTests" name="test__148__JWT_and_realtime__when_token_expires_and_has_a_means_to_renew__reconnects_using_authCallback_and_obtains_a_new_token()" time="3.871258020401001">
        </testcase>
        <testcase classname="AuthTests" name="test__149__JWT_and_realtime__when_the_token_request_includes_a_clientId__the_clientId_is_the_same_specified_in_the_JWT_token_request()" time="0.8450790643692017">
        </testcase>
        <testcase classname="AuthTests" name="test__150__JWT_and_realtime__when_the_token_request_includes_subscribe_only_capabilities__fails_to_publish_to_a_channel_with_subscribe_only_capability()" time="1.0358790159225464">
        </testcase>
        <testcase classname="AuthTests" name="test__151__currentTokenDetails__should_hold_a__TokenDetails__instance_in_which_only_the__token__attribute_is_populated_with_that_token_string()" time="0.15119993686676025">
        </testcase>
        <testcase classname="AuthTests" name="test__152__currentTokenDetails__should_be_set_with_the_current_token__if_applicable__on_instantiation_and_each_time_it_is_replaced()" time="0.11775398254394531">
        </testcase>
        <testcase classname="AuthTests" name="test__153__currentTokenDetails__should_be_empty_if_there_is_no_current_token()" time="0.0007420778274536133">
        </testcase>
        <testcase classname="AuthTests" name="test__154__JWT_and_rest__when_the_JWT_token_embeds_an_Ably_token__pulls_stats_successfully()" time="0.8193830251693726">
        </testcase>
        <testcase classname="AuthTests" name="test__155__JWT_and_rest__when_the_JWT_token_embeds_an_Ably_token_and_it_is_requested_as_encrypted__pulls_stats_successfully()" time="0.7068420648574829">
        </testcase>
        <testcase classname="AuthTests" name="test__156__JWT_and_rest__when_the_JWT_token_is_returned_with_application_jwt_content_type__the_client_successfully_connects_and_pulls_stats()" time="0.5747729539871216">
        </testcase>
        <testcase classname="AuthTests" name="test__157__JWT_and_rest__when_the_JWT_token_is_returned_with_application_jwt_content_type__the_client_can_request_a_new_token_to_initilize_another_client_that_connects_and_pulls_stats()" time="0.3415030241012573">
        </testcase>
        <testcase classname="ClientOptionsTests" name="testAddAgent()" time="0.0005921125411987305">
        </testcase>
        <testcase classname="CryptoTest" name="testEncryptAndDecrypt" time="0.001067042350769043">
        </testcase>
        <testcase classname="CryptoTests" name="test__001__Crypto__getDefaultParams__returns_a_complete_CipherParams_instance__using_the_default_values_for_any_field_not_supplied()" time="0.00150299072265625">
        </testcase>
        <testcase classname="CryptoTests" name="test__002__Crypto__getDefaultParams__calculates_a_keyLength_from_the_key__its_size_in_bits_()" time="0.0005179643630981445">
        </testcase>
        <testcase classname="CryptoTests" name="test__003__Crypto__getDefaultParams__should_check_that_keyLength_is_valid_for_algorithm()" time="0.004175901412963867">
        </testcase>
        <testcase classname="CryptoTests" name="test__004__Crypto__getDefaultParams__key_parameter__can_be_a_binary()" time="0.0004609823226928711">
        </testcase>
        <testcase classname="CryptoTests" name="test__005__Crypto__getDefaultParams__key_parameter__can_be_a_base64_encoded_string_with_standard_encoding()" time="0.00046002864837646484">
        </testcase>
        <testcase classname="CryptoTests" name="test__006__Crypto__getDefaultParams__key_parameter__can_be_a_base64_encoded_string_with_URL_encoding()" time="0.0016829967498779297">
        </testcase>
        <testcase classname="CryptoTests" name="test__007__Crypto__generateRandomKey__takes_a_single_length_argument_and_returns_a_binary()" time="0.0004780292510986328">
        </testcase>
        <testcase classname="CryptoTests" name="test__008__Crypto__generateRandomKey__takes_no_arguments_and_returns_the_default_algorithm_s_default_length()" time="0.0005270242691040039">
        </testcase>
        <testcase classname="CryptoTests" name="test__009__Crypto__generateHashSHA256__takes_data_and_returns_a_SHA256_digest()" time="0.0008120536804199219">
        </testcase>
        <testcase classname="CryptoTests" name="test__010__Crypto__encrypt__should_generate_a_new_IV_every_time_it_s_called__and_should_be_the_first_block_encrypted()" time="0.0028030872344970703">
        </testcase>
        <testcase classname="CryptoTests" name="test__011__Crypto__with_fixtures_from_crypto_data_128_json__should_encrypt_messages_as_expected_in_the_fixtures()" time="0.002434968948364258">
        </testcase>
        <testcase classname="CryptoTests" name="test__012__Crypto__with_fixtures_from_crypto_data_128_json__should_decrypt_messages_as_expected_in_the_fixtures()" time="0.001981973648071289">
        </testcase>
        <testcase classname="CryptoTests" name="test__013__Crypto__with_fixtures_from_crypto_data_256_json__should_encrypt_messages_as_expected_in_the_fixtures()" time="0.02306199073791504">
        </testcase>
        <testcase classname="CryptoTests" name="test__014__Crypto__with_fixtures_from_crypto_data_256_json__should_decrypt_messages_as_expected_in_the_fixtures()" time="0.02259206771850586">
        </testcase>
        <testcase classname="CryptoTests" name="test__015__Crypto__with_fixtures_from_crypto_data_128_json__manual_decrypt_messages_as_expected_in_the_fixtures()" time="0.0034750699996948242">
        </testcase>
        <testcase classname="CryptoTests" name="test__016__Crypto__with_fixtures_from_crypto_data_256_json__manual_decrypt_messages_as_expected_in_the_fixtures()" time="0.04242205619812012">
        </testcase>
        <testcase classname="DeltaCodecTests" name="test__001__DeltaCodec__decoding__should_decode_vcdiff_encoded_messages()" time="0.49039900302886963">
        </testcase>
        <testcase classname="DeltaCodecTests" name="test__002__DeltaCodec__decoding__should_fail_and_recover_when_the_vcdiff_messages_are_out_of_order()" time="0.645035982131958">
        </testcase>
        <testcase classname="DeltaCodecTests" name="test__003__DeltaCodec__decoding__should_recover_when_the_vcdiff_message_decoding_fails()" time="0.5980960130691528">
        </testcase>
        <testcase classname="ObjcppTest" name="testPrintVersionInfo" time="0.0004630088806152344">
        </testcase>
        <testcase classname="ObjectLifetimesTests" name="test__001__ObjectLifetimes__user_code_releases_public_object__the_object_s_internal_child_s_back_reference_is_released_too()" time="0.001320958137512207">
        </testcase>
        <testcase classname="ObjectLifetimesTests" name="test__002__ObjectLifetimes__user_code_holds_only_reference_to_public_object_s_public_child__still_can_access_parent_s_internal_object()" time="0.0006799697875976562">
        </testcase>
        <testcase classname="ObjectLifetimesTests" name="test__003__ObjectLifetimes__user_code_holds_only_reference_to_public_object_s_public_child__when_it_s_released__schedules_async_release_of_parent_s_internal_object_in_internal_queue()" time="0.001000046730041504">
        </testcase>
        <testcase classname="ObjectLifetimesTests" name="test__004__ObjectLifetimes__when_user_leaves_Realtime_open__still_works()" time="0.575875997543335">
        </testcase>
        <testcase classname="ObjectLifetimesTests" name="test__005__ObjectLifetimes__when_Realtime_is_closed_and_user_loses_its_reference__channels_don_t_leak()" time="0.4918239116668701">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__001__should_remove_identityTokenDetails_from_cache_and_storage()" time="0.0017859935760498047">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__002__Activation_state_machine__should_set_NotActivated_state_as_current_state_when_disk_is_empty()" time="0.002568960189819336">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__003__Activation_state_machine__should_read_the_current_state_from_disk()" time="0.002176046371459961">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__004__Activation_state_machine__AfterRegistrationUpdateFailed_state_from_persistence_gets_migrated_to_AfterRegistrationSyncFailed()" time="0.002285003662109375">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__005__Activation_state_machine__should_queue_event_that_has_no_transition_defined_for_it()" time="0.0034960508346557617">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__006__Activation_state_machine__event_handling_sould_be_atomic_and_sequential()" time="0.002660989761352539">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__007__Activation_state_machine__State_NotActivated__on_Event_CalledDeactivate__should_transition_to_NotActivated()" time="0.0020259618759155273">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__008__Activation_state_machine__State_NotActivated__on_Event_GotPushDeviceDetails()" time="0.002140045166015625">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__009__Activation_state_machine__State_NotActivated__on_Event_CalledActivate__if_the_local_device_has_the_necessary_push_details_should_send_event_GotPushDeviceDetails()" time="0.003750920295715332">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__010__Activation_state_machine__State_NotActivated__on_Event_CalledActivate__none_of_them_then_should_transition_to_WaitingForPushDeviceDetails()" time="0.002835988998413086">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__011__Activation_state_machine__State_NotActivated__on_Event_CalledActivate__the_local_device_has_id_and_deviceIdentityToken__emits_a_SyncRegistrationFailed_event_with_code_61002_if_client_IDs_don_t_match()" time="0.0042819976806640625">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__012__Activation_state_machine__State_NotActivated__on_Event_CalledActivate__the_local_device_has_id_and_deviceIdentityToken__the_local_DeviceDetails_matches_the_instance_s_client_ID__calls_registerCallback__transitions_to_WaitingForRegistrationSync()" time="0.003381013870239258">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__013__Activation_state_machine__State_NotActivated__on_Event_CalledActivate__the_local_device_has_id_and_deviceIdentityToken__the_local_DeviceDetails_matches_the_instance_s_client_ID__PUTs_device_registration__transitions_to_WaitingForRegistrationSync()" time="0.0038650035858154297">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__014__Activation_state_machine__State_NotActivated__on_Event_CalledActivate__local_device__should_have_a_generated_id()" time="0.0018210411071777344">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__015__Activation_state_machine__State_NotActivated__on_Event_CalledActivate__local_device__should_have_a_generated_secret()" time="0.0016880035400390625">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__016__Activation_state_machine__State_NotActivated__on_Event_CalledActivate__local_device__should_have_a_clientID_if_the_client_is_identified()" time="0.003142118453979492">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__017__Activation_state_machine__State_WaitingForPushDeviceDetails__on_Event_CalledActivate()" time="0.0024269819259643555">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__018__Activation_state_machine__State_WaitingForPushDeviceDetails__on_Event_CalledDeactivate()" time="0.0021359920501708984">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__019__Activation_state_machine__State_WaitingForPushDeviceDetails__on_Event_GettingPushDeviceDetailsFailed()" time="0.002521038055419922">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__020__Activation_state_machine__State_WaitingForPushDeviceDetails__when_initializing_from_persistent_state_with_a_deviceToken__GotPushDeviceDetails_should_be_re_emitted()" time="0.002321004867553711">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__022__Activation_state_machine__State_WaitingForPushDeviceDetails__on_Event_GotPushDeviceDetails__should_use_custom_registerCallback_and_fire_GotDeviceRegistration_event()" time="0.0029959678649902344">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__023__Activation_state_machine__State_WaitingForPushDeviceDetails__on_Event_GotPushDeviceDetails__should_use_custom_registerCallback_and_fire_GettingDeviceRegistrationFailed_event()" time="0.0029489994049072266">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__024__Activation_state_machine__State_WaitingForPushDeviceDetails__on_Event_GotPushDeviceDetails__should_fire_GotDeviceRegistration_event()" time="0.0028699636459350586">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__025__Activation_state_machine__State_WaitingForPushDeviceDetails__on_Event_GotPushDeviceDetails__should_fire_GettingDeviceRegistrationFailed_event()" time="0.005012989044189453">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__026__Activation_state_machine__State_WaitingForPushDeviceDetails__on_Event_GotPushDeviceDetails__should_transition_to_WaitingForDeviceRegistration()" time="0.002476930618286133">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__027__Activation_state_machine__State_WaitingForDeviceRegistration__on_Event_CalledActivate()" time="0.0019350051879882812">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__028__Activation_state_machine__State_WaitingForDeviceRegistration__on_Event_GotDeviceRegistration()" time="0.002368927001953125">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__029__Activation_state_machine__State_WaitingForDeviceRegistration__on_Event_GettingDeviceRegistrationFailed()" time="0.0021959543228149414">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__030__Activation_state_machine__State_WaitingForNewPushDeviceDetails__on_Event_CalledActivate()" time="0.0022660493850708008">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__031__Activation_state_machine__State_WaitingForNewPushDeviceDetails__on_Event_CalledDeactivate__should_use_custom_deregisterCallback_and_fire_Deregistered_event()" time="0.0025769472122192383">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__032__Activation_state_machine__State_WaitingForNewPushDeviceDetails__on_Event_CalledDeactivate__should_use_custom_deregisterCallback_and_fire_DeregistrationFailed_event()" time="0.0024139881134033203">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__033__Activation_state_machine__State_WaitingForNewPushDeviceDetails__on_Event_CalledDeactivate__should_fire_Deregistered_event_and_include_DeviceSecret_HTTP_header()" time="0.002557992935180664">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__034__Activation_state_machine__State_WaitingForNewPushDeviceDetails__on_Event_CalledDeactivate__should_fire_Deregistered_event_and_include_DeviceIdentityToken_HTTP_header()" time="0.0029380321502685547">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__035__Activation_state_machine__State_WaitingForNewPushDeviceDetails__on_Event_CalledDeactivate__should_fire_DeregistrationFailed_event()" time="0.0026630163192749023">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__036__Activation_state_machine__State_WaitingForRegistrationSync_through_ARTPushActivationEventCalledActivate__on_Event_CalledActivate()" time="0.0018500089645385742">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__037__Activation_state_machine__State_WaitingForRegistrationSync_through_ARTPushActivationEventCalledActivate__on_Event_RegistrationSynced()" time="0.002588987350463867">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__038__Activation_state_machine__State_WaitingForRegistrationSync_through_ARTPushActivationEventCalledActivate__on_Event_SyncRegistrationFailed()" time="0.002267003059387207">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__039__Activation_state_machine__State_WaitingForRegistrationSync_through_ARTPushActivationEventGotPushDeviceDetails__on_Event_CalledActivate()" time="0.0017310380935668945">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__040__Activation_state_machine__State_WaitingForRegistrationSync_through_ARTPushActivationEventGotPushDeviceDetails__on_Event_RegistrationSynced()" time="0.0024139881134033203">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__041__Activation_state_machine__State_WaitingForRegistrationSync_through_ARTPushActivationEventGotPushDeviceDetails__on_Event_SyncRegistrationFailed()" time="0.0022350549697875977">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__042__Activation_state_machine__State_AfterRegistrationSyncFailed__on_Event_CalledActivate__the_local_device_has_id_and_deviceIdentityToken__emits_a_SyncRegistrationFailed_event_with_code_61002_if_client_IDs_don_t_match()" time="0.0030050277709960938">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__043__Activation_state_machine__State_AfterRegistrationSyncFailed__on_Event_CalledActivate__the_local_device_has_id_and_deviceIdentityToken__the_local_DeviceDetails_matches_the_instance_s_client_ID__calls_registerCallback__transitions_to_WaitingForRegistrationSync()" time="0.0025719404220581055">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__044__Activation_state_machine__State_AfterRegistrationSyncFailed__on_Event_CalledActivate__the_local_device_has_id_and_deviceIdentityToken__the_local_DeviceDetails_matches_the_instance_s_client_ID__PUTs_device_registration__transitions_to_WaitingForRegistrationSync()" time="0.0029679536819458008">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__045__Activation_state_machine__State_AfterRegistrationSyncFailed__on_Event_GotPushDeviceDetails__the_local_device_has_id_and_deviceIdentityToken__emits_a_SyncRegistrationFailed_event_with_code_61002_if_client_IDs_don_t_match()" time="0.0029250383377075195">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__046__Activation_state_machine__State_AfterRegistrationSyncFailed__on_Event_GotPushDeviceDetails__the_local_device_has_id_and_deviceIdentityToken__the_local_DeviceDetails_matches_the_instance_s_client_ID__calls_registerCallback__transitions_to_WaitingForRegistrationSync()" time="0.0024629831314086914">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__047__Activation_state_machine__State_AfterRegistrationSyncFailed__on_Event_GotPushDeviceDetails__the_local_device_has_id_and_deviceIdentityToken__the_local_DeviceDetails_matches_the_instance_s_client_ID__PUTs_device_registration__transitions_to_WaitingForRegistrationSync()" time="0.0028470754623413086">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__048__Activation_state_machine__State_AfterRegistrationSyncFailed__on_Event_CalledDeactivate__should_use_custom_deregisterCallback_and_fire_Deregistered_event()" time="0.0023620128631591797">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__049__Activation_state_machine__State_AfterRegistrationSyncFailed__on_Event_CalledDeactivate__should_use_custom_deregisterCallback_and_fire_DeregistrationFailed_event()" time="0.002637028694152832">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__050__Activation_state_machine__State_AfterRegistrationSyncFailed__on_Event_CalledDeactivate__should_fire_Deregistered_event_and_include_DeviceSecret_HTTP_header()" time="0.0027159452438354492">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__051__Activation_state_machine__State_AfterRegistrationSyncFailed__on_Event_CalledDeactivate__should_fire_Deregistered_event_and_include_DeviceIdentityToken_HTTP_header()" time="0.0028510093688964844">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__052__Activation_state_machine__State_AfterRegistrationSyncFailed__on_Event_CalledDeactivate__should_fire_DeregistrationFailed_event()" time="0.0025969743728637695">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__053__Activation_state_machine__State_WaitingForDeregistration__on_Event_CalledDeactivate()" time="0.0022040605545043945">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__054__Activation_state_machine__State_WaitingForDeregistration__on_Event_Deregistered()" time="0.002173900604248047">
        </testcase>
        <testcase classname="PushActivationStateMachineTests" name="test__055__Activation_state_machine__State_WaitingForDeregistration__on_Event_DeregistrationFailed()" time="0.0029410123825073242">
        </testcase>
        <testcase classname="PushAdminTests" name="test__001__publish__should_perform_an_HTTP_request_to__push_publish()" time="0.002201080322265625">
        </testcase>
        <testcase classname="PushAdminTests" name="test__005__publish__should_fail_with_an_empty_payload()" time="0.4111499786376953">
        </testcase>
        <testcase classname="PushAdminTests" name="test__006__Device_Registrations__get__should_return_a_device()" time="0.2978169918060303">
        </testcase>
        <testcase classname="PushAdminTests" name="test__007__Device_Registrations__get__should_not_return_a_device_if_it_doesnt_exist()" time="0.1416260004043579">
        </testcase>
        <testcase classname="PushAdminTests" name="test__008__Device_Registrations__get__push_device_authentication__should_include_DeviceIdentityToken_HTTP_header()" time="0.00347900390625">
        </testcase>
        <testcase classname="PushAdminTests" name="test__009__Device_Registrations__get__push_device_authentication__should_include_DeviceSecret_HTTP_header()" time="0.002753019332885742">
        </testcase>
        <testcase classname="PushAdminTests" name="test__010__Device_Registrations__list__should_list_devices_by_id()" time="0.11125993728637695">
        </testcase>
        <testcase classname="PushAdminTests" name="test__011__Device_Registrations__list__should_list_devices_by_client_id()" time="0.2131640911102295">
        </testcase>
        <testcase classname="PushAdminTests" name="test__012__Device_Registrations__list__should_list_devices_sorted()" time="0.15826201438903809">
        </testcase>
        <testcase classname="PushAdminTests" name="test__013__Device_Registrations__list__should_return_an_empty_list_when_id_does_not_exist()" time="0.15634405612945557">
        </testcase>
        <testcase classname="PushAdminTests" name="test__014__Device_Registrations__remove__should_unregister_a_device()" time="0.0028219223022460938">
        </testcase>
        <testcase classname="PushAdminTests" name="test__015__Device_Registrations__save__should_register_a_device()" time="0.004033923149108887">
        </testcase>
        <testcase classname="PushAdminTests" name="test__016__Device_Registrations__save__push_device_authentication__should_include_DeviceIdentityToken_HTTP_header()" time="0.004310965538024902">
        </testcase>
        <testcase classname="PushAdminTests" name="test__017__Device_Registrations__save__push_device_authentication__should_include_DeviceSecret_HTTP_header()" time="0.003016948699951172">
        </testcase>
        <testcase classname="PushAdminTests" name="test__018__Device_Registrations__removeWhere__should_unregister_a_device()" time="0.17443311214447021">
        </testcase>
        <testcase classname="PushAdminTests" name="test__019__Channel_Subscriptions__save__should_add_a_subscription()" time="0.12156903743743896">
        </testcase>
        <testcase classname="PushAdminTests" name="test__020__Channel_Subscriptions__save__should_update_a_subscription()" time="0.1129230260848999">
        </testcase>
        <testcase classname="PushAdminTests" name="test__021__Channel_Subscriptions__save__should_fail_with_a_bad_recipient()" time="0.1411210298538208">
        </testcase>
        <testcase classname="PushAdminTests" name="test__022__Channel_Subscriptions__save__push_device_authentication__should_include_DeviceIdentityToken_HTTP_header()" time="0.003362894058227539">
        </testcase>
        <testcase classname="PushAdminTests" name="test__023__Channel_Subscriptions__save__push_device_authentication__should_include_DeviceSecret_HTTP_header()" time="0.003263115882873535">
        </testcase>
        <testcase classname="PushAdminTests" name="test__024__Channel_Subscriptions__list__should_receive_a_list_of_subscriptions()" time="0.33771002292633057">
        </testcase>
        <testcase classname="PushAdminTests" name="test__025__Channel_Subscriptions__listChannels__should_receive_a_list_of_subscriptions()" time="0.10647392272949219">
        </testcase>
        <testcase classname="PushAdminTests" name="test__026__Channel_Subscriptions__remove__should_remove_a_subscription()" time="0.20478105545043945">
        </testcase>
        <testcase classname="PushAdminTests" name="test__027__Channel_Subscriptions__remove__push_device_authentication__should_include_DeviceIdentityToken_HTTP_header()" time="0.0026448965072631836">
        </testcase>
        <testcase classname="PushAdminTests" name="test__028__Channel_Subscriptions__remove__push_device_authentication__should_include_DeviceSecret_HTTP_header()" time="0.003080010414123535">
        </testcase>
        <testcase classname="PushAdminTests" name="test__029__Channel_Subscriptions__removeWhere__should_remove_by_cliendId()" time="0.6661149263381958">
        </testcase>
        <testcase classname="PushAdminTests" name="test__030__Channel_Subscriptions__removeWhere__should_remove_by_cliendId_and_channel()" time="0.2832130193710327">
        </testcase>
        <testcase classname="PushAdminTests" name="test__031__Channel_Subscriptions__removeWhere__should_remove_by_deviceId()" time="0.35337305068969727">
        </testcase>
        <testcase classname="PushAdminTests" name="test__032__Channel_Subscriptions__removeWhere__should_not_remove_by_inexistent_deviceId()" time="0.19346606731414795">
        </testcase>
        <testcase classname="PushAdminTests" name="test__033__local_device__should_include_an_id_and_a_secret()" time="0.0006700754165649414">
        </testcase>
        <testcase classname="PushChannelTests" name="test__001__Push_Channel__subscribeDevice__should_fail_if_the_LocalDevice_doesn_t_have_an_deviceIdentityToken()" time="0.009297013282775879">
        </testcase>
        <testcase classname="PushChannelTests" name="test__002__Push_Channel__subscribeDevice__should_do_a_POST_request_to__push_channelSubscriptions_and_include_device_authentication()" time="0.006634950637817383">
        </testcase>
        <testcase classname="PushChannelTests" name="test__003__Push_Channel__subscribeClient__should_fail_if_the_LocalDevice_doesn_t_have_a_clientId()" time="0.005630970001220703">
        </testcase>
        <testcase classname="PushChannelTests" name="test__004__Push_Channel__subscribeClient__should_do_a_POST_request_to__push_channelSubscriptions()" time="0.005043983459472656">
        </testcase>
        <testcase classname="PushChannelTests" name="test__005__Push_Channel__unsubscribeDevice__should_fail_if_the_LocalDevice_doesn_t_have_a_deviceIdentityToken()" time="0.0031920671463012695">
        </testcase>
        <testcase classname="PushChannelTests" name="test__006__Push_Channel__unsubscribeDevice__should_do_a_DELETE_request_to__push_channelSubscriptions_and_include_device_authentication()" time="0.004853963851928711">
        </testcase>
        <testcase classname="PushChannelTests" name="test__007__Push_Channel__unsubscribeClient__should_fail_if_the_LocalDevice_doesn_t_have_a_clientId()" time="0.004358053207397461">
        </testcase>
        <testcase classname="PushChannelTests" name="test__008__Push_Channel__unsubscribeClient__should_do_a_DELETE_request_to__push_channelSubscriptions()" time="0.00480198860168457">
        </testcase>
        <testcase classname="PushChannelTests" name="test__009__Push_Channel__listSubscriptions__should_return_a_paginated_result_with_PushChannelSubscription_filtered_by_channel_and_device()" time="0.0036759376525878906">
        </testcase>
        <testcase classname="PushChannelTests" name="test__010__Push_Channel__listSubscriptions__should_return_a_paginated_result_with_PushChannelSubscription_filtered_by_channel_and_client()" time="0.0035970211029052734">
        </testcase>
        <testcase classname="PushChannelTests" name="test__011__Push_Channel__listSubscriptions__should_not_accept_null_deviceId_and_null_clientId()" time="0.000903010368347168">
        </testcase>
        <testcase classname="PushChannelTests" name="test__012__Push_Channel__listSubscriptions__should_not_accept_both_deviceId_and_clientId_params_at_the_same_time()" time="0.0007430315017700195">
        </testcase>
        <testcase classname="PushChannelTests" name="test__013__Push_Channel__listSubscriptions__should_return_a_paginated_result_with_PushChannelSubscription()" time="0.2023090124130249">
        </testcase>
        <testcase classname="PushTests" name="test__001__activation__activate_method_should_send_a_CalledActivate_event_to_the_state_machine()" time="0.0019119977951049805">
        </testcase>
        <testcase classname="PushTests" name="test__002__activation__deactivate_method_should_send_a_CalledDeactivate_event_to_the_state_machine()" time="0.001871943473815918">
        </testcase>
        <testcase classname="PushTests" name="test__003__activation__should_handle_GotPushDeviceDetails_event_when_platform_s_APIs_sends_the_details_for_push_notifications()" time="0.004610896110534668">
        </testcase>
        <testcase classname="PushTests" name="test__004__activation__sends_GettingPushDeviceDetailsFailed_when_push_registration_fails()" time="0.002949953079223633">
        </testcase>
        <testcase classname="PushTests" name="test__005__activation__should_update_LocalDevice_clientId_when_it_s_null_with_auth_clientId()" time="0.12508809566497803">
        </testcase>
        <testcase classname="PushTests" name="test__006__activation__should_store_the_device_token_data_as_string()" time="0.0020580291748046875">
        </testcase>
        <testcase classname="PushTests" name="test__007__activation__should_not_sync_the_local_device_dispatched_in_internal_queue()" time="0.0009610652923583984">
        </testcase>
        <testcase classname="PushTests" name="test__008__LocalDevice__has_a_device_method_that_returns_a_LocalDevice()" time="0.004676938056945801">
        </testcase>
        <testcase classname="PushTests" name="test__009__LocalDevice__the_device_is_lazily_populated_from_the_persisted_state()" time="0.009480953216552734">
        </testcase>
        <testcase classname="PushTests" name="test__010__LocalDevice__authentication_on_registered_device_sends_a_GotPushDeviceDetails_with_new_clientID()" time="3.1084890365600586">
        </testcase>
        <testcase classname="PushTests" name="test__011__LocalDevice__sets_device_s_client_ID_from_registration_response()" time="0.0023980140686035156">
        </testcase>
        <testcase classname="PushTests" name="test__012__LocalDevice__when_using_token_authentication__new_clientID_is_set()" time="0.1469799280166626">
        </testcase>
        <testcase classname="PushTests" name="test__013__LocalDevice__when_getting_a_client_ID_from_CONNECTED_message__new_clientID_is_set()" time="0.00873100757598877">
        </testcase>
        <testcase classname="PushTests" name="test__014__Registerer_Delegate_option__a_successful_activation_should_call_the_correct_registerer_delegate_method()" time="0.11310601234436035">
        </testcase>
        <testcase classname="PushTests" name="test__015__Registerer_Delegate_option__registerer_delegate_should_not_hold_a_strong_instance_reference()" time="0.0015499591827392578">
        </testcase>
        <testcase classname="PushTests" name="test__016__activate_should_call_registerForAPNS_while_transition_from_not_activated()" time="0.002592921257019043">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__001__testMakeKeyInstance()" time="0.0014719963073730469">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__002__testMakeTokenInstance()" time="0.002085089683532715">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__003__testListenToConnectionStateChanges()" time="0.19475805759429932">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__004__testNoAutoConnect()" time="0.0023450851440429688">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__005__testSubscribeAndPublishingToChannel()" time="0.10512197017669678">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__006__testQueryingTheHistory()" time="0.113861083984375">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__007__testPresenceOnAChannel()" time="0.11566400527954102">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__008__testQueryingThePresenceHistory()" time="0.11780095100402832">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__009__testMakeRestClientAndChannel()" time="0.0006189346313476562">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__010__testRestPublishMessage()" time="0.10000789165496826">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__011__testRestQueryingTheHistory()" time="0.17819809913635254">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__012__testRestPresenceOnAChannel()" time="0.11451399326324463">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__013__testRestQueryingThePresenceHistory()" time="0.1103510856628418">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__014__testGenerateToken()" time="0.0008009672164916992">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__015__testFetchingStats()" time="0.0006710290908813477">
        </testcase>
        <testcase classname="ReadmeExamplesTests" name="test__016__testFetchingTime()" time="0.0007309913635253906">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__002__Channel__should_not_crash_when_an_ATTACH_request_is_responded_with_a_DETACHED()" time="0.3741799592971802">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__003__Channel__EventEmitter__channel_states_and_events__should_implement_the_EventEmitter_and_emit_events_for_state_changes()" time="0.4572240114212036">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__004__Channel__EventEmitter__channel_states_and_events__should_implement_the_EventEmitter_and_emit_events_for_FAILED_state_changes()" time="0.5988709926605225">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__005__Channel__EventEmitter__channel_states_and_events__should_implement_the_EventEmitter_and_emit_events_for_SUSPENDED_state_changes()" time="0.3762490749359131">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__006__Channel__EventEmitter__channel_states_and_events__can_emit_an_UPDATE_event()" time="0.4121180772781372">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__007__Channel__EventEmitter__channel_states_and_events__should_not_emit_detached_event_on_an_already_detached_channel()" time="0.6187119483947754">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__008__Channel__EventEmitter__channel_states_and_events__state_attribute_should_be_the_current_state_of_the_channel()" time="0.4127010107040405">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__009__Channel__EventEmitter__channel_states_and_events__should_contain_an_ErrorInfo_object_with_details_when_an_error_occurs()" time="0.0027419328689575195">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__010__Channel__EventEmitter__channel_states_and_events__a_ChannelStateChange_is_emitted_as_the_first_argument_for_every_channel_state_change()" time="0.3911548852920532">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__011__Channel__EventEmitter__channel_states_and_events__ChannelStateChange_will_contain_a_resumed_boolean_attribute_with_value__true__if_the_bit_flag_RESUMED_was_included()" time="5.536365985870361">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__012__Channel__EventEmitter__channel_states_and_events__bit_flag_RESUMED_was_included()" time="0.4136199951171875">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__013__Channel__connection_state__if_the_connection_state_enters_the_CONNECTED_state__then_a_SUSPENDED_channel_will_initiate_an_attach_operation()" time="1.715075969696045">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__014__Channel__connection_state__if_the_attach_operation_for_the_channel_times_out_and_the_channel_returns_to_the_SUSPENDED_state()" time="0.44832706451416016">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__015__Channel__connection_state__should_attach_successfully_and_remain_attached_when_the_connection_state_without_a_successful_recovery_gets_CONNECTED()" time="8.399613976478577">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__016__Channel__connection_state__if_the_connection_state_enters_the_DISCONNECTED_state__it_will_have_no_effect_on_the_channel_states()" time="5.183395028114319">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__017__Channel__connection_state__changes_to_FAILED__ATTACHING_channel_should_transition_to_FAILED()" time="0.003709077835083008">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__018__Channel__connection_state__changes_to_FAILED__ATTACHED_channel_should_transition_to_FAILED()" time="0.46594393253326416">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__019__Channel__connection_state__changes_to_FAILED__channel_being_released_waiting_for_DETACH_shouldn_t_crash__issue__918_()" time="0.03169906139373779">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__020__Channel__connection_state__changes_to_FAILED__should_immediately_fail_if_not_in_the_connected_state()" time="0.4831899404525757">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__021__Channel__connection_state__changes_to_FAILED__should_keep_the_channels_attached_when_client_reconnected_successfully_and_queue_messages_is_disabled()" time="0.6917619705200195">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__022__Channel__connection_state__changes_to_CLOSED__ATTACHING_channel_should_transition_to_DETACHED()" time="0.3647819757461548">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__023__Channel__connection_state__changes_to_CLOSED__ATTACHED_channel_should_transition_to_DETACHED()" time="0.47584104537963867">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__024__Channel__connection_state__changes_to_SUSPENDED__ATTACHING_channel_should_transition_to_SUSPENDED()" time="0.3042750358581543">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__025__Channel__connection_state__changes_to_SUSPENDED__ATTACHED_channel_should_transition_to_SUSPENDED()" time="0.3844120502471924">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__026__Channel__connection_state__changes_to_SUSPENDED__channel_being_released_waiting_for_DETACH_shouldn_t_crash__issue__918_()" time="0.0516740083694458">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__027__Channel__attach__if_already_ATTACHED_or_ATTACHING_nothing_is_done()" time="0.4166269302368164">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__028__Channel__attach__if_the_user_does_not_have_sufficient_permissions_to_attach__then_the_channel_will_transition_to_FAILED_and_set_the_errorReason()" time="0.4838900566101074">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__029__Channel__attach__if_the_channel_is_in_the_FAILED_state__the_attach_request_sets_its_errorReason_to_null__and_proceeds_with_a_channel_attach()" time="0.5030820369720459">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__030__Channel__attach__should_send_an_ATTACH_ProtocolMessage__change_state_to_ATTACHING_and_change_state_to_ATTACHED_after_confirmation()" time="0.40734899044036865">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__031__Channel__attach__should_transition_the_channel_state_to_FAILED_if_the_user_does_not_have_sufficient_permissions()" time="0.5941659212112427">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__032__Channel__attach__should_transition_the_channel_state_to_SUSPENDED_if_ATTACHED_ProtocolMessage_is_not_received()" time="2.461116075515747">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__033__Channel__attach__if_called_with_a_callback_should_call_it_once_attached()" time="0.366055965423584">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__034__Channel__attach__if_called_with_a_callback_and_already_attaching_should_call_the_callback_once_attached()" time="0.4259819984436035">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__035__Channel__attach__if_called_with_a_callback_and_already_attached_should_call_the_callback_with_nil_error()" time="0.3938959836959839">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__036__Channel__attach__if_the_channel_is_in_a_pending_state_ATTACHING__do_the_attach_operation_after_the_completion_of_the_pending_request()" time="0.4238009452819824">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__037__Channel__attach__if_the_channel_is_in_a_pending_state_DETACHING__do_the_attach_operation_after_the_completion_of_the_pending_request()" time="0.5082050561904907">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__038__Channel__attach__a_channel_in_DETACHING_can_actually_move_back_to_ATTACHED_if_it_fails_to_detach()" time="1.4457049369812012">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__039__Channel__attach__results_in_an_error_if_the_connection_state_is__CLOSING()" time="0.3147770166397095">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__040__Channel__attach__results_in_an_error_if_the_connection_state_is__CLOSED()" time="0.3940410614013672">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__041__Channel__attach__results_in_an_error_if_the_connection_state_is__SUSPENDED()" time="0.0034809112548828125">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__042__Channel__attach__results_in_an_error_if_the_connection_state_is__FAILED()" time="0.0036780834197998047">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__043__Channel__attach__happens_when_connection_is_CONNECTED_if_it_s_currently__INITIALIZED()" time="0.4527479410171509">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__044__Channel__attach__happens_when_connection_is_CONNECTED_if_it_s_currently__CONNECTING()" time="0.3545420169830322">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__046__Channel__attach__attach_resume__should_pass_attach_resume_flag_in_attach_message()" time="0.49350106716156006">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__047__Channel__attach__attach_resume__should_have_correct_AttachResume_value()" time="0.4489539861679077">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__048__Channel__attach__attach_resume__should_encode_correctly_the_AttachResume_flag()" time="2.9635790586471558">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__049__Channel__detach__if_state_is_INITIALIZED_or_DETACHED_nothing_is_done()" time="0.544052004814148">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__050__Channel__detach__if_the_channel_is_in_a_pending_state_DETACHING__do_the_detach_operation_after_the_completion_of_the_pending_request()" time="1.5374490022659302">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__051__Channel__detach__if_the_channel_is_in_a_pending_state_ATTACHING__do_the_detach_operation_after_the_completion_of_the_pending_request()" time="0.3824460506439209">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__052__Channel__detach__results_in_an_error_if_the_connection_state_is_FAILED()" time="0.002313971519470215">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__053__Channel__detach__should_send_a_DETACH_ProtocolMessage__change_state_to_DETACHING_and_change_state_to_DETACHED_after_confirmation()" time="0.4565470218658447">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__054__Channel__detach__if_called_with_a_callback_should_call_it_once_detached()" time="0.4641759395599365">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__055__Channel__detach__if_called_with_a_callback_and_already_detaching_should_call_the_callback_once_detached()" time="0.4546360969543457">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__056__Channel__detach__if_called_with_a_callback_and_already_detached_should_should_call_the_callback_with_nil_error()" time="0.49396800994873047">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__057__Channel__detach__if_a_DETACHED_is_not_received_within_the_default_realtime_request_timeout__the_detach_request_should_be_treated_as_though_it_has_failed_and_the_channel_will_return_to_its_previous_state()" time="1.4570660591125488">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__058__Channel__detach__if_the_channel_state_is_SUSPENDED__the__detach__request_transitions_the_channel_immediately_to_the_DETACHED_state()" time="0.37955403327941895">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__059__Channel__detach__results_in_an_error_if_the_connection_state_is__CLOSING()" time="0.4852609634399414">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__060__Channel__detach__results_in_an_error_if_the_connection_state_is__FAILED()" time="0.3941159248352051">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__061__Channel__detach__happens_when_channel_is_ATTACHED_if_connection_is_currently__INITIALIZED()" time="0.6121739149093628">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__062__Channel__detach__happens_when_channel_is_ATTACHED_if_connection_is_currently__CONNECTING()" time="0.6910829544067383">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__063__Channel__detach__happens_when_channel_is_ATTACHED_if_connection_is_currently__DISCONNECTED()" time="0.8208199739456177">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__064__Channel__publish__should_encode_messages_in_the_same_way_as_the_RestChannel()" time="0.7221049070358276">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__065__Channel__publish__Message_connectionId_should_match_the_current_Connection_id_for_all_published_messages()" time="0.4060279130935669">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__066__Channel__publish__should_provide_an_optional_argument_that_allows_the_clientId_value_to_be_specified()" time="0.4138859510421753">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__067__Channel__publish__should_invoke_callback__when_the_message_is_successfully_delivered()" time="0.4588090181350708">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__068__Channel__publish__should_invoke_callback__upon_failure()" time="0.5977550745010376">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__069__Channel__publish__should_invoke_callback__for_all_messages_published()" time="1.2714250087738037">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__070__Channel__publish__Connection_state_conditions__publish_should_not_trigger_an_implicit_attach()" time="0.3718680143356323">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__071__Channel__publish__Connection_state_conditions__if_the_connection_is_CONNECTED_and_the_channel_is__ATTACHED_then_the_messages_should_be_published_immediately()" time="0.5383219718933105">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__072__Channel__publish__Connection_state_conditions__if_the_connection_is_CONNECTED_and_the_channel_is__INITIALIZED_then_the_messages_should_be_published_immediately()" time="0.35525500774383545">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__073__Channel__publish__Connection_state_conditions__if_the_connection_is_CONNECTED_and_the_channel_is__DETACHED_then_the_messages_should_be_published_immediately()" time="0.5183980464935303">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__074__Channel__publish__Connection_state_conditions__if_the_connection_is_CONNECTED_and_the_channel_is__ATTACHING_then_the_messages_should_be_published_immediately()" time="0.4504050016403198">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__075__Channel__publish__Connection_state_conditions__if_the_connection_is_CONNECTED_and_the_channel_is__DETACHING_then_the_messages_should_be_published_immediately()" time="0.47432398796081543">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__076__Channel__publish__Connection_state_conditions__the_message__should_be_queued_and_delivered_as_soon_as_the_connection_state_returns_to_CONNECTED_if_the_connection_is__INITIALIZED()" time="0.5704829692840576">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__077__Channel__publish__Connection_state_conditions__the_message__should_be_queued_and_delivered_as_soon_as_the_connection_state_returns_to_CONNECTED_if_the_connection_is__CONNECTING()" time="0.7686989307403564">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__078__Channel__publish__Connection_state_conditions__the_message__should_be_queued_and_delivered_as_soon_as_the_connection_state_returns_to_CONNECTED_if_the_connection_is__DISCONNECTED()" time="0.9989609718322754">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__079__Channel__publish__Connection_state_conditions__the_message__should_NOT_be_queued_instead_it_should_be_published_if_the_channel_is__INITIALIZED()" time="0.5632820129394531">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__080__Channel__publish__Connection_state_conditions__the_message__should_NOT_be_queued_instead_it_should_be_published_if_the_channel_is__ATTACHING()" time="0.5623959302902222">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__081__Channel__publish__Connection_state_conditions__the_message__should_NOT_be_queued_instead_it_should_be_published_if_the_channel_is__ATTACHED()" time="6.0438010692596436">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__082__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_SUSPENDED()" time="0.31367599964141846">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__083__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_CLOSING()" time="0.29337501525878906">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__084__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_CLOSED()" time="0.7144060134887695">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__085__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_FAILED()" time="0.3633219003677368">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__086__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__channel_is_SUSPENDED()" time="0.47291696071624756">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__087__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__channel_is_FAILED()" time="0.473067045211792">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__088__Channel__publish__message_bundling__Messages_are_delivered_using_a_single_ProtocolMessage_where_possible_by_bundling_in_all_messages_for_that_channel()" time="0.9207810163497925">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__089__Channel__publish__message_bundling__The_resulting_ProtocolMessage_must_not_exceed_the_maxMessageSize()" time="2.751273989677429">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__091__Channel__publish__message_bundling__should_publish_only_once_on_multiple_explicit_publish_requests_for_a_given_message_with_client_supplied_ids()" time="0.4569929838180542">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__092__Channel__publish__message_bundling__Messages_with_differing_clientId_values_must_not_be_bundled_together__messages_with_different__non_empty__clientIds_are_posted_via_different_protocol_messages()" time="0.9269700050354004">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__093__Channel__publish__message_bundling__Messages_with_differing_clientId_values_must_not_be_bundled_together__messages_with_mixed_empty_non_empty_clientIds_are_posted_via_different_protocol_messages()" time="0.4620850086212158">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__094__Channel__publish__message_bundling__Messages_with_differing_clientId_values_must_not_be_bundled_together__messages_bundled_by_the_user_are_posted_in_a_single_protocol_message_even_if_they_have_mixed_clientIds()" time="0.42653095722198486">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__095__Channel__publish__Unidentified_clients_using_Basic_Auth__should_have_the_provided_clientId_on_received_message_when_it_was_published_with_clientId()" time="0.4268239736557007">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__096__Channel__publish__expect_either__an_array_of_Message_objects()" time="0.38595104217529297">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__097__Channel__publish__expect_either__a_name_string_and_data_payload()" time="0.4241429567337036">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__098__Channel__publish__expect_either__allows_name_to_be_null()" time="0.46098995208740234">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__099__Channel__publish__expect_either__allows_data_to_be_null()" time="0.3727591037750244">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__100__Channel__publish__expect_either__allows_name_and_data_to_be_assigned()" time="0.43172693252563477">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__101__Channel__publish__Identified_clients_with_clientId__when_publishing_a_Message_with_the_clientId_attribute_value_set_to_the_identified_client_s_clientId()" time="0.3710979223251343">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__102__Channel__publish__Identified_clients_with_clientId__when_publishing_a_Message_with_a_different_clientId_attribute_value_from_the_identified_client_s_clientId__it_should_reject_that_publish_operation_immediately()" time="0.5053819417953491">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__103__Channel__publish__Identified_clients_with_clientId__message_should_be_published_following_authentication_and_received_back_with_the_clientId_intact()" time="0.5097839832305908">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__104__Channel__publish__Identified_clients_with_clientId__message_should_be_rejected_by_the_Ably_service_and_the_message_error_should_contain_the_server_error()" time="0.532256007194519">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__105__Channel__publish__Identified_clients_with_clientId__When_publishing_a_Message_with_clientId_set_to_null__should_be_unnecessary_to_set_clientId_of_the_Message_before_publishing_and_have_clientId_value_set_for_the_Message_when_received()" time="0.482571005821228">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__106__Channel__subscribe__with_no_arguments_subscribes_a_listener_to_all_messages()" time="0.3736119270324707">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__107__Channel__subscribe__with_a_single_name_argument_subscribes_a_listener_to_only_messages_whose_name_member_matches_the_string_name()" time="0.42362308502197266">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__108__Channel__subscribe__with_a_attach_callback_should_subscribe_and_call_the_callback_when_attached()" time="0.4992339611053467">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__109__Channel__subscribe__should_implicitly_attach_the_channel()" time="0.4036519527435303">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__110__Channel__subscribe__should_result_in_an_error_if_channel_is_in_the_FAILED_state()" time="0.003697037696838379">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__111__Channel__subscribe__should_exist_ensuring_published_messages_are_not_echoed_back_to_the_subscriber_when_echoMessages_is_false()" time="1.5586750507354736">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__112__Channel__subscribe__should_deliver_the_message_even_if_there_is_an_error_while_decoding__using_crypto_data_128()" time="0.371662974357605">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__113__Channel__subscribe__should_deliver_the_message_even_if_there_is_an_error_while_decoding__using_crypto_data_256()" time="0.3695420026779175">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__114__Channel__subscribe__message_cannot_be_decoded_or_decrypted__should_deliver_with_encoding_attribute_set_indicating_the_residual_encoding_and_error_should_be_emitted()" time="0.3548170328140259">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__115__Channel__unsubscribe__with_no_arguments_unsubscribes_the_provided_listener_to_all_messages_if_subscribed()" time="0.36850297451019287">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__116__Channel__unsubscribe__with_a_single_name_argument_unsubscribes_the_provided_listener_if_previously_subscribed_with_a_name_specific_subscription()" time="0.3787950277328491">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__117__Channel__history__should_support_all_the_same_params_as_Rest()" time="0.47129595279693604">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__118__Channel__history__should_return_a_PaginatedResult_page()" time="0.5458190441131592">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__119__Channel__history__should_retrieve_all_available_messages()" time="0.7884349822998047">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__120__Channel__history__attached_channel_may_receive_an_additional_ATTACHED_ProtocolMessage()" time="0.3776519298553467">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__121__Channel__history__If_an_ERROR_ProtocolMessage_is_received_for_this_channel_then_the_channel_should_immediately_transition_to_the_FAILED_state__the_errorReason_should_be_set_and_an_error_should_be_emitted_on_the_channel()" time="0.3749830722808838">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__122__Channel__history__should_not_emit_messages_to_subscribers_if_the_channel_is_in_any_state_other_than_ATTACHED()" time="3.792765974998474">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__123__Channel__history__supports_the_param_untilAttach__should_be_false_as_default()" time="0.0006248950958251953">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__124__Channel__history__supports_the_param_untilAttach__should_invoke_an_error_when_the_untilAttach_is_specified_and_the_channel_is_not_attached()" time="0.002093076705932617">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__125__Channel__history__supports_the_param_untilAttach__where_value_is_true__should_pass_the_querystring_param_fromSerial_with_the_serial_number_assigned_to_the_channel()" time="0.55879807472229">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__126__Channel__history__supports_the_param_untilAttach__where_value_is_false__should_pass_the_querystring_param_fromSerial_with_the_serial_number_assigned_to_the_channel()" time="0.492264986038208">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__127__Channel__history__supports_the_param_untilAttach__should_retrieve_messages_prior_to_the_moment_that_the_channel_was_attached()" time="1.116642951965332">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__128__Channel__history__if_the_channel_receives_a_server_initiated_DETACHED_message_when__the_channel_is_in_the_ATTACHED_states__an_attempt_to_reattach_the_channel_should_be_made_immediately_by_sending_a_new_ATTACH_message_and_the_channel_should_transition_to_the_ATTACHING_state_with_the_error_emitted_in_the_ChannelStateChange_event()" time="0.412214994430542">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__129__Channel__history__if_the_channel_receives_a_server_initiated_DETACHED_message_when__the_channel_is_in_the_SUSPENDED_state__an_attempt_to_reattach_the_channel_should_be_made_immediately_by_sending_a_new_ATTACH_message_and_the_channel_should_transition_to_the_ATTACHING_state_with_the_error_emitted_in_the_ChannelStateChange_event()" time="1.4150420427322388">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__130__Channel__history__if_the_channel_receives_a_server_initiated_DETACHED_message_when__if_the_attempt_to_re_attach_fails_the_channel_will_transition_to_the_SUSPENDED_state_and_the_error_will_be_emitted_in_the_ChannelStateChange_event()" time="2.4995230436325073">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__131__Channel__history__if_the_channel_receives_a_server_initiated_DETACHED_message_when__if_the_channel_was_already_in_the_ATTACHING_state__the_channel_will_transition_to_the_SUSPENDED_state_and_the_error_will_be_emitted_in_the_ChannelStateChange_event()" time="0.3954869508743286">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__132__Channel__history__if_the_channel_receives_a_server_initiated_DETACHED_message_when__if_the_connection_is_no_longer_CONNECTED__then_the_automatic_attempts_to_re_attach_the_channel_must_be_cancelled()" time="1.3866419792175293">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__133__Channel__history__Channel_options__setOptions__should_send_an_ATTACH_message_with_params___modes_if_the_channel_is_attached()" time="0.6891309022903442">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__134__Channel__history__Channel_options__setOptions__should_send_an_ATTACH_message_with_params___modes_if_the_channel_is_attaching()" time="0.5033988952636719">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__135__Channel__history__Channel_options__setOptions__should_success_immediately_if_channel_is_not_attaching_or_attached()" time="0.0012530088424682617">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__136__Channel__history__Channel_options__setOptions__should_fail_if_the_attach_moves_to_FAILED()" time="0.7658979892730713">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__137__Channel__history__Channel_options__setOptions__should_fail_if_the_attach_moves_to_DETACHED()" time="0.4708949327468872">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__138__Channel__crypto__if_configured_for_encryption__channels_encrypt_and_decrypt_messages__data()" time="1.300786018371582">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__139__message_attributes__if_the_message_does_not_contain_an_id__it_should_be_set_to_protocolMsgId_index()" time="0.4194689989089966">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__Channel_options__setOptions__shouldUpdateOptionsOfRestChannel()" time="0.3657259941101074">
        </testcase>
        <testcase classname="RealtimeClientChannelsTests" name="test__001__Channels__should_exist_methods_to_check_if_a_channel_exists_or_iterate_through_the_existing_channels()" time="0.002315044403076172">
        </testcase>
        <testcase classname="RealtimeClientChannelsTests" name="test__002__Channels__get__should_create_a_new_Channel_if_none_exists_or_return_the_existing_one()" time="0.002436995506286621">
        </testcase>
        <testcase classname="RealtimeClientChannelsTests" name="test__003__Channels__get__should_be_possible_to_specify_a_ChannelOptions()" time="0.0018529891967773438">
        </testcase>
        <testcase classname="RealtimeClientChannelsTests" name="test__004__Channels__get__accessing_an_existing_Channel_with_options_should_update_the_options_and_then_return_the_object()" time="0.0025469064712524414">
        </testcase>
        <testcase classname="RealtimeClientChannelsTests" name="test__005__Channels__release__should_release_a_channel()" time="1.0544229745864868">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__001__Connection__should_connect_automatically()" time="0.3236219882965088">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__002__Connection__should_connect_manually()" time="2.660770058631897">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__003__Connection__API_version_param_must_be_included_in_all_connections()" time="0.002978086471557617">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__004__Connection__Library_and_version_param__agent__should_include_the__Ably_Agent__header_value()" time="0.3583979606628418">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__005__Connection__basic_operations_should_work_simultaneously()" time="1.3933169841766357">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__006__Connection__should_have_an_opened_websocket_connection_and_received_a_CONNECTED_ProtocolMessage()" time="0.3140679597854614">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__007__Connection__should_make_a_new_connection_with_a_new_transport_instance_if_the_state_is_CLOSING()" time="0.9059499502182007">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__008__Connection__it_should_make_sure_that__when_the_CLOSED_ProtocolMessage_arrives_for_the_old_connection__it_doesn_t_affect_the_new_one()" time="0.6055120229721069">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__009__Connection__should_enter_FAILED_state_when_API_key_is_invalid()" time="0.5002889633178711">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__010__Connection__attributes_within_ConnectionDetails_should_be_used_as_defaults()" time="0.9433640241622925">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__011__Connection__should_disconnect_the_transport_when_no_activity_exist()" time="4.109920024871826">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__012__Connection__the_client_may_receive_a_CONNECTED_ProtocolMessage_from_Ably_at_any_point_and_should_emit_an_UPDATE_event()" time="0.8657950162887573">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__013__Connection__should_set_the_Connection_reason_attribute_based_on_the_Error_member_of_the_CONNECTED_ProtocolMessage()" time="0.49496400356292725">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__014__Connection__should_not_move_to_FAILED_if_received_DISCONNECT_with_an_error()" time="0.3235130310058594">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__015__Connection__should_abort_reconnection_with_new_token_if_the_server_has_requested_it_to_authorize_and_after_it_the_connection_has_been_closed()" time="0.397629976272583">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__016__Connection__ConnectionDetails__maxMessageSize_overrides_the_default_maxMessageSize()" time="0.3270549774169922">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__017__Connection__url__should_connect_to_the_default_host()" time="0.0023239850997924805">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__018__Connection__url__should_connect_with_query_string_params()" time="0.42180001735687256">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__019__Connection__url__should_connect_with_query_string_params_including_clientId()" time="0.4219779968261719">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__020__Connection__event_emitter__should_emit_events_for_state_changes()" time="1.0409209728240967">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__021__Connection__event_emitter__should_never_emit_a_ConnectionState_event_for_a_state_equal_to_the_previous_state()" time="0.7836899757385254">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__022__Connection__event_emitter__should_emit_states_on_a_new_connection()" time="0.29796409606933594">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__023__Connection__event_emitter__should_emit_states_when_connection_is_closed()" time="0.3970741033554077">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__024__Connection__event_emitter__should_have_the_current_state()" time="0.30773699283599854">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__025__Connection__event_emitter__should_have_a_ConnectionStateChange_as_first_argument_for_every_connection_state_change()" time="0.3075200319290161">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__026__Connection__event_emitter__should_have_the_reason_which_contains_an_ErrorInfo()" time="0.3261539936065674">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__027__Connection__event_emitter__any_state_change_triggered_by_a_ProtocolMessage_that_contains_an_Error_member_should_populate_the_Reason_property()" time="0.39897096157073975">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__028__Connection__ACK_and_NACK__should_expect_either_an_ACK_or_NACK_to_confirm__successful_receipt_and_acceptance_of_message()" time="0.46442699432373047">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__029__Connection__ACK_and_NACK__should_expect_either_an_ACK_or_NACK_to_confirm__successful_receipt_and_acceptance_of_presence()" time="0.48704397678375244">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__030__Connection__ACK_and_NACK__should_expect_either_an_ACK_or_NACK_to_confirm__message_failure()" time="0.6951420307159424">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__031__Connection__ACK_and_NACK__should_expect_either_an_ACK_or_NACK_to_confirm__presence_failure()" time="0.4819600582122803">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__032__Connection__ACK_and_NACK__ProtocolMessage__should_contain_unique_serially_incrementing_msgSerial_along_with_the_count()" time="0.9817389249801636">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__033__Connection__ACK_and_NACK__ProtocolMessage__should_continue_incrementing_msgSerial_serially_if_the_connection_resumes_successfully()" time="5.582947015762329">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__034__Connection__ACK_and_NACK__ProtocolMessage__should_reset_msgSerial_serially_if_the_connection_does_not_resume()" time="1.4317020177841187">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__035__Connection__ACK_and_NACK__should_trigger_the_failure_callback_for_the_remaining_pending_messages_if__connection_is_closed()" time="2.497418999671936">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__036__Connection__ACK_and_NACK__should_trigger_the_failure_callback_for_the_remaining_pending_messages_if__connection_state_enters_FAILED()" time="1.4333189725875854">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__037__Connection__ACK_and_NACK__should_trigger_the_failure_callback_for_the_remaining_pending_messages_if__lost_connection_state()" time="1.8569669723510742">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__038__Connection__connection_id__should_be_null_until_connected()" time="0.3446279764175415">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__039__Connection__connection_id__should_have_unique_IDs()" time="0.6745040416717529">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__040__Connection__connection_key__should_be_null_until_connected()" time="0.4298999309539795">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__041__Connection__connection_key__should_have_unique_connection_keys()" time="0.6699450016021729">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__042__Connection__serial__should_be_minus_1_once_connected()" time="0.30585598945617676">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__043__Connection__serial__should_not_update_when_a_message_is_sent_but_increments_by_one_when_ACK_is_received()" time="1.4464190006256104">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__044__Connection__serial__should_have_last_known_connection_serial_from_restored_connection()" time="2.0833740234375">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__045__Connection__close__if_CONNECTING__do_the_operation_once_CONNECTED()" time="0.5048699378967285">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__046__Connection__close__if_CONNECTED__should_send_a_CLOSE_action__change_state_to_CLOSING_and_receive_a_CLOSED_action()" time="0.3782370090484619">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__047__Connection__close__should_transition_to_CLOSED_action_when_the_close_process_timeouts()" time="0.39423203468322754">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__048__Connection__close__transitions_to_the_CLOSING_state_and_then_to_the_CLOSED_state_if_the_transport_is_abruptly_closed()" time="0.41486096382141113">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__049__Connection__close__if_DISCONNECTED__aborts_the_retry_and_moves_immediately_to_CLOSED()" time="1.8395320177078247">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__050__Connection__close__if_SUSPENDED__aborts_the_retry_and_moves_immediately_to_CLOSED()" time="1.962080955505371">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__051__Connection__ping__fails_if_in_the_INITIALIZED__SUSPENDED__CLOSING__CLOSED_or_FAILED_state()" time="0.8051220178604126">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__052__Connection__ping__should_send_a_ProtocolMessage_with_action_HEARTBEAT_and_expects_a_HEARTBEAT_message_in_response()" time="0.34686195850372314">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__053__Connection__ping__should_fail_if_a_HEARTBEAT_ProtocolMessage_is_not_received_within_the_default_realtime_request_timeout()" time="3.5485860109329224">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__054__Connection__connection_request_fails__on_DISCONNECTED_after_CONNECTED__should_not_emit_error_with_a_renewable_token()" time="3.8225369453430176">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__055__Connection__connection_request_fails__on_token_error_while_CONNECTING__reissues_token_and_reconnects()" time="5.5644659996032715">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__056__Connection__connection_request_fails__should_transition_to_disconnected_when_the_token_renewal_fails()" time="3.971669912338257">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__057__Connection__connection_request_fails__should_transition_to_Failed_state_because_the_token_is_invalid_and_not_renewable()" time="1.6117819547653198">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__058__Connection__connection_request_fails__connection_attempt_should_fail_if_not_connected_within_the_default_realtime_request_timeout()" time="0.5258680582046509">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__059__Connection__connection_request_fails__connection_attempt_fails_for_any_recoverable_reason()" time="3.6044180393218994">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__060__Connection__connection_request_fails__connection_state_has_been_in_the_DISCONNECTED_state_for_more_than_the_default_connectionStateTtl_should_change_the_state_to_SUSPENDED()" time="1.0427780151367188">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__061__Connection__connection_request_fails__should_change_the_state_to_SUSPENDED_when_the_connection_state_has_been_in_the_DISCONNECTED_state_for_more_than_the_connectionStateTtl()" time="13.021227955818176">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__062__Connection__connection_request_fails__on_CLOSE_the_connection_should_stop_connection_retries()" time="3.8125510215759277">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__063__Connection__connection_failures_once_CONNECTED__should_not_receive_published_messages_until_the_connection_reconnects_successfully()" time="0.8214620351791382">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__064__Connection__connection_failures_once_CONNECTED__if_a_Connection_transport_is_disconnected_unexpectedly_or_if_a_token_expires__then_the_Connection_manager_will_immediately_attempt_to_reconnect()" time="3.552605986595154">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__066__Connection__connection_failures_once_CONNECTED__ACK_and_NACK_responses_for_published_messages_can_only_ever_be_received_on_the_transport_connection_on_which_those_messages_were_sent()" time="0.8391070365905762">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__067__Connection__connection_failures_once_CONNECTED__reconnects_to_the_websocket_endpoint_with_additional_querystring_params__resume_is_the_private_connection_key_and_connection_serial_is_the_most_recent_ProtocolMessage_connectionSerial_received()" time="0.6999650001525879">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__068__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__CONNECTED_ProtocolMessage_with_the_same_connectionId_as_the_current_client__and_no_error()" time="0.7252169847488403">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__069__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__CONNECTED_ProtocolMessage_with_the_same_connectionId_as_the_current_client_and_an_non_fatal_error()" time="0.7963250875473022">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__070__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__CONNECTED_ProtocolMessage_with_a_new_connectionId_and_an_error()" time="0.9201809167861938">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__071__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__ERROR_ProtocolMessage_indicating_a_fatal_error_in_the_connection()" time="0.559520959854126">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__073__Connection__connection_failures_once_CONNECTED__when_a_connection_is_resumed__the_connection_key_may_change_and_will_be_provided_in_the_first_CONNECTED_ProtocolMessage_connectionDetails()" time="0.9758660793304443">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__075__Connection__connection_failures_once_CONNECTED__when_connection__ttl_plus_idle_interval__period_has_passed_since_last_activity__reattaches_to_the_same_channels_after_a_new_connection_has_been_established()" time="6.201520085334778">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__076__Connection__connection_failures_once_CONNECTED__when_connection__ttl_plus_idle_interval__period_has_NOT_passed_since_last_activity__uses_the_same_connection()" time="0.7360339164733887">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__078__Connection__connection_failures_once_CONNECTED__DISCONNECTED_message_contains_a_token_error__and_the_library_does_not_have_a_means_to_renew_the_token__the_connection_will_transition_to_the_FAILED_state()" time="3.124077081680298">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__080__Connection__Connection_recovery__connection_state_should_recover_explicitly_with_a_recover_key()" time="1.456758975982666">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__082__Connection__Connection_recovery__when_a_connection_is_successfully_recovered__Connection_id_will_be_identical_to_the_id_of_the_connection_that_was_recovered_and_Connection_key_will_always_be_updated_to_the_ConnectionDetails_connectionKey_provided_in_the_first_CONNECTED_ProtocolMessage()" time="0.6725800037384033">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__084__Connection__Connection_recovery__should_connect_anyway_if_the_recoverKey_is_no_longer_valid()" time="0.3221670389175415">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__085__Connection__Connection_recovery__should_use_msgSerial_from_recoveryKey_to_set_the_client_internal_msgSerial_but_is_not_sent_to_Ably()" time="0.3527790307998657">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__086__Connection__Host_Fallback__failing_connections_with_custom_endpoint_should_result_in_an_error_immediately()" time="0.10274004936218262">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__087__Connection__Host_Fallback__failing_connections_with_custom_endpoint_should_result_in_time_outs()" time="0.11100506782531738">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__088__Connection__Host_Fallback__applies_when_the_default_realtime_ably_io_endpoint_is_being_used()" time="1.0201849937438965">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__089__Connection__Host_Fallback__applies_when_an_array_of_ClientOptions_fallbackHosts_is_provided()" time="0.33652496337890625">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__090__Connection__Host_Fallback__should_not_use_an_alternative_host_when_the_client_receives_a_bad_request()" time="0.11268901824951172">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__091__Connection__Host_Fallback__every_connection_is_first_attempted_to_the_primary_host_realtime_ably_io()" time="1.0530190467834473">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__092__Connection__Host_Fallback__should_retry_hosts_in_random_order_after_checkin_if_an_internet_connection_is_available()" time="0.7960860729217529">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__093__Connection__Host_Fallback__doesn_t_try_fallback_host_if_Internet_connection_check_fails()" time="0.11215794086456299">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__095__Connection__Host_Fallback__won_t_use_fallback_hosts_feature_if_an_empty_array_is_provided()" time="0.10307192802429199">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__096__Connection__Host_Fallback__client_is_connected_to_a_fallback_host_endpoint_should_do_HTTP_requests_to_the_same_data_centre()" time="0.8170609474182129">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__100__Connection__Host_Fallback__should_move_to_disconnected_when_there_s_no_internet__with_NSPOSIXErrorDomain_with_code_57()" time="0.33937597274780273">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__101__Connection__Host_Fallback__should_move_to_disconnected_when_there_s_no_internet__with_NSPOSIXErrorDomain_with_code_50()" time="0.32863497734069824">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__102__Connection__Host_Fallback__should_move_to_disconnected_when_there_s_no_internet__with_any_kCFErrorDomainCFNetwork()" time="0.3016319274902344">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__106__Connection__Operating_System_events_for_network_internet_connectivity_changes__should_immediately_attempt_to_connect_if_the_operating_system-indicates_that_the_underlying_internet_connection_is_now_available_when_DISCONNECTED_or_SUSPENDED()" time="0.3848299980163574">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__107__Connection__Operating_System_events_for_network_internet_connectivity_changes__Ably_can_request_that_a_connected_client_re_authenticates_by_sending_the_client_an_AUTH_ProtocolMessage()" time="0.8649349212646484">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__108__Connection__Operating_System_events_for_network_internet_connectivity_changes__re_authenticate_and_resume_the_connection_when_the_client_is_forcibly_disconnected_following_a_DISCONNECTED_message_containing_an_error_code_greater_than_or_equal_to_40140_and_less_than_40150()" time="5.745452046394348">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__109__Connection__Operating_System_events_for_network_internet_connectivity_changes__should_immediately_change_the_state_to_DISCONNECTED_if_the_operating_system-indicates_that_the_underlying_internet_connection_is_no_longer_available__when_CONNECTING()" time="0.0023190975189208984">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__110__Connection__Operating_System_events_for_network_internet_connectivity_changes__should_immediately_change_the_state_to_DISCONNECTED_if_the_operating_system-indicates_that_the_underlying_internet_connection_is_no_longer_available__when_CONNECTED()" time="0.464432954788208">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__004__Presence__callback_can_be_provided_that_will_be_called_upon_success()" time="0.42526793479919434">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__005__Presence__callback_can_be_provided_that_will_be_called_upon_failure()" time="0.4733619689941406">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__006__Presence__should_also_ensure_that_using_updateClient_has_no_side_effects_on_a_client_that_has_entered_normally_using_Presence_enter()" time="0.9555479288101196">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__007__Presence__should_indicate_an_error_if_the_client_is_identified_and_has_a_valid_clientId_and_the_clientId_argument_does_not_match_the_client_s_clientId()" time="0.5475668907165527">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__015__Presence__subscribe__with_no_arguments_should_subscribe_a_listener_to_all_presence_messages()" time="1.1021080017089844">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__016__Presence__unsubscribe__with_no_arguments_unsubscribes_the_listener_if_previously_subscribed_with_an_action_specific_subscription()" time="0.0041550397872924805">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__018__Presence__Channel_state_change_side_effects__if_the_channel_enters_the_FAILED_state__all_queued_presence_messages_should_fail_immediately()" time="0.0026780366897583008">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__020__Presence__Channel_state_change_side_effects__if_the_channel_enters_the_DETACHED_state__all_queued_presence_messages_should_fail_immediately()" time="0.4539039134979248">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__021__Presence__Channel_state_change_side_effects__if_the_channel_enters_the_DETACHED_state__should_clear_the_PresenceMap_including_local_members_and_does_not_emit_any_presence_events()" time="0.5756019353866577">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__022__Presence__Channel_state_change_side_effects__channel_enters_the_SUSPENDED_state__all_queued_presence_messages_should_fail_immediately()" time="0.0029619932174682617">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__023__Presence__Channel_state_change_side_effects__channel_enters_the_SUSPENDED_state__should_maintain_the_PresenceMap_and_any_members_present_before_and_after_the_sync_should_not_emit_presence_events()" time="6.659891963005066">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__025__Presence__unsubscribe__with_a_single_action_argument_unsubscribes_the_provided_listener_to_all_presence_messages_for_that_action()" time="0.0021070241928100586">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__026__Presence__subscribe__should_implicitly_attach_the_channel()" time="0.5661040544509888">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__027__Presence__subscribe__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state()" time="0.0024129152297973633">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__028__Presence__subscribe__should_result_in_an_error_if_the_channel_moves_to_the_FAILED_state()" time="0.0026769638061523438">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__029__Presence__subscribe__with_a_single_action_argument()" time="1.2609230279922485">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__032__Presence__enter__entering_without_an_explicit_PresenceMessage_clientId_should_implicitly_use_the_clientId_of_the_current_connection()" time="0.45042097568511963">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__033__Presence__enter__should_result_in_an_error_immediately_if_the_client_is_anonymous()" time="0.0032830238342285156">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__034__Presence__enter__should_result_in_an_error_immediately_if_the_channel_is_DETACHED()" time="0.6000149250030518">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__035__Presence__enter__should_result_in_an_error_immediately_if_the_channel_is_FAILED()" time="0.004446983337402344">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__036__Presence__enter__should_result_in_an_error_if_Ably_service_determines_that_the_client_is_unidentified()" time="0.005068063735961914">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__037__Presence__update__should_update_the_data_for_the_present_member_with_a_value()" time="0.5919370651245117">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__040__Presence__update__optionally_a_callback_can_be_provided_that_is_called_for_success()" time="0.5319710969924927">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__041__Presence__update__optionally_a_callback_can_be_provided_that_is_called_for_failure()" time="0.002485990524291992">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__042__Presence__update__update_without_an_explicit_PresenceMessage_clientId_should_implicitly_use_the_clientId_of_the_current_connection()" time="1.0009499788284302">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__048__Presence__PresenceMap__if_action_of_PRESENT_arrives__it_should_be_added_to_the_presence_map_with_the_action_set_to_PRESENT()" time="0.7761520147323608">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__052__Presence__PresenceMap__compare_for_newness__split_the_id_of_both_presence_messages()" time="29.507851004600525">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__053__Presence__PresenceMap__compare_for_newness__presence_message_has_a_connectionId_which_is_not_an_initial_substring_of_its_id__compares_them_by_timestamp_numerically()" time="29.553804993629456">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__056__Presence__enter__should_result_in_an_error_if_the_client_does_not_have_required_presence_permission()" time="0.5758709907531738">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__057__Presence__update__should_result_in_an_error_immediately_if_the_client_is_anonymous()" time="0.0028679370880126953">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__058__Presence__update__should_result_in_an_error_immediately_if_the_channel_is_DETACHED()" time="0.47562694549560547">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__059__Presence__update__should_result_in_an_error_immediately_if_the_channel_is_FAILED()" time="0.003587961196899414">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__060__Presence__update__should_result_in_an_error_if_the_client_does_not_have_required_presence_permission()" time="0.4872620105743408">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__061__Presence__update__should_result_in_an_error_if_Ably_service_determines_that_the_client_is_unidentified()" time="0.0035599470138549805">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__062__Presence__leave__optionally_a_callback_can_be_provided_that_is_called_for_success()" time="0.9658499956130981">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__063__Presence__leave__optionally_a_callback_can_be_provided_that_is_called_for_failure()" time="0.5202200412750244">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__064__Presence__leave__should_raise_an_error_if_client_is_not_present()" time="0.00268399715423584">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__065__Presence__leave__entering_without_an_explicit_PresenceMessage_clientId_should_implicitly_use_the_clientId_of_the_current_connection()" time="0.9487839937210083">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__066__Presence__leave__if_the_client_is_not_currently_ENTERED__Ably_will_respond_with_an_ACK_and_the_request_will_succeed()" time="1.5770419836044312">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__067__Presence__enter__implicitly_attaches_the_Channel()" time="0.4580700397491455">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__068__Presence__enter__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state()" time="0.004045963287353516">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__069__Presence__enter__should_result_in_an_error_if_the_channel_is_in_the_DETACHED_state()" time="0.46004199981689453">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__070__Presence__leave__should_result_in_an_error_immediately_if_the_client_is_anonymous()" time="0.002870917320251465">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__071__Presence__leave__should_result_in_an_error_immediately_if_the_channel_is_DETACHED()" time="0.46224093437194824">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__072__Presence__leave__should_result_in_an_error_immediately_if_the_channel_is_FAILED()" time="0.47442495822906494">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__073__Presence__leave__should_result_in_an_error_if_the_client_does_not_have_required_presence_permission()" time="0.46257996559143066">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__074__Presence__leave__should_result_in_an_error_if_Ably_service_determines_that_the_client_is_unidentified()" time="0.002200007438659668">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__075__Presence__subscribe__should_implicitly_attach_the_channel()" time="0.5667760372161865">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__076__Presence__subscribe__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state()" time="0.0034079551696777344">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__077__Presence__subscribe__should_result_in_an_error_if_the_channel_moves_to_the_FAILED_state()" time="0.003867030143737793">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__078__Presence__enter__optional_data_can_be_included_when_entering_a_channel()" time="0.4889620542526245">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__079__Presence__enter__should_emit_the_data_attribute_in_the_LEAVE_event_when_data_is_provided_when_entering_but_no_data_is_provided_when_leaving()" time="0.9639790058135986">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__084__Presence__enterClient__should_implicitly_attach_the_Channel()" time="0.46903395652770996">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__085__Presence__enterClient__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state()" time="0.0022690296173095703">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__086__Presence__enterClient__should_result_in_an_error_if_the_channel_moves_to_the_FAILED_state()" time="0.0033899545669555664">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__087__Presence__updateClient__should_implicitly_attach_the_Channel()" time="0.44221699237823486">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__088__Presence__updateClient__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state()" time="0.002122044563293457">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__089__Presence__updateClient__should_result_in_an_error_if_the_channel_moves_to_the_FAILED_state()" time="0.0033060312271118164">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__090__Presence__leaveClient__should_implicitly_attach_the_Channel()" time="0.4399850368499756">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__091__Presence__leaveClient__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state()" time="0.0033189058303833008">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__092__Presence__leaveClient__should_result_in_an_error_if_the_channel_moves_to_the_FAILED_state()" time="0.002157926559448242">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__093__Presence__Connection_state_conditions__all_presence_messages_are_published_immediately_if_the_connection_is_CONNECTED()" time="0.45857906341552734">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__094__Presence__Connection_state_conditions__all_presence_messages_will_be_queued_and_delivered_as_soon_as_the_connection_state_returns_to_CONNECTED()" time="0.8509609699249268">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__095__Presence__Connection_state_conditions__all_presence_messages_will_be_lost_if_queueMessages_has_been_explicitly_set_to_false()" time="0.41621696949005127">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__096__Presence__Connection_state_conditions__should_result_in_an_error_if_the_connection_state_is_INITIALIZED_and_queueMessages_has_been_explicitly_set_to_false()" time="0.0014569759368896484">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__097__Presence__Connection_state_conditions__should_result_in_an_error_if_the_connection_state_is__suspended()" time="0.37771403789520264">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__098__Presence__Connection_state_conditions__should_result_in_an_error_if_the_connection_state_is__closed()" time="0.44667792320251465">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__099__Presence__Connection_state_conditions__should_result_in_an_error_if_the_connection_state_is__failed()" time="0.654473066329956">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__101__Presence__get__should_implicitly_attach_the_channel()" time="0.5025310516357422">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__102__Presence__get__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state()" time="0.0049849748611450195">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__103__Presence__get__should_result_in_an_error_if_the_channel_moves_to_the_FAILED_state()" time="0.0037680864334106445">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__104__Presence__get__should_result_in_an_error_if_the_channel_is_in_the_DETACHED_state()" time="0.517225980758667">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__105__Presence__get__should_result_in_an_error_if_the_channel_moves_to_the_DETACHED_state()" time="34.82991302013397">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__106__Presence__get__query__waitForSync_should_be_true_by_default()" time="0.00046896934509277344">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__107__Presence__get__If_the_Channel_is_in_the_SUSPENDED_state_then__by_default__results_in_an_error()" time="0.002722024917602539">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__108__Presence__get__If_the_Channel_is_in_the_SUSPENDED_state_then__if_waitForSync_is_true__results_in_an_error()" time="0.003394007682800293">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__109__Presence__get__If_the_Channel_is_in_the_SUSPENDED_state_then__if_waitForSync_is_false__returns_the_members_in_the_current_PresenceMap()" time="0.00398099422454834">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__111__Presence__get__Query__set_of_params___waitForSync_is_false__should_return_immediately_the_known_set_of_presence_members()" time="44.5945760011673">
            <failure message="expected to have Array&lt;ARTPresenceMessage&gt; with count 100, got 150
Actual Value: [&lt;ARTPresenceMessage: 0x7fe67e0d48a0&gt; {id: RcLGPr5sBe:67:0,clientId: user68,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:36 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e019f10&gt; {id: RcLGPr5sBe:71:0,clientId: user72,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:37 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e7958f0&gt; {id: RcLGPr5sBe:8:0,clientId: user9,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:19 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e079330&gt; {id: RcLGPr5sBe:76:0,clientId: user77,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:39 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dae0790&gt; {id: RcLGPr5sBe:100:0,clientId: user101,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:45 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e09c500&gt; {id: RcLGPr5sBe:80:0,clientId: user81,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:40 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dab9c70&gt; {id: RcLGPr5sBe:105:0,clientId: user106,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:47 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da56630&gt; {id: RcLGPr5sBe:109:0,clientId: user110,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:48 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0af5d0&gt; {id: RcLGPr5sBe:85:0,clientId: user86,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:41 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67daa6d90&gt; {id: RcLGPr5sBe:114:0,clientId: user115,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:50 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e7d4200&gt; {id: RcLGPr5sBe:89:0,clientId: user90,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:42 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e735570&gt; {id: RcLGPr5sBe:94:0,clientId: user95,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:44 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e20b950&gt; {id: RcLGPr5sBe:123:0,clientId: user124,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:52 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2178f0&gt; {id: RcLGPr5sBe:128:0,clientId: user129,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:54 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e20d9d0&gt; {id: RcLGPr5sBe:132:0,clientId: user133,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:55 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e29cd40&gt; {id: RcLGPr5sBe:137:0,clientId: user138,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:56 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a82870&gt; {id: RcLGPr5sBe:141:0,clientId: user142,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:57 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e279d10&gt; {id: RcLGPr5sBe:13:0,clientId: user14,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:20 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2eed50&gt; {id: RcLGPr5sBe:146:0,clientId: user147,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:59 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a92cd0&gt; {id: RcLGPr5sBe:22:0,clientId: user23,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:23 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2e9780&gt; {id: RcLGPr5sBe:18:0,clientId: user19,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:22 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688aca160&gt; {id: RcLGPr5sBe:31:0,clientId: user32,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:25 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a4daa0&gt; {id: RcLGPr5sBe:27:0,clientId: user28,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:24 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da91090&gt; {id: RcLGPr5sBe:40:0,clientId: user41,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:28 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a0fe00&gt; {id: RcLGPr5sBe:36:0,clientId: user37,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:27 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67daebb00&gt; {id: RcLGPr5sBe:49:0,clientId: user50,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:31 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dabaaa0&gt; {id: RcLGPr5sBe:45:0,clientId: user46,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:29 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0d3a20&gt; {id: RcLGPr5sBe:54:0,clientId: user55,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:32 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688aac900&gt; {id: RcLGPr5sBe:0:0,clientId: user1,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:17 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0714a0&gt; {id: RcLGPr5sBe:63:0,clientId: user64,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:35 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0e2ad0&gt; {id: RcLGPr5sBe:68:0,clientId: user69,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:36 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e008a80&gt; {id: RcLGPr5sBe:72:0,clientId: user73,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:37 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0d4d30&gt; {id: RcLGPr5sBe:77:0,clientId: user78,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:39 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0ceb80&gt; {id: RcLGPr5sBe:81:0,clientId: user82,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:40 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da895b0&gt; {id: RcLGPr5sBe:103:0,clientId: user104,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:46 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e7beea0&gt; {id: RcLGPr5sBe:86:0,clientId: user87,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:41 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dae7fd0&gt; {id: RcLGPr5sBe:108:0,clientId: user109,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:48 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da550c0&gt; {id: RcLGPr5sBe:112:0,clientId: user113,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:49 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e717b70&gt; {id: RcLGPr5sBe:90:0,clientId: user91,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:43 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2b5e70&gt; {id: RcLGPr5sBe:121:0,clientId: user122,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:51 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da86bc0&gt; {id: RcLGPr5sBe:117:0,clientId: user118,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:50 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e7bda20&gt; {id: RcLGPr5sBe:95:0,clientId: user96,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:44 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e27cee0&gt; {id: RcLGPr5sBe:126:0,clientId: user127,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:53 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e28ac20&gt; {id: RcLGPr5sBe:130:0,clientId: user131,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:54 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2f2ae0&gt; {id: RcLGPr5sBe:135:0,clientId: user136,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:55 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688ad2040&gt; {id: RcLGPr5sBe:139:0,clientId: user140,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:57 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a0bae0&gt; {id: RcLGPr5sBe:9:0,clientId: user10,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:19 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e28d360&gt; {id: RcLGPr5sBe:1:0,clientId: user2,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:17 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2ae800&gt; {id: RcLGPr5sBe:144:0,clientId: user145,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:58 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e29c2b0&gt; {id: RcLGPr5sBe:14:0,clientId: user15,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:21 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e24c8b0&gt; {id: RcLGPr5sBe:23:0,clientId: user24,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:23 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688abaa10&gt; {id: RcLGPr5sBe:32:0,clientId: user33,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:26 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a39f70&gt; {id: RcLGPr5sBe:28:0,clientId: user29,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:25 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dabfc50&gt; {id: RcLGPr5sBe:41:0,clientId: user42,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:28 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688ac2690&gt; {id: RcLGPr5sBe:37:0,clientId: user38,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:27 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67daa4d00&gt; {id: RcLGPr5sBe:50:0,clientId: user51,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:31 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67daf6190&gt; {id: RcLGPr5sBe:46:0,clientId: user47,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:30 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0625a0&gt; {id: RcLGPr5sBe:59:0,clientId: user60,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:33 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0c8130&gt; {id: RcLGPr5sBe:55:0,clientId: user56,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:32 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a39160&gt; {id: RcLGPr5sBe:2:0,clientId: user3,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:17 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0239f0&gt; {id: RcLGPr5sBe:64:0,clientId: user65,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:35 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e00b260&gt; {id: RcLGPr5sBe:73:0,clientId: user74,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:37 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da950d0&gt; {id: RcLGPr5sBe:101:0,clientId: user102,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:46 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e076050&gt; {id: RcLGPr5sBe:78:0,clientId: user79,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:39 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e06e600&gt; {id: RcLGPr5sBe:82:0,clientId: user83,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:40 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dab6790&gt; {id: RcLGPr5sBe:106:0,clientId: user107,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:47 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67daa0b90&gt; {id: RcLGPr5sBe:110:0,clientId: user111,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:48 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e7f0fc0&gt; {id: RcLGPr5sBe:87:0,clientId: user88,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:42 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e206440&gt; {id: RcLGPr5sBe:119:0,clientId: user120,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:51 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da57210&gt; {id: RcLGPr5sBe:115:0,clientId: user116,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:50 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e7ade50&gt; {id: RcLGPr5sBe:91:0,clientId: user92,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:43 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2a5f10&gt; {id: RcLGPr5sBe:124:0,clientId: user125,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:52 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e7ee710&gt; {id: RcLGPr5sBe:96:0,clientId: user97,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:44 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e27c0e0&gt; {id: RcLGPr5sBe:133:0,clientId: user134,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:55 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e24e950&gt; {id: RcLGPr5sBe:138:0,clientId: user139,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:56 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688ab4250&gt; {id: RcLGPr5sBe:142:0,clientId: user143,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:58 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67daa8110&gt; {id: RcLGPr5sBe:10:0,clientId: user11,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:20 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e24c9a0&gt; {id: RcLGPr5sBe:147:0,clientId: user148,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:59 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e287630&gt; {id: RcLGPr5sBe:15:0,clientId: user16,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:21 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2eee10&gt; {id: RcLGPr5sBe:19:0,clientId: user20,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:22 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688aa1ee0&gt; {id: RcLGPr5sBe:3:0,clientId: user4,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:17 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a186c0&gt; {id: RcLGPr5sBe:24:0,clientId: user25,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:24 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688acad70&gt; {id: RcLGPr5sBe:33:0,clientId: user34,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:26 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dadcff0&gt; {id: RcLGPr5sBe:42:0,clientId: user43,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:29 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a2a6e0&gt; {id: RcLGPr5sBe:38:0,clientId: user39,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:28 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e24cdd0&gt; {id: RcLGPr5sBe:51:0,clientId: user52,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:31 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67daa9050&gt; {id: RcLGPr5sBe:47:0,clientId: user48,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:30 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0564a0&gt; {id: RcLGPr5sBe:60:0,clientId: user61,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:34 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e051af0&gt; {id: RcLGPr5sBe:56:0,clientId: user57,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:33 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e00f780&gt; {id: RcLGPr5sBe:69:0,clientId: user70,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:36 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da9f7e0&gt; {id: RcLGPr5sBe:4:0,clientId: user5,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:18 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0342b0&gt; {id: RcLGPr5sBe:65:0,clientId: user66,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:35 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e056aa0&gt; {id: RcLGPr5sBe:74:0,clientId: user75,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:38 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a9c2a0&gt; {id: RcLGPr5sBe:99:0,clientId: user100,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:45 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e057c00&gt; {id: RcLGPr5sBe:83:0,clientId: user84,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:40 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da9fa00&gt; {id: RcLGPr5sBe:104:0,clientId: user105,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:47 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da6ff20&gt; {id: RcLGPr5sBe:113:0,clientId: user114,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:49 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e775180&gt; {id: RcLGPr5sBe:88:0,clientId: user89,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:42 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e783a90&gt; {id: RcLGPr5sBe:92:0,clientId: user93,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:43 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da5ee60&gt; {id: RcLGPr5sBe:118:0,clientId: user119,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:51 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e254050&gt; {id: RcLGPr5sBe:122:0,clientId: user123,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:52 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e781ff0&gt; {id: RcLGPr5sBe:97:0,clientId: user98,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:44 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e20de70&gt; {id: RcLGPr5sBe:131:0,clientId: user132,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:54 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2fad80&gt; {id: RcLGPr5sBe:127:0,clientId: user128,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:53 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e25c820&gt; {id: RcLGPr5sBe:136:0,clientId: user137,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:56 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a612c0&gt; {id: RcLGPr5sBe:140:0,clientId: user141,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:57 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dafe3f0&gt; {id: RcLGPr5sBe:11:0,clientId: user12,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:20 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2f6460&gt; {id: RcLGPr5sBe:145:0,clientId: user146,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:58 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2ecff0&gt; {id: RcLGPr5sBe:149:0,clientId: user150,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:59 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e03ae50&gt; {id: RcLGPr5sBe:5:0,clientId: user6,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:18 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e296ef0&gt; {id: RcLGPr5sBe:20:0,clientId: user21,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:22 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e218ba0&gt; {id: RcLGPr5sBe:16:0,clientId: user17,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:21 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688aac190&gt; {id: RcLGPr5sBe:29:0,clientId: user30,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:25 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a15e00&gt; {id: RcLGPr5sBe:25:0,clientId: user26,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:24 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688ad5470&gt; {id: RcLGPr5sBe:34:0,clientId: user35,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:26 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da9a9b0&gt; {id: RcLGPr5sBe:43:0,clientId: user44,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:29 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e236470&gt; {id: RcLGPr5sBe:52:0,clientId: user53,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:32 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dab6110&gt; {id: RcLGPr5sBe:48:0,clientId: user49,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:30 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0c1490&gt; {id: RcLGPr5sBe:61:0,clientId: user62,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:34 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0d6a40&gt; {id: RcLGPr5sBe:57:0,clientId: user58,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:33 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e01c6d0&gt; {id: RcLGPr5sBe:66:0,clientId: user67,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:36 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0d56e0&gt; {id: RcLGPr5sBe:6:0,clientId: user7,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:18 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0e3e40&gt; {id: RcLGPr5sBe:70:0,clientId: user71,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:37 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e051a70&gt; {id: RcLGPr5sBe:75:0,clientId: user76,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:38 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e06df90&gt; {id: RcLGPr5sBe:79:0,clientId: user80,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:39 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dad0130&gt; {id: RcLGPr5sBe:102:0,clientId: user103,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:46 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e006540&gt; {id: RcLGPr5sBe:84:0,clientId: user85,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:41 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dab2500&gt; {id: RcLGPr5sBe:107:0,clientId: user108,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:47 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dad16d0&gt; {id: RcLGPr5sBe:111:0,clientId: user112,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:48 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e7910b0&gt; {id: RcLGPr5sBe:93:0,clientId: user94,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:43 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67dac01a0&gt; {id: RcLGPr5sBe:116:0,clientId: user117,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:50 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2ad5b0&gt; {id: RcLGPr5sBe:120:0,clientId: user121,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:51 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2a57d0&gt; {id: RcLGPr5sBe:129:0,clientId: user130,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:54 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e297d90&gt; {id: RcLGPr5sBe:125:0,clientId: user126,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:52 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e7613f0&gt; {id: RcLGPr5sBe:98:0,clientId: user99,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:45 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e29b650&gt; {id: RcLGPr5sBe:134:0,clientId: user135,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:55 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a6ec00&gt; {id: RcLGPr5sBe:143:0,clientId: user144,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:58 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e214180&gt; {id: RcLGPr5sBe:12:0,clientId: user13,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:20 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2e4540&gt; {id: RcLGPr5sBe:148:0,clientId: user149,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:59 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2f49a0&gt; {id: RcLGPr5sBe:21:0,clientId: user22,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:23 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e2202d0&gt; {id: RcLGPr5sBe:17:0,clientId: user18,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:21 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e020b00&gt; {id: RcLGPr5sBe:7:0,clientId: user8,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:19 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a7aa00&gt; {id: RcLGPr5sBe:30:0,clientId: user31,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:25 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688a1c540&gt; {id: RcLGPr5sBe:26:0,clientId: user27,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:24 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688ad6980&gt; {id: RcLGPr5sBe:39:0,clientId: user40,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:28 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe688ac56e0&gt; {id: RcLGPr5sBe:35:0,clientId: user36,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:27 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67da8c0c0&gt; {id: RcLGPr5sBe:44:0,clientId: user45,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:29 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e0a71e0&gt; {id: RcLGPr5sBe:53:0,clientId: user54,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:32 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e018210&gt; {id: RcLGPr5sBe:62:0,clientId: user63,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:35 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}, &lt;ARTPresenceMessage: 0x7fe67e052880&gt; {id: RcLGPr5sBe:58:0,clientId: user59,connectionId: RcLGPr5sBe,timestamp: 2022-05-05 03:09:33 +0000,encoding: (null),data: (null),action: 1,syncSessionId: 1}]
 (/Users/runner/work/ably-cocoa/ably-cocoa/Spec/Tests/RealtimeClientPresenceTests.swift#CharacterRangeLen=0&amp;EndingLineNumber=3455&amp;StartingLineNumber=3455)">
            </failure>
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__112__Presence__get__Query__set_of_params___should_return_members_filtered_by_clientId()" time="0.5312620401382446">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__113__Presence__get__Query__set_of_params___should_return_members_filtered_by_connectionId()" time="30.3315110206604">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__114__Presence__history__should_support_all_the_same_params_as_Rest()" time="0.49386394023895264">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__115__Presence__history__should_return_a_PaginatedResult_page()" time="43.76870310306549">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__117__Presence__enterClient__should_be_present_all_the_registered_members_on_a_presence_channel()" time="0.9652910232543945">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__118__Presence__presence_message_attributes__if_the_presence_message_does_not_contain_an_id__it_should_be_set_to_protocolMsgId_index()" time="0.28738701343536377">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__001__RealtimeClient__All_WebSocket_connections_should_include_the_current_API_version()" time="0.4631080627441406">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__002__RealtimeClient__should_have_access_to_the_underlying_Connection_object()" time="0.0014890432357788086">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__003__RealtimeClient__should_provide_access_to_the_underlying_Channels_object()" time="0.0016950368881225586">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__004__RealtimeClient__should_use_the_configured_timeouts_specified()" time="6.62096893787384">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__006__RealtimeClient__should_accept_acks_with_different_order()" time="0.473019003868103">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__007__RealtimeClient__transport_should_guarantee_the_incoming_message_order()" time="0.28739702701568604">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__008__RealtimeClient__subscriber_should_receive_messages_in_the_same_order_in_which_they_have_been_sent()" time="0.5118520259857178">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__009__RealtimeClient__should_dispatch_in_user_queue_when_removing_an_observer()" time="0.0010259151458740234">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__010__RealtimeClient__should_never_register_any_connection_listeners_for_internal_use_with_the_public_EventEmitter()" time="0.412369966506958">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__011__RealtimeClient__should_never_register_any_message_and_channel_listeners_for_internal_use_with_the_public_EventEmitter()" time="0.6986559629440308">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__013__RealtimeClient__options__should_support_the_same_options_as_the_Rest_client()" time="0.2787899971008301">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__014__RealtimeClient__options__should_echoMessages_option_be_true_by_default()" time="0.0005469322204589844">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__015__RealtimeClient__options__should_autoConnect_option_be_true_by_default()" time="0.0004140138626098633">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__016__RealtimeClient__options__should_attempt_to_recover_the_connection_state_if_recover_string_is_assigned()" time="0.58896803855896">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__017__RealtimeClient__options__should_modify_the_realtime_endpoint_host_if_realtimeHost_is_assigned()" time="0.015313982963562012">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__018__RealtimeClient__options__should_modify_both_the_REST_and_realtime_endpoint_if_environment_string_is_assigned()" time="0.0008089542388916016">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__019__RealtimeClient__options__url_should_contains_transport_params()" time="0.003144979476928711">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__020__RealtimeClient__Auth_object__should_provide_access_to_the_Auth_object()" time="0.0020509958267211914">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__021__RealtimeClient__Auth_object__clientId_may_be_populated_when_the_connection_is_established()" time="0.326166033744812">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__022__RealtimeClient__stats__should_present_an_async_interface()" time="0.22036099433898926">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__024__RealtimeClient__time__should_present_an_async_interface()" time="0.14744997024536133">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__025__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__in_the_CONNECTED_state_and_auth_authorize_is_called__the_client_must_obtain_a_new_token__send_an_AUTH_ProtocolMessage_with_an_auth_attribute()" time="0.7209500074386597">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__026__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_authentication_token_change_is_successful__then_the_client_should_receive_a_new_CONNECTED_ProtocolMessage()" time="0.5642310380935669">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__027__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__performs_an_upgrade_of_capabilities_without_any_loss_of_continuity_or_connectivity_during_the_upgrade_process()" time="0.7550569772720337">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__028__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_capabilities_are_downgraded__client_should_receive_an_ERROR_ProtocolMessage_with_a_channel_property()" time="0.6798009872436523">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__029__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_authentication_token_change_fails__client_should_receive_an_ERROR_ProtocolMessage_triggering_the_connection_to_transition_to_the_FAILED_state()" time="0.46133899688720703">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__030__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__authorize_call_should_complete_with_an_error_if_the_request_fails()" time="0.387349009513855">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__031__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__authorize_call_should_be_indicated_as_completed_with_the_new_token_or_error_only_once_realtime_has_responded_to_the_AUTH_with_either_a_CONNECTED_or_ERROR_respectively()" time="0.7259649038314819">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__032__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_connection_is_CONNECTING__all_current_connection_attempts_should_be_halted__and_after_obtaining_a_new_token_the_library_should_immediately_initiate_a_connection_attempt_using_the_new_token()" time="0.7097300291061401">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__033__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__authorize_call_should_complete_with_the_new_token_once_the_connection_has_moved_to_the_CONNECTED_state()" time="0.46056199073791504">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__034__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__authorize_call_should_complete_with_an_error_if_the_connection_moves_to_the_FAILED_state()" time="0.3811030387878418">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__035__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__authorize_call_should_complete_with_an_error_if_the_connection_moves_to_the_SUSPENDED_state()" time="0.39135897159576416">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__037__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_connection_is_in_the_SUSPENDED_state_when_auth_authorize_is_called__after_obtaining_a_token_the_library_should_move_to_the_CONNECTING_state_and_initiate_a_connection_attempt_using_the_new_token()" time="0.7607969045639038">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__038__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_connection_is_in_the_CLOSED_state_when_auth_authorize_is_called__after_obtaining_a_token_the_library_should_move_to_the_CONNECTING_state_and_initiate_a_connection_attempt_using_the_new_token()" time="0.8331599235534668">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__039__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_connection_is_in_the_DISCONNECTED_state_when_auth_authorize_is_called__after_obtaining_a_token_the_library_should_move_to_the_CONNECTING_state_and_initiate_a_connection_attempt_using_the_new_token()" time="1.0874229669570923">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__040__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__when_the_connection_is_in_the_FAILED_state_when_auth_authorize_is_called__after_obtaining_a_token_the_library_should_move_to_the_CONNECTING_state_and_initiate_a_connection_attempt_using_the_new_token()" time="0.7866230010986328">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__041__If_the_total_size_of_message_s__exceeds_the_maxMessageSize__the_client_library_should_reject_the_publish_and_indicate_an_error()" time="0.2974879741668701">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__042__If_the_total_size_of_message_s__exceeds_the_maxMessageSize__the_client_library_should_reject_also_presence_messages__enter_()" time="0.3077249526977539">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__043__If_the_total_size_of_message_s__exceeds_the_maxMessageSize__the_client_library_should_reject_also_presence_messages__leave_()" time="0.3104349374771118">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__044__If_the_total_size_of_message_s__exceeds_the_maxMessageSize__the_client_library_should_reject_also_presence_messages__update_()" time="0.2749509811401367">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__045__If_the_total_size_of_message_s__exceeds_the_maxMessageSize__the_client_library_should_reject_also_presence_messages__updateClient_()" time="0.27759790420532227">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__046__If_the_total_size_of_message_s__exceeds_the_maxMessageSize__the_client_library_should_reject_also_presence_messages__leaveClient_()" time="0.28294599056243896">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__001__publish__should_not_fail_sending_a_message_with_no_clientId_in_the_client_options_and_credentials_that_can_assume_any_clientId()" time="0.2629150152206421">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__002__publish__should_provide_an_optional_argument_that_allows_the_clientId_value_to_be_specified()" time="0.0014449357986450195">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__003__publish__should_provide_an_optional_argument_that_allows_the_extras_value_to_be_specified()" time="0.42291510105133057">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__004__publish__should_include_attributes_supplied_by_the_caller_in_the_encoded_message()" time="0.09923100471496582">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__005__publish__with_name_and_data_arguments__publishes_the_message_and_invokes_callback_with_success()" time="0.19272398948669434">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__006__publish__with_name_only__publishes_the_message_and_invokes_callback_with_success()" time="0.1839200258255005">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__007__publish__with_data_only__publishes_the_message_and_invokes_callback_with_success()" time="0.18349790573120117">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__008__publish__with_neither_name_nor_data__publishes_the_message_and_invokes_callback_with_success()" time="0.17833101749420166">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__009__publish__with_a_Message_object__publishes_the_message_and_invokes_callback_with_success()" time="0.2936660051345825">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__010__publish__with_an_array_of_Message_objects__publishes_the_messages_in_a_single_request_and_invokes_callback_with_success()" time="0.24299895763397217">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__011__publish__Unidentified_clients_using_Basic_Auth__should_publish_message_with_the_provided_clientId()" time="0.18714702129364014">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__012__publish__ClientOptions_clientId__should_include_the_clientId_as_a_querystring_parameter_in_realtime_connection_requests()" time="0.3607569932937622">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__013__publish__ClientOptions_clientId__should_include_an_X_Ably_ClientId_header_with_value_set_to_the_clientId_as_Base64_encoded_string_in_REST_connection_requests()" time="0.1276479959487915">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__014__publish__Message_clientId__publishing_with_no_clientId_when_the_clientId_is_set_to_some_value_in_the_client_options_should_result_in_a_message_received_with_the_clientId_property_set_to_that_value()" time="0.47873902320861816">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__015__publish__Message_clientId__publishing_with_a_clientId_set_to_the_same_value_as_the_clientId_in_the_client_options_should_result_in_a_message_received_with_the_clientId_property_set_to_that_value()" time="0.46315598487854004">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__016__publish__Message_clientId__publishing_with_a_clientId_set_to_a_value_from_an_unidentified_client_should_result_in_a_message_received_with_the_clientId_property_set_to_that_value()" time="0.4715639352798462">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__017__publish__Message_clientId__publishing_with_a_clientId_set_to_a_different_value_from_the_clientId_in_the_client_options_should_result_in_a_message_being_rejected_by_the_server()" time="0.34931397438049316">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__018__publish__If_the_total_size_of_message_s__exceeds_the_maxMessageSize__the_client_library_should_reject_the_publish_and_indicate_an_error()" time="0.027858972549438477">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__019__publish__If_the_total_size_of_message_s__exceeds_the_maxMessageSize__also_when_using_publish_data_clientId_extras()" time="0.009358048439025879">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__020__publish__idempotent_publishing__idempotentRestPublishing_option()" time="0.0009530782699584961">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__021__publish__idempotent_publishing__should_not_generate_for_message_with_a_non_empty_id()" time="0.0014890432357788086">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__022__publish__idempotent_publishing__should_generate_for_internal_message_that_is_created_in_publish_name_data___method()" time="0.0016459226608276367">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__023__publish__idempotent_publishing__should_not_generate_for_multiple_messages_with_a_non_empty_id()" time="0.0013849735260009766">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__024__publish__idempotent_publishing__should_not_generate_when_idempotentRestPublishing_flag_is_off()" time="0.0013710260391235352">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__025__publish__idempotent_publishing__should_have_only_one_published_message()" time="1.275523066520691">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__026__publish__idempotent_publishing__should_publish_a_message_with_implicit_Id_only_once()" time="0.4237619638442993">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__027__publish__idempotent_publishing__random_idempotent_publish_id__should_generate_for_one_message_with_empty_id()" time="0.002043008804321289">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__028__publish__idempotent_publishing__random_idempotent_publish_id__should_generate_for_multiple_messages_with_empty_id()" time="0.0016630887985229492">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__029__history__should_return_a_PaginatedResult_page_containing_the_first_page_of_messages()" time="0.09531700611114502">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__030__history__query_arguments__start_and_end_should_filter_messages_between_those_two_times()" time="0.6095049381256104">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__031__history__query_arguments__start_must_be_equal_to_or_less_than_end_and_is_unaffected_by_the_request_direction()" time="0.0013949871063232422">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__032__history__query_arguments__direction_backwards_or_forwards()" time="0.21818304061889648">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__033__history__query_arguments__limit_items_result()" time="0.228174090385437">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__034__history__query_arguments__limit_supports_up_to_1000_items()" time="0.0016429424285888672">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__036__message_encoding__payloads_should_be_binary__strings__or_objects_capable_of_JSON_representation()" time="0.7533628940582275">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__037__message_encoding__encoding_attribute_should_represent_the_encoding_s__applied_in_right_to_left()" time="0.332738995552063">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__038__message_encoding__json__binary_payload_should_be_encoded_as_Base64_and_represented_as_a_JSON_string()" time="0.10737204551696777">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__039__message_encoding__json__string_payload_should_be_represented_as_a_JSON_string()" time="0.10088896751403809">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__040__message_encoding__json__messages_received_should_be_decoded_based_on_the_encoding_field()" time="0.7684919834136963">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__041__message_encoding__json__json_payload_should_be_stringified_either__as_a_JSON_Array()" time="0.09808194637298584">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__042__message_encoding__json__json_payload_should_be_stringified_either__as_a_JSON_Object()" time="0.19967305660247803">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__043__message_payload_encryption__should_support_AES_encryption__128_CBC_mode()" time="0.1821889877319336">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__044__message_payload_encryption__should_support_AES_encryption__256_CBC_mode()" time="0.20323598384857178">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__045__message_decoding__should_deliver_with_a_binary_payload_when_the_payload_was_successfully_decoded_but_it_could_not_be_decrypted()" time="0.2142549753189087">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__046__message_decoding__should_deliver_with_encoding_attribute_set_indicating_the_residual_encoding_and_error_should_be_emitted()" time="0.196802020072937">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__001__RestClient__channels__should_return_collection_of_channels()" time="0.0005660057067871094">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__002__RestClient__channels__should_be_enumerable()" time="0.000903010368347168">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__003__RestClient__channels__get__should_return_a_channel()" time="0.0006600618362426758">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__004__RestClient__channels__get__should_return_a_channel_with_the_provided_options()" time="0.0006229877471923828">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__005__RestClient__channels__get__should_not_replace_the_options_on_an_existing_channel_when_none_are_provided()" time="0.0006339550018310547">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__006__RestClient__channels__get__should_replace_the_options_on_an_existing_channel_when_new_ones_are_provided()" time="0.0006890296936035156">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__007__RestClient__channels__channelExists__should_check_if_a_channel_exists()" time="0.0006229877471923828">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__008__RestClient__channels__releaseChannel__should_release_a_channel()" time="0.000635981559753418">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__001__Presence__presence_messages_retrieved_are_decoded_in_the_same_way_that_messages_are_decoded()" time="0.6833270788192749">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__003__Presence__get__limit_should_support_up_to_1000_items()" time="0.0010759830474853516">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__004__Presence__get__clientId_should_filter_members_by_the_provided_clientId()" time="0.5457710027694702">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__005__Presence__get__connectionId_should_filter_members_by_the_provided_connectionId()" time="3.151850938796997">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__006__Presence__history__should_return_a_PaginatedResult_page_containing_the_first_page_of_members()" time="43.44949996471405">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__008__Presence__history__connectionId_should_filter_members_by_the_provided_connectionId()" time="3.200342059135437">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__009__Presence__history__query_argument__limit_supports_up_to_1000_members()" time="0.5434050559997559">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__010__Presence__history__query_argument__start_and_end_should_filter_members_between_those_two_times()" time="13.305869936943054">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__011__Presence__history__query_argument__start_must_be_equal_to_or_less_than_end_and_is_unaffected_by_the_request_direction()" time="0.0013899803161621094">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__002__RestClient__stats__result__should_match_hour_level_inbound_and_outbound_fixture_data__forwards_()" time="1.8980540037155151">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__003__RestClient__stats__result__should_match_day_level_inbound_and_outbound_fixture_data__forwards_()" time="2.04121196269989">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__006__RestClient__stats__result__should_contain_only_one_item_when_limit_is_1__forwards()" time="1.962670087814331">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__007__RestClient__stats__result__should_be_paginated_according_to_the_limit__backwards()" time="2.6370160579681396">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__009__RestClient__stats__query__start__should_return_an_error_when_later_than_end()" time="0.0007129907608032227">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__010__RestClient__stats__query__direction__should_be_backwards_by_default()" time="0.0004589557647705078">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__011__RestClient__stats__query__limit__should_have_a_default_value_of_100()" time="0.0004140138626098633">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__012__RestClient__stats__query__limit__should_return_an_error_when_greater_than_1000()" time="0.0006220340728759766">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__013__RestClient__stats__query__unit__should_default_to_minute()" time="0.0005639791488647461">
        </testcase>
        <testcase classname="RestClientTests" name="test__001__RestClient__All_REST_requests_should_include_the_current_API_version()" time="0.12104594707489014">
        </testcase>
        <testcase classname="RestClientTests" name="test__002__RestClient__should_provide_access_to_the_AuthOptions_object_passed_in_ClientOptions()" time="0.0007810592651367188">
        </testcase>
        <testcase classname="RestClientTests" name="test__003__RestClient__REST_endpoint_host_should_be_configurable_in_the_Client_constructor_with_the_option_restHost()" time="0.022739052772521973">
        </testcase>
        <testcase classname="RestClientTests" name="test__004__RestClient__should_send_requests_over_http_and_https()" time="0.4186089038848877">
        </testcase>
        <testcase classname="RestClientTests" name="test__005__RestClient__should_use_Auth_to_manage_authentication()" time="0.1930100917816162">
        </testcase>
        <testcase classname="RestClientTests" name="test__006__RestClient__should_request_another_token_after_current_one_is_no_longer_valid()" time="1.6230480670928955">
        </testcase>
        <testcase classname="RestClientTests" name="test__007__RestClient__should_result_in_an_error_when_user_does_not_have_sufficient_permissions()" time="0.20758795738220215">
        </testcase>
        <testcase classname="RestClientTests" name="test__008__RestClient__should_use_MsgPack_binary_protocol()" time="0.5039910078048706">
        </testcase>
        <testcase classname="RestClientTests" name="test__009__RestClient__should_use_JSON_text_protocol()" time="0.47638893127441406">
        </testcase>
        <testcase classname="RestClientTests" name="test__010__RestClient__X_Ably_Version_must_be_included_in_all_REST_requests()" time="0.10932600498199463">
        </testcase>
        <testcase classname="RestClientTests" name="test__011__RestClient__The_Agent_library_identifier_is_composed_of_a_series_of_key__value__entries_joined_by_spaces()" time="0.1358870267868042">
        </testcase>
        <testcase classname="RestClientTests" name="test__012__RestClient__should_indicate_an_error_if_there_is_no_way_to_renew_the_token()" time="0.2991739511489868">
        </testcase>
        <testcase classname="RestClientTests" name="test__013__RestClient__background_behaviour()" time="0.7263410091400146">
        </testcase>
        <testcase classname="RestClientTests" name="test__014__RestClient__client_should_handle_error_messages_in_plaintext_and_HTML_format()" time="0.04230999946594238">
        </testcase>
        <testcase classname="RestClientTests" name="test__015__RestClient__initializer__should_accept_an_API_key()" time="0.0010010004043579102">
        </testcase>
        <testcase classname="RestClientTests" name="test__016__RestClient__initializer__should_throw_when_provided_an_invalid_key()" time="0.00055694580078125">
        </testcase>
        <testcase classname="RestClientTests" name="test__017__RestClient__initializer__should_result_in_error_status_when_provided_a_bad_key()" time="0.07007992267608643">
        </testcase>
        <testcase classname="RestClientTests" name="test__018__RestClient__initializer__should_accept_a_token()" time="0.09335207939147949">
        </testcase>
        <testcase classname="RestClientTests" name="test__019__RestClient__initializer__should_accept_an_options_object()" time="0.0008549690246582031">
        </testcase>
        <testcase classname="RestClientTests" name="test__020__RestClient__initializer__should_accept_an_options_object_with_token_authentication()" time="0.40445101261138916">
        </testcase>
        <testcase classname="RestClientTests" name="test__021__RestClient__initializer__should_result_in_error_status_when_provided_a_bad_token()" time="0.1024399995803833">
        </testcase>
        <testcase classname="RestClientTests" name="test__022__RestClient__logging__should_output_to_the_system-log_and_the_log_level_should_be_Warn()" time="0.0016840696334838867">
        </testcase>
        <testcase classname="RestClientTests" name="test__023__RestClient__logging__should_have_a_mutable_log_level()" time="0.0008790493011474609">
        </testcase>
        <testcase classname="RestClientTests" name="test__024__RestClient__logging__should_accept_a_custom_logger()" time="0.0012090206146240234">
        </testcase>
        <testcase classname="RestClientTests" name="test__025__RestClient__endpoint__should_accept_a_custom_host_and_send_requests_to_the_specified_host()" time="0.011345982551574707">
        </testcase>
        <testcase classname="RestClientTests" name="test__026__RestClient__endpoint__should_ignore_an_environment_when_restHost_is_customized()" time="0.011992931365966797">
        </testcase>
        <testcase classname="RestClientTests" name="test__027__RestClient__endpoint__should_accept_an_environment_when_restHost_is_left_unchanged()" time="0.011259913444519043">
        </testcase>
        <testcase classname="RestClientTests" name="test__028__RestClient__endpoint__should_default_to_https___rest_ably_io()" time="0.0023490190505981445">
        </testcase>
        <testcase classname="RestClientTests" name="test__029__RestClient__endpoint__should_connect_over_plain_http____when_tls_is_off()" time="0.11593198776245117">
        </testcase>
        <testcase classname="RestClientTests" name="test__030__RestClient__endpoint__should_not_prepend_the_environment_if_environment_is_configured_as__production_()" time="0.0007489919662475586">
        </testcase>
        <testcase classname="RestClientTests" name="test__031__RestClient__should_use_the_the_connection_and_request_timeouts_specified__timeout_for_any_single_HTTP_request_and_response()" time="1.005964994430542">
        </testcase>
        <testcase classname="RestClientTests" name="test__032__RestClient__should_use_the_the_connection_and_request_timeouts_specified__max_number_of_fallback_hosts()" time="0.0018498897552490234">
        </testcase>
        <testcase classname="RestClientTests" name="test__033__RestClient__should_use_the_the_connection_and_request_timeouts_specified__max_elapsed_time_in_which_fallback_host_retries_for_HTTP_requests_will_be_attempted()" time="0.43207406997680664">
        </testcase>
        <testcase classname="RestClientTests" name="test__034__RestClient__time__should_return_server_time()" time="0.10194289684295654">
        </testcase>
        <testcase classname="RestClientTests" name="test__035__RestClient__Authentication__should_support_basic_authentication_when_an_API_key_is_provided_with_the_key_option()" time="0.1269739866256714">
        </testcase>
        <testcase classname="RestClientTests" name="test__036__RestClient__Authentication__should_error_when_expired_token_and_no_means_to_renew()" time="3.2846599817276">
        </testcase>
        <testcase classname="RestClientTests" name="test__037__RestClient__Authentication__should_renew_the_token_when_it_has_expired()" time="3.6091660261154175">
        </testcase>
        <testcase classname="RestClientTests" name="test__038__RestClient__Authentication__basic_authentication_flag__should_be_true_when_initialized_with_a_key()" time="0.0005869865417480469">
        </testcase>
        <testcase classname="RestClientTests" name="test__039__RestClient__Authentication__basic_authentication_flag__should_be_false_when_options__useTokenAuth_is_set()" time="0.0011140108108520508">
        </testcase>
        <testcase classname="RestClientTests" name="test__040__RestClient__Authentication__basic_authentication_flag__should_be_false_when_options__authUrl_is_set()" time="0.0009580850601196289">
        </testcase>
        <testcase classname="RestClientTests" name="test__041__RestClient__Authentication__basic_authentication_flag__should_be_false_when_options__authCallback_is_set()" time="0.0005919933319091797">
        </testcase>
        <testcase classname="RestClientTests" name="test__042__RestClient__Authentication__basic_authentication_flag__should_be_false_when_options__tokenDetails_is_set()" time="0.0005559921264648438">
        </testcase>
        <testcase classname="RestClientTests" name="test__043__RestClient__Authentication__basic_authentication_flag__should_be_false_when_options__token_is_set()" time="0.0005819797515869141">
        </testcase>
        <testcase classname="RestClientTests" name="test__044__RestClient__Authentication__basic_authentication_flag__should_be_false_when_options__key_is_set()" time="0.0005660057067871094">
        </testcase>
        <testcase classname="RestClientTests" name="test__045__RestClient__Host_Fallback__failing_HTTP_requests_with_custom_endpoint_should_result_in_an_error_immediately()" time="0.0014350414276123047">
        </testcase>
        <testcase classname="RestClientTests" name="test__046__RestClient__Host_Fallback__applies_when_ClientOptions_fallbackHostsUseDefault_is_true()" time="0.001556992530822754">
        </testcase>
        <testcase classname="RestClientTests" name="test__047__RestClient__Host_Fallback__won_t_apply_fallback_hosts_if_ClientOptions_fallbackHosts_array_is_empty()" time="0.001186966896057129">
        </testcase>
        <testcase classname="RestClientTests" name="test__048__RestClient__Host_Fallback__won_t_apply_custom_fallback_hosts_if_ClientOptions_fallbackHosts_and_ClientOptions_environment_are_not_set__use_defaults_instead()" time="0.0038350820541381836">
        </testcase>
        <testcase classname="RestClientTests" name="test__049__RestClient__Host_Fallback__every_new_HTTP_request_is_first_attempted_to_the_default_primary_host_rest_ably_io()" time="1.1696341037750244">
        </testcase>
        <testcase classname="RestClientTests" name="test__050__RestClient__Host_Fallback__should_not_use_an_alternative_host_when_the_client_receives_an_bad_request()" time="0.0012339353561401367">
        </testcase>
        <testcase classname="RestClientTests" name="test__051__RestClient__Host_Fallback__fallbackHostsUseDefault_option__allows_the_default_fallback_hosts_to_be_used_when__environment__is_not_production()" time="0.0010069608688354492">
        </testcase>
        <testcase classname="RestClientTests" name="test__052__RestClient__Host_Fallback__fallbackHostsUseDefault_option__allows_the_default_fallback_hosts_to_be_used_when_a_custom_Realtime_or_REST_host_endpoint_is_being_used()" time="0.0009639263153076172">
        </testcase>
        <testcase classname="RestClientTests" name="test__053__RestClient__Host_Fallback__fallbackHostsUseDefault_option__should_be_inactive_by_default()" time="0.0004620552062988281">
        </testcase>
        <testcase classname="RestClientTests" name="test__054__RestClient__Host_Fallback__fallbackHostsUseDefault_option__should_never_accept_to_configure__fallbackHost__and_set__fallbackHostsUseDefault__to__true_()" time="0.0007020235061645508">
        </testcase>
        <testcase classname="RestClientTests" name="test__055__RestClient__Host_Fallback__Fallback_behavior__should_be_applied_when_restHost__port_and_tlsPort_has_not_been_set_to_an_explicit_value()" time="0.0014801025390625">
        </testcase>
        <testcase classname="RestClientTests" name="test__056__RestClient__Host_Fallback__Fallback_behavior__should_NOT_be_applied_when_ClientOptions_restHost_has_been_set()" time="0.0012140274047851562">
        </testcase>
        <testcase classname="RestClientTests" name="test__057__RestClient__Host_Fallback__Fallback_behavior__should_NOT_be_applied_when_ClientOptions_port_has_been_set()" time="0.0011010169982910156">
        </testcase>
        <testcase classname="RestClientTests" name="test__058__RestClient__Host_Fallback__Fallback_behavior__should_NOT_be_applied_when_ClientOptions_tlsPort_has_been_set()" time="0.0011670589447021484">
        </testcase>
        <testcase classname="RestClientTests" name="test__059__RestClient__Host_Fallback__Fallback_behavior__should_be_applied_when_ClientOptions_fallbackHosts_is_provided()" time="0.0015249252319335938">
        </testcase>
        <testcase classname="RestClientTests" name="test__060__RestClient__Host_Fallback__Fallback_behavior__should_be_applied_when_ClientOptions_fallbackHosts_is_not_provided_and_deprecated_fallbackHostsUseDefault_is_on()" time="0.0015120506286621094">
        </testcase>
        <testcase classname="RestClientTests" name="test__061__RestClient__Host_Fallback__fallback_hosts_list_and_priorities__should_use_ClientOptions_fallbackHosts_when_list_is_provided()" time="0.0021899938583374023">
        </testcase>
        <testcase classname="RestClientTests" name="test__062__RestClient__Host_Fallback__fallback_hosts_list_and_priorities__should_use_environment_fallback_hosts_when_ClientOptions_environment_is_set_to_a_value_other_than__production__and_ClientOptions_fallbackHosts_is_not_set()" time="0.001569986343383789">
        </testcase>
        <testcase classname="RestClientTests" name="test__063__RestClient__Host_Fallback__fallback_hosts_list_and_priorities__should_NOT_use_environment_fallback_hosts_when_ClientOptions_environment_is_set_to__production_()" time="0.001683950424194336">
        </testcase>
        <testcase classname="RestClientTests" name="test__064__RestClient__Host_Fallback__fallback_hosts_list_and_priorities__should_use_default_fallback_hosts_when_both_ClientOptions_fallbackHosts_and_ClientOptions_environment_are_not_set()" time="0.002248048782348633">
        </testcase>
        <testcase classname="RestClientTests" name="test__065__RestClient__Host_Fallback__retry_hosts_in_random_order__default_fallback_hosts_should_match__a_e__ably_realtime_com()" time="0.0007280111312866211">
        </testcase>
        <testcase classname="RestClientTests" name="test__066__RestClient__Host_Fallback__retry_hosts_in_random_order__environment_fallback_hosts_have_the_format__environment___a_e__fallback_ably_realtime_com()" time="0.0006400346755981445">
        </testcase>
        <testcase classname="RestClientTests" name="test__067__RestClient__Host_Fallback__retry_hosts_in_random_order__until_httpMaxRetryCount_has_been_reached()" time="0.0017819404602050781">
        </testcase>
        <testcase classname="RestClientTests" name="test__068__RestClient__Host_Fallback__retry_hosts_in_random_order__use_custom_fallback_hosts_if_set()" time="0.0019320249557495117">
        </testcase>
        <testcase classname="RestClientTests" name="test__069__RestClient__Host_Fallback__retry_hosts_in_random_order__until_all_fallback_hosts_have_been_tried()" time="0.003110051155090332">
        </testcase>
        <testcase classname="RestClientTests" name="test__070__RestClient__Host_Fallback__retry_hosts_in_random_order__until_httpMaxRetryCount_has_been_reached__if_custom_fallback_hosts_are_provided_in_ClientOptions_fallbackHosts__then_they_will_be_used_instead()" time="0.001837015151977539">
        </testcase>
        <testcase classname="RestClientTests" name="test__071__RestClient__Host_Fallback__retry_hosts_in_random_order__until_all_fallback_hosts_have_been_tried__if_custom_fallback_hosts_are_provided_in_ClientOptions_fallbackHosts__then_they_will_be_used_instead()" time="0.002752065658569336">
        </testcase>
        <testcase classname="RestClientTests" name="test__072__RestClient__Host_Fallback__retry_hosts_in_random_order__all_fallback_requests_headers_should_contain__Host__header_with_fallback_host_address()" time="0.0020200014114379883">
        </testcase>
        <testcase classname="RestClientTests" name="test__073__RestClient__Host_Fallback__retry_hosts_in_random_order__if_an_empty_array_of_fallback_hosts_is_provided__then_fallback_host_functionality_is_disabled()" time="0.001217961311340332">
        </testcase>
        <testcase classname="RestClientTests" name="test__074__RestClient__Host_Fallback__should_use_an_alternative_host_when___hostUnreachable()" time="0.0012919902801513672">
        </testcase>
        <testcase classname="RestClientTests" name="test__075__RestClient__Host_Fallback__should_use_an_alternative_host_when___requestTimeout_timeout__0_1_()" time="0.10368406772613525">
        </testcase>
        <testcase classname="RestClientTests" name="test__076__RestClient__Host_Fallback__should_use_an_alternative_host_when___hostInternalError_code__501_()" time="0.0013949871063232422">
        </testcase>
        <testcase classname="RestClientTests" name="test__077__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host___hostUnreachable()" time="0.0018349885940551758">
        </testcase>
        <testcase classname="RestClientTests" name="test__078__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host___requestTimeout_timeout__0_1_()" time="0.10913002490997314">
        </testcase>
        <testcase classname="RestClientTests" name="test__079__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host___hostInternalError_code__501_()" time="0.0018229484558105469">
        </testcase>
        <testcase classname="RestClientTests" name="test__080__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host__should_restore_default_primary_host_after_fallbackRetryTimeout_expired___hostUnreachable()" time="1.2136499881744385">
        </testcase>
        <testcase classname="RestClientTests" name="test__081__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host__should_restore_default_primary_host_after_fallbackRetryTimeout_expired___requestTimeout_timeout__0_1_()" time="1.2175930738449097">
        </testcase>
        <testcase classname="RestClientTests" name="test__082__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host__should_restore_default_primary_host_after_fallbackRetryTimeout_expired___hostInternalError_code__501_()" time="1.1308869123458862">
        </testcase>
        <testcase classname="RestClientTests" name="test__083__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host__should_use_another_fallback_host_if_previous_fallback_request_failed_and_store_it_as_default_if_current_fallback_request_succseeded___hostUnreachable()" time="1207.2079360485077">
        </testcase>
        <testcase classname="RestClientTests" name="test__084__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host__should_use_another_fallback_host_if_previous_fallback_request_failed_and_store_it_as_default_if_current_fallback_request_succseeded___requestTimeout_timeout__0_1_()" time="0.22149908542633057">
        </testcase>
        <testcase classname="RestClientTests" name="test__085__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host__should_use_another_fallback_host_if_previous_fallback_request_failed_and_store_it_as_default_if_current_fallback_request_succseeded___hostInternalError_code__501_()" time="0.004929065704345703">
        </testcase>
        <testcase classname="RestClientTests" name="test__086__RestClient__request__method_signature_and_arguments__should_add_query_parameters()" time="0.0019320249557495117">
        </testcase>
        <testcase classname="RestClientTests" name="test__087__RestClient__request__method_signature_and_arguments__should_add_a_HTTP_body()" time="0.0011799335479736328">
        </testcase>
        <testcase classname="RestClientTests" name="test__088__RestClient__request__method_signature_and_arguments__should_add_a_HTTP_header()" time="0.0010750293731689453">
        </testcase>
        <testcase classname="RestClientTests" name="test__089__RestClient__request__method_signature_and_arguments__should_error_if_method_is_invalid()" time="0.0006289482116699219">
        </testcase>
        <testcase classname="RestClientTests" name="test__090__RestClient__request__method_signature_and_arguments__should_error_if_path_is_invalid()" time="0.0006890296936035156">
        </testcase>
        <testcase classname="RestClientTests" name="test__091__RestClient__request__method_signature_and_arguments__should_error_if_body_is_not_a_Dictionary_or_an_Array()" time="0.00061798095703125">
        </testcase>
        <testcase classname="RestClientTests" name="test__092__RestClient__request__method_signature_and_arguments__should_do_a_request_and_receive_a_valid_response()" time="0.2525770664215088">
        </testcase>
        <testcase classname="RestClientTests" name="test__093__RestClient__request__method_signature_and_arguments__should_handle_response_failures()" time="0.21526992321014404">
        </testcase>
        <testcase classname="RestClientTests" name="test__094__RestClient__if_in_the_course_of_a_REST_request_an_attempt_to_authenticate_using_authUrl_fails_due_to_a_timeout__the_request_should_result_in_an_error_with_code_40170__statusCode_401__and_a_suitable_error_message()" time="3.1093590259552">
        </testcase>
        <testcase classname="RestClientTests" name="test__095__RestClient__request_IDs__should_add__request_id__query_parameter()" time="0.0019289255142211914">
        </testcase>
        <testcase classname="RestClientTests" name="test__096__RestClient__request_IDs__should_remain_the_same_if_a_request_is_retried_to_a_fallback_host()" time="0.009019017219543457">
        </testcase>
        <testcase classname="RestClientTests" name="test__097__RestClient__request_IDs__ErrorInfo_should_have__requestId__property()" time="0.0011639595031738281">
        </testcase>
        <testcase classname="RestPaginatedTests" name="test__001__RestPaginated__should_extract_links_from_the_response()" time="0.0007370710372924805">
        </testcase>
        <testcase classname="RestPaginatedTests" name="test__002__RestPaginated__should_create_next_first_last_request_from_extracted_link_path()" time="0.002581000328063965">
        </testcase>
        <testcase classname="StatsTests" name="test__001__Stats__all__should_return_a_MessagesTypes_object()" time="0.0007690191268920898">
        </testcase>
        <testcase classname="StatsTests" name="test__002__Stats__all__should_return_value_for_message_counts()" time="0.0005439519882202148">
        </testcase>
        <testcase classname="StatsTests" name="test__003__Stats__all__should_return_value_for_all_data_transferred()" time="0.0019260644912719727">
        </testcase>
        <testcase classname="StatsTests" name="test__004__Stats__all__should_return_zero_for_empty_values()" time="0.0005719661712646484">
        </testcase>
        <testcase classname="StatsTests" name="test__005__Stats__persisted__should_return_a_MessagesTypes_object()" time="0.0005719661712646484">
        </testcase>
        <testcase classname="StatsTests" name="test__006__Stats__persisted__should_return_value_for_message_counts()" time="0.0005290508270263672">
        </testcase>
        <testcase classname="StatsTests" name="test__007__Stats__persisted__should_return_value_for_all_data_transferred()" time="0.0005849599838256836">
        </testcase>
        <testcase classname="StatsTests" name="test__008__Stats__persisted__should_return_zero_for_empty_values()" time="0.000558018684387207">
        </testcase>
        <testcase classname="StatsTests" name="test__009__Stats__inbound__should_return_a_MessageTraffic_object()" time="0.0007970333099365234">
        </testcase>
        <testcase classname="StatsTests" name="test__010__Stats__inbound__should_return_value_for_realtime_message_counts()" time="0.0006051063537597656">
        </testcase>
        <testcase classname="StatsTests" name="test__011__Stats__inbound__should_return_value_for_all_presence_data()" time="0.0005890130996704102">
        </testcase>
        <testcase classname="StatsTests" name="test__012__Stats__outbound__should_return_a_MessageTraffic_object()" time="0.0006170272827148438">
        </testcase>
        <testcase classname="StatsTests" name="test__013__Stats__outbound__should_return_value_for_realtime_message_counts()" time="0.0005689859390258789">
        </testcase>
        <testcase classname="StatsTests" name="test__014__Stats__outbound__should_return_value_for_all_presence_data()" time="0.0005680322647094727">
        </testcase>
        <testcase classname="StatsTests" name="test__015__Stats__connections__should_return_a_ConnectionTypes_object()" time="0.00047898292541503906">
        </testcase>
        <testcase classname="StatsTests" name="test__016__Stats__connections__should_return_value_for_tls_opened_counts()" time="0.00039398670196533203">
        </testcase>
        <testcase classname="StatsTests" name="test__017__Stats__connections__should_return_value_for_all_peak_connections()" time="0.0004279613494873047">
        </testcase>
        <testcase classname="StatsTests" name="test__018__Stats__connections__should_return_zero_for_empty_values()" time="0.00041496753692626953">
        </testcase>
        <testcase classname="StatsTests" name="test__019__Stats__channels__should_return_a_ResourceCount_object()" time="0.0005439519882202148">
        </testcase>
        <testcase classname="StatsTests" name="test__020__Stats__channels__should_return_value_for_opened_counts()" time="0.00040900707244873047">
        </testcase>
        <testcase classname="StatsTests" name="test__021__Stats__channels__should_return_value_for_peak_channels()" time="0.00038492679595947266">
        </testcase>
        <testcase classname="StatsTests" name="test__022__Stats__channels__should_return_zero_for_empty_values()" time="0.0004481077194213867">
        </testcase>
        <testcase classname="StatsTests" name="test__023__Stats__apiRequests__should_return_a_RequestCount_object()" time="0.0007081031799316406">
        </testcase>
        <testcase classname="StatsTests" name="test__024__Stats__apiRequests__should_return_value_for_succeeded()" time="0.0005400180816650391">
        </testcase>
        <testcase classname="StatsTests" name="test__025__Stats__apiRequests__should_return_value_for_failed()" time="0.0010769367218017578">
        </testcase>
        <testcase classname="StatsTests" name="test__026__Stats__tokenRequests__should_return_a_RequestCount_object()" time="0.0005639791488647461">
        </testcase>
        <testcase classname="StatsTests" name="test__027__Stats__tokenRequests__should_return_value_for_succeeded()" time="0.0005240440368652344">
        </testcase>
        <testcase classname="StatsTests" name="test__028__Stats__tokenRequests__should_return_value_for_failed()" time="0.0005331039428710938">
        </testcase>
        <testcase classname="StatsTests" name="test__029__Stats__interval__should_return_a_Date_object_representing_the_start_of_the_interval()" time="0.0010010004043579102">
        </testcase>
        <testcase classname="StatsTests" name="test__030__Stats__push__should_return_a_ARTStatsPushCount_object()" time="0.0005179643630981445">
        </testcase>
        <testcase classname="StatsTests" name="test__031__Stats__push__should_return_value_for_messages_count()" time="0.0004429817199707031">
        </testcase>
        <testcase classname="StatsTests" name="test__032__Stats__push__should_return_value_for_invalid_notifications()" time="0.0004309415817260742">
        </testcase>
        <testcase classname="StatsTests" name="test__033__Stats__push__should_return_value_for_attempted_notifications()" time="0.0004140138626098633">
        </testcase>
        <testcase classname="StatsTests" name="test__034__Stats__push__should_return_value_for_successful_notifications()" time="0.0004010200500488281">
        </testcase>
        <testcase classname="StatsTests" name="test__035__Stats__push__should_return_value_for_failed_notifications()" time="0.0004119873046875">
        </testcase>
        <testcase classname="StatsTests" name="test__036__Stats__push__should_return_value_for_directPublishes()" time="0.001598954200744629">
        </testcase>
        <testcase classname="StatsTests" name="test__037__Stats__inProgress__should_return_a_Date_object_representing_the_last_sub_interval_included_in_this_statistic()" time="0.0007441043853759766">
        </testcase>
        <testcase classname="StatsTests" name="test__038__Stats__count__should_return_value_for_number_of_lower_level_stats()" time="0.00040602684020996094">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__001__Utilities__JSON_Encoder__should_decode_a_protocol_message_that_has_an_error_without_a_message()" time="0.0006049871444702148">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__002__Utilities__JSON_Encoder__should_encode_a_protocol_message_that_has_invalid_data()" time="0.0007659196853637695">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__003__Utilities__JSON_Encoder__should_decode_data_with_malformed_JSON()" time="0.0006229877471923828">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__004__Utilities__JSON_Encoder__should_decode_data_with_malformed_MsgPack()" time="0.0006170272827148438">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__005__Utilities__JSON_Encoder__in_Realtime__should_handle_and_emit_the_invalid_data_error()" time="0.005543112754821777">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__006__Utilities__JSON_Encoder__in_Realtime__should_ignore_invalid_transport_message()" time="0.411518931388855">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__007__Utilities__JSON_Encoder__in_Rest__should_handle_and_emit_the_invalid_data_error()" time="0.0019069910049438477">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__008__Utilities__JSON_Encoder__in_Rest__should_ignore_invalid_response_payload()" time="0.0032449960708618164">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__009__Utilities__EventEmitter__should_emit_events_to_all_relevant_listeners()" time="0.0008459091186523438">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__010__Utilities__EventEmitter__should_only_call_once_listeners_once_for_its_event()" time="0.0007129907608032227">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__011__Utilities__EventEmitter__calling_off_with_a_single_listener_argument__should_stop_receiving_events_when_calling_off_with_a_single_listener_argument()" time="0.002216935157775879">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__013__Utilities__EventEmitter__calling_off_with_listener_and_event_arguments__should_still_receive_events_if_off_doesn_t_match_the_listener_s_criteria()" time="0.0005669593811035156">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__014__Utilities__EventEmitter__calling_off_with_listener_and_event_arguments__should_stop_receive_events_if_off_matches_the_listener_s_criteria()" time="0.0005379915237426758">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__015__Utilities__EventEmitter__calling_off_with_no_arguments__should_remove_all_listeners()" time="0.0006239414215087891">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__016__Utilities__EventEmitter__calling_off_with_no_arguments__should_allow_listening_again()" time="0.0005679130554199219">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__017__Utilities__EventEmitter__calling_off_with_no_arguments__should_remove_all_timeouts()" time="0.16090703010559082">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__018__Utilities__EventEmitter__the_timed_method__should_not_call_onTimeout_if_the_deadline_isn_t_reached()" time="0.3162870407104492">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__019__Utilities__EventEmitter__the_timed_method__should_call_onTimeout_and_off_the_listener_if_the_deadline_is_reached()" time="0.366252064704895">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__020__Utilities__EventEmitter__set_of_listeners__should_not_change_over_the_course_of_the_emit()" time="0.001061081886291504">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__021__Utilities__Logger__should_have_a_history_of_logs()" time="0.3923819065093994">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__022__Utilities__maxMessageSize__calculates_maxMessageSize_of_a_Message_with_name_and_data()" time="0.0004930496215820312">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__023__Utilities__maxMessageSize__calculates_maxMessageSize_of_a_Message_with_name__data_and_extras()" time="0.0004640817642211914">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__024__Utilities__maxMessageSize__calculates_maxMessageSize_of_a_Message_with_name__data__clientId_and_extras()" time="0.0009649991989135742">
        </testcase>
    </testsuite>
</testsuites>