<testsuites tests="1349" failures="0">
    <testsuite name="AblyTests" tests="961" failures="0" skipped="0" time="1795.6462849378586">
        <properties>
          <property name="Configuration" value="Test Scheme Action"/>
        </properties>
        <testcase classname="ARTDefaultTests" name="testVersions()" time="0.004917025566101074">
        </testcase>
        <testcase classname="AttachRetryStateTests" name="test_addRetryAttempt()" time="0.0024989843368530273">
        </testcase>
        <testcase classname="AttachRetryStateTests" name="test_transitionToAttachingOrSuspendedStateDoesNotResetRetrySequence()" time="0.001963973045349121">
        </testcase>
        <testcase classname="AttachRetryStateTests" name="test_transitionToNonAttachingOrSuspendedStateResetsRetrySequence()" time="0.009948015213012695">
        </testcase>
        <testcase classname="AuthTests" name="test__001__should_not_force_token_auth_when_clientId_is_set()" time="1.5808531045913696">
        </testcase>
        <testcase classname="AuthTests" name="test__002__should_accept_authURL_response_with_timestamp_argument_as_string()" time="0.30600202083587646">
        </testcase>
        <testcase classname="AuthTests" name="test__003__Basic__should_work_over_HTTPS_only()" time="0.005233049392700195">
        </testcase>
        <testcase classname="AuthTests" name="test__004__Basic__should_send_the_API_key_in_the_Authorization_header()" time="0.20603692531585693">
        </testcase>
        <testcase classname="AuthTests" name="test__005__Basic__should_be_default_when_an_API_key_is_set()" time="0.0016970634460449219">
        </testcase>
        <testcase classname="AuthTests" name="test__006__Token__TTL_should_default_to_be_omitted()" time="0.001374959945678711">
        </testcase>
        <testcase classname="AuthTests" name="test__007__Token__should_URL_query_be_correctly_encoded()" time="0.003959059715270996">
        </testcase>
        <testcase classname="AuthTests" name="test__008__Token__should_omit_capability_field_if_it_is_not_specified()" time="0.16662609577178955">
        </testcase>
        <testcase classname="AuthTests" name="test__009__Token__should_add_capability_field_if_the_user_specifies_it()" time="0.15946292877197266">
        </testcase>
        <testcase classname="AuthTests" name="test__010__Token__token_auth__should_work_over_HTTP()" time="0.2725059986114502">
        </testcase>
        <testcase classname="AuthTests" name="test__011__Token__token_auth__should_work_over_HTTPS()" time="0.3224608898162842">
        </testcase>
        <testcase classname="AuthTests" name="test__012__Token__token_auth__for_REST_requests__should_send_the_token_in_the_Authorization_header()" time="0.3337819576263428">
        </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.15819203853607178">
        </testcase>
        <testcase classname="AuthTests" name="test__014__Token__authentication_method__should_be_default_auth_method_when_options__useTokenAuth_is_set()" time="0.0011610984802246094">
        </testcase>
        <testcase classname="AuthTests" name="test__015__Token__authentication_method__should_be_default_auth_method_when_options__authUrl_is_set()" time="0.0024880170822143555">
        </testcase>
        <testcase classname="AuthTests" name="test__016__Token__authentication_method__should_be_default_auth_method_when_options__authCallback_is_set()" time="0.001989006996154785">
        </testcase>
        <testcase classname="AuthTests" name="test__017__Token__authentication_method__should_be_default_auth_method_when_options__tokenDetails_is_set()" time="0.001381993293762207">
        </testcase>
        <testcase classname="AuthTests" name="test__018__Token__authentication_method__should_be_default_auth_method_when_options__token_is_set()" time="0.0027840137481689453">
        </testcase>
        <testcase classname="AuthTests" name="test__019__Token__authentication_method__should_be_default_auth_method_when_options__key_is_set()" time="0.0014870166778564453">
        </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.17041397094726562">
        </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="2.5276730060577393">
        </testcase>
        <testcase classname="AuthTests" name="test__022__Token__authentication_method__on_token_error__reissues_token_and_retries_REST_requests()" time="0.5053880214691162">
        </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.002868056297302246">
        </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.002547025680541992">
        </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.4141349792480469">
        </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.2550029754638672">
        </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.0015969276428222656">
        </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.497976064682007">
        </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.401177883148193">
        </testcase>
        <testcase classname="AuthTests" name="test__030__Token__options__should_stop_client_when_useTokenAuth_and_no_key_occurs()" time="0.0018041133880615234">
        </testcase>
        <testcase classname="AuthTests" name="test__031__Token__options__should_stop_client_when_authCallback_and_authUrl_occurs()" time="0.004084944725036621">
        </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.1703110933303833">
        </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.6624209880828857">
        </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.0030111074447631836">
        </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.4054909944534302">
        </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.16204297542572021">
        </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.6278460025787354">
        </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.5906569957733154">
        </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="1.9179359674453735">
        </testcase>
        <testcase classname="AuthTests" name="test__040__Token__token_auth_and_clientId__should_permit_to_be_unauthenticated()" time="0.3083820343017578">
        </testcase>
        <testcase classname="AuthTests" name="test__041__Token__token_auth_and_clientId__should_check_clientId_consistency__on_rest()" time="0.15018093585968018">
        </testcase>
        <testcase classname="AuthTests" name="test__042__Token__token_auth_and_clientId__should_check_clientId_consistency__on_realtime()" time="0.3448328971862793">
        </testcase>
        <testcase classname="AuthTests" name="test__043__Token__token_auth_and_clientId__should_check_clientId_consistency__with_wildcard()" time="0.0016429424285888672">
        </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.4060800075531006">
        </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.1642359495162964">
        </testcase>
        <testcase classname="AuthTests" name="test__046__Token__clientId_and_authenticated_clients__should_not_pass_clientId_with_published_message()" time="0.16968095302581787">
        </testcase>
        <testcase classname="AuthTests" name="test__047__Token__clientId_and_authenticated_clients__should_obtain_a_token_if_clientId_is_assigned()" time="0.16955792903900146">
        </testcase>
        <testcase classname="AuthTests" name="test__048__Token__clientId_and_authenticated_clients__should_convenience_clientId_return_a_string()" time="0.0019930601119995117">
        </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.4027169942855835">
        </testcase>
        <testcase classname="AuthTests" name="test__050__Token__clientId_and_authenticated_clients__should_clientId_be_null_or_string()" time="0.0008959770202636719">
        </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.25731897354125977">
        </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.41519904136657715">
        </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.0013079643249511719">
        </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.1526050567626953">
        </testcase>
        <testcase classname="AuthTests" name="test__055__Token__clientId_and_authenticated_clients__auth_clientId_not_null__should_CONNECTED_ProtocolMessages_contain_a_clientId()" time="0.39747893810272217">
        </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.3989439010620117">
        </testcase>
        <testcase classname="AuthTests" name="test__057__requestToken__implicitly_creates_a_TokenRequest_and_requests_a_token()" time="0.16574597358703613">
        </testcase>
        <testcase classname="AuthTests" name="test__058__requestToken__ensure_the_message_published_does_not_have_a_clientId()" time="0.393530011177063">
        </testcase>
        <testcase classname="AuthTests" name="test__059__requestToken__ensure_that_the_message_is_rejected()" time="0.30738699436187744">
        </testcase>
        <testcase classname="AuthTests" name="test__060__requestToken__ensure_the_message_published_with_a_wildcard_____does_not_have_a_clientId()" time="0.40376901626586914">
        </testcase>
        <testcase classname="AuthTests" name="test__061__requestToken__ensure_the_message_published_with_a_wildcard_____has_the_provided_clientId()" time="0.39203596115112305">
        </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.3061579465866089">
        </testcase>
        <testcase classname="AuthTests" name="test__063__requestToken__arguments__should_use_configured_defaults_if_the_object_arguments_are_omitted()" time="0.442950963973999">
        </testcase>
        <testcase classname="AuthTests" name="test__064__requestToken__authUrl__query_will_provide_a_token_string()" time="0.2954890727996826">
        </testcase>
        <testcase classname="AuthTests" name="test__065__requestToken__authUrl__query_will_provide_a_TokenDetails()" time="0.2988330125808716">
        </testcase>
        <testcase classname="AuthTests" name="test__066__requestToken__authUrl__query_will_provide_a_TokenRequest()" time="0.30241894721984863">
        </testcase>
        <testcase classname="AuthTests" name="test__067__requestToken__authUrl__TokenParams_should_take_precedence_over_any_configured_authParams_when_a_name_conflict_occurs()" time="0.02551901340484619">
        </testcase>
        <testcase classname="AuthTests" name="test__068__requestToken__authUrl__should_override_previously_configured_parameters()" time="0.0006749629974365234">
        </testcase>
        <testcase classname="AuthTests" name="test__069__requestToken__authUrl__parameters__should_be_added_to_the_URL_when_auth_method_is_GET()" time="0.0032500028610229492">
        </testcase>
        <testcase classname="AuthTests" name="test__070__requestToken__authUrl__parameters__should_added_on_the_body_request_when_auth_method_is_POST()" time="0.0008969306945800781">
        </testcase>
        <testcase classname="AuthTests" name="test__071__requestToken__should_support_all_TokenParams__using_defaults()" time="0.1506819725036621">
        </testcase>
        <testcase classname="AuthTests" name="test__072__requestToken__should_support_all_TokenParams__overriding_defaults()" time="0.15496301651000977">
        </testcase>
        <testcase classname="AuthTests" name="test__073__requestToken__When_authCallback_option_is_set__it_will_invoke_the_callback__with_a_token_string()" time="0.0009930133819580078">
        </testcase>
        <testcase classname="AuthTests" name="test__074__requestToken__When_authCallback_option_is_set__it_will_invoke_the_callback__with_a_TokenDetails()" time="0.0009310245513916016">
        </testcase>
        <testcase classname="AuthTests" name="test__075__requestToken__When_authCallback_option_is_set__it_will_invoke_the_callback__with_a_TokenRequest()" time="0.15306401252746582">
        </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.3028820753097534">
        </testcase>
        <testcase classname="AuthTests" name="test__077__createTokenRequest__should_override_defaults_if_AuthOptions_provided()" time="0.16062390804290771">
        </testcase>
        <testcase classname="AuthTests" name="test__078__createTokenRequest__should_use_defaults_if_no_AuthOptions_is_provided()" time="0.16534602642059326">
        </testcase>
        <testcase classname="AuthTests" name="test__079__createTokenRequest__should_replace_defaults_if__nil__option_s_field_passed()" time="0.0010499954223632812">
        </testcase>
        <testcase classname="AuthTests" name="test__080__createTokenRequest__should_use_configured_defaults_if_the_object_arguments_are_omitted()" time="0.1509920358657837">
        </testcase>
        <testcase classname="AuthTests" name="test__081__createTokenRequest__should_create_and_sign_a_TokenRequest()" time="0.0017379522323608398">
        </testcase>
        <testcase classname="AuthTests" name="test__082__createTokenRequest__should_support_AuthOptions()" time="0.0014679431915283203">
        </testcase>
        <testcase classname="AuthTests" name="test__083__createTokenRequest__should_generate_a_unique_16_plus_character_nonce_if_none_is_provided()" time="0.0009599924087524414">
        </testcase>
        <testcase classname="AuthTests" name="test__084__createTokenRequest__should_provide_capability_has_json_text()" time="0.0010480880737304688">
        </testcase>
        <testcase classname="AuthTests" name="test__085__createTokenRequest__should_generate_a_valid_HMAC()" time="0.0008940696716308594">
        </testcase>
        <testcase classname="AuthTests" name="test__086__createTokenRequest__should_respect_all_requirements()" time="0.22060000896453857">
        </testcase>
        <testcase classname="AuthTests" name="test__087__createTokenRequest__should_generate_a_timestamp__from_current_time_if_not_provided()" time="0.0026100873947143555">
        </testcase>
        <testcase classname="AuthTests" name="test__088__createTokenRequest__should_generate_a_timestamp__will_retrieve_the_server_time_if_queryTime_is_true()" time="0.1524829864501953">
        </testcase>
        <testcase classname="AuthTests" name="test__089__createTokenRequest__TTL__should_be_optional()" time="0.002115964889526367">
        </testcase>
        <testcase classname="AuthTests" name="test__090__createTokenRequest__TTL__should_be_specified_in_milliseconds()" time="0.001455068588256836">
        </testcase>
        <testcase classname="AuthTests" name="test__091__createTokenRequest__TTL__should_be_valid_to_request_a_token_for_24_hours()" time="0.15440499782562256">
        </testcase>
        <testcase classname="AuthTests" name="test__092__authorize__should_always_create_a_token()" time="0.5103330612182617">
        </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.39132797718048096">
        </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.3427220582962036">
        </testcase>
        <testcase classname="AuthTests" name="test__095__authorize__should_supports_all_TokenParams_and_AuthOptions()" time="0.001132965087890625">
        </testcase>
        <testcase classname="AuthTests" name="test__096__authorize__should_use_the_requestToken_implementation()" time="0.1535329818725586">
        </testcase>
        <testcase classname="AuthTests" name="test__097__authorize__should_return_TokenDetails_with_valid_token_metadata()" time="0.15391206741333008">
        </testcase>
        <testcase classname="AuthTests" name="test__098__authorize__should_use_the_configured_Auth_clientId__if_not_null__by_default()" time="0.31286895275115967">
        </testcase>
        <testcase classname="AuthTests" name="test__099__authorize__on_subsequent_authorisations__should_store_the_AuthOptions_with_authUrl()" time="0.3729820251464844">
        </testcase>
        <testcase classname="AuthTests" name="test__100__authorize__on_subsequent_authorisations__should_store_the_AuthOptions_with_authCallback()" time="0.0017319917678833008">
        </testcase>
        <testcase classname="AuthTests" name="test__101__authorize__on_subsequent_authorisations__should_not_store_queryTime()" time="0.3027780055999756">
        </testcase>
        <testcase classname="AuthTests" name="test__102__authorize__on_subsequent_authorisations__should_store_the_TokenParams()" time="2.263159990310669">
        </testcase>
        <testcase classname="AuthTests" name="test__103__authorize__on_subsequent_authorisations__should_use_configured_defaults_if_the_object_arguments_are_omitted()" time="0.3157099485397339">
        </testcase>
        <testcase classname="AuthTests" name="test__104__authorize__should_adhere_to_all_requirements_relating_to__TokenParams()" time="0.1527169942855835">
        </testcase>
        <testcase classname="AuthTests" name="test__105__authorize__should_adhere_to_all_requirements_relating_to__authCallback()" time="0.16422605514526367">
        </testcase>
        <testcase classname="AuthTests" name="test__106__authorize__should_adhere_to_all_requirements_relating_to__authUrl()" time="0.1484130620956421">
        </testcase>
        <testcase classname="AuthTests" name="test__107__authorize__should_adhere_to_all_requirements_relating_to__authUrl_with_json()" time="0.44833600521087646">
        </testcase>
        <testcase classname="AuthTests" name="test__108__authorize__should_adhere_to_all_requirements_relating_to__authUrl_returning_TokenRequest_decodes_TTL_as_expected()" time="0.3030959367752075">
        </testcase>
        <testcase classname="AuthTests" name="test__109__authorize__should_adhere_to_all_requirements_relating_to__authUrl_with_plain_text()" time="0.4407529830932617">
        </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.3456779718399048">
        </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.624176025390625">
        </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.0017080307006835938">
        </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.4643169641494751">
        </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.23313307762145996">
        </testcase>
        <testcase classname="AuthTests" name="test__115__authorize__server_time_offset__should_obtain_server_time_once_and_persist_the_offset_from_the_local_clock()" time="0.30032896995544434">
        </testcase>
        <testcase classname="AuthTests" name="test__116__authorize__server_time_offset__should_be_consistent_the_timestamp_request_with_the_server_time()" time="0.15517795085906982">
        </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.2985650300979614">
        </testcase>
        <testcase classname="AuthTests" name="test__118__authorize__server_time_offset__should_use_the_local_clock_offset_to_calculate_the_server_time()" time="0.002521991729736328">
        </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.22925400733947754">
        </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.0024399757385253906">
        </testcase>
        <testcase classname="AuthTests" name="test__121__authorize__two_consecutive_authorizations__using_REST__should_call_each_authorize_callback()" time="0.16078698635101318">
        </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.6595410108566284">
        </testcase>
        <testcase classname="AuthTests" name="test__123__authorize__two_consecutive_authorizations__using_Realtime_and_connection_is_CONNECTED__should_call_each_Realtime_authorize_callback()" time="0.603422999382019">
        </testcase>
        <testcase classname="AuthTests" name="test__124__TokenParams__timestamp__if_explicitly_set__should_be_returned_by_the_getter()" time="0.0007688999176025391">
        </testcase>
        <testcase classname="AuthTests" name="test__125__TokenParams__timestamp__if_explicitly_set__the_value_should_stick()" time="0.3441210985183716">
        </testcase>
        <testcase classname="AuthTests" name="test__126__TokenParams__timestamp__object_has_no_timestamp_value_unless_explicitly_set()" time="0.0020940303802490234">
        </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="1.120958924293518">
        </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.48833799362182617">
        </testcase>
        <testcase classname="AuthTests" name="test__129__TokenParams__timestamp_should_not_be_a_member_of_any_default_token_params()" time="0.1603260040283203">
        </testcase>
        <testcase classname="AuthTests" name="test__130__TokenRequest__fromJson__rejects_invalid_JSON()" time="0.0026960372924804688">
        </testcase>
        <testcase classname="AuthTests" name="test__131__TokenRequest__fromJson__rejects_non_object_JSON()" time="0.0005009174346923828">
        </testcase>
        <testcase classname="AuthTests" name="test__132__TokenRequest__fromJson__with_TTL__accepts_a_string__which_should_be_interpreted_as_JSON()" time="0.0006959438323974609">
        </testcase>
        <testcase classname="AuthTests" name="test__133__TokenRequest__fromJson__with_TTL__accepts_a_NSDictionary()" time="0.0005949735641479492">
        </testcase>
        <testcase classname="AuthTests" name="test__134__TokenRequest__fromJson__without_TTL__accepts_a_string__which_should_be_interpreted_as_JSON()" time="0.0006400346755981445">
        </testcase>
        <testcase classname="AuthTests" name="test__135__TokenRequest__fromJson__without_TTL__accepts_a_NSDictionary()" time="0.00045800209045410156">
        </testcase>
        <testcase classname="AuthTests" name="test__136__TokenDetails__fromJson__accepts_a_string__which_should_be_interpreted_as_JSON()" time="0.00044596195220947266">
        </testcase>
        <testcase classname="AuthTests" name="test__137__TokenDetails__fromJson__accepts_a_NSDictionary()" time="0.0004400014877319336">
        </testcase>
        <testcase classname="AuthTests" name="test__138__TokenDetails__fromJson__rejects_invalid_JSON()" time="0.0007669925689697266">
        </testcase>
        <testcase classname="AuthTests" name="test__139__TokenDetails__fromJson__rejects_non_object_JSON()" time="0.0006760358810424805">
        </testcase>
        <testcase classname="AuthTests" name="test__140__JWT_and_realtime__client_initialized_with_a_JWT_token_in_ClientOptions__with_valid_credentials__pulls_stats_successfully()" time="0.18054604530334473">
        </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.2483670711517334">
        </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.5735200643539429">
        </testcase>
        <testcase classname="AuthTests" name="test__143__JWT_and_realtime__when_using_authUrl__with_wrong_credentials__fails_to_connect_with_reason__invalid_signature_()" time="0.7981160879135132">
        </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.577181100845337">
        </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.129732966423035">
        </testcase>
        <testcase classname="AuthTests" name="test__146__JWT_and_realtime__when_using_authCallback__with_valid_credentials__pulls_stats_successfully()" time="0.17816805839538574">
        </testcase>
        <testcase classname="AuthTests" name="test__147__JWT_and_realtime__when_using_authCallback__with_invalid_credentials__fails_to_connect()" time="0.5063749551773071">
        </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="2.4154399633407593">
        </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.2590709924697876">
        </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="0.32784903049468994">
        </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.16850697994232178">
        </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.15872299671173096">
        </testcase>
        <testcase classname="AuthTests" name="test__153__currentTokenDetails__should_be_empty_if_there_is_no_current_token()" time="0.0008720159530639648">
        </testcase>
        <testcase classname="AuthTests" name="test__154__JWT_and_rest__when_the_JWT_token_embeds_an_Ably_token__pulls_stats_successfully()" time="0.5337510108947754">
        </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.5072799921035767">
        </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.39971792697906494">
        </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.4026869535446167">
        </testcase>
        <testcase classname="BackoffRetryDelayCalculatorTests" name="test_delay()" time="0.0027740001678466797">
        </testcase>
        <testcase classname="ChannelOptionsTests" name="test_copyChannelOptions()" time="0.0008319616317749023">
        </testcase>
        <testcase classname="ChannelOptionsTests" name="test_copyingFrozenChannelOptions_createsUnfrozenCopy()" time="0.0004630088806152344">
        </testcase>
        <testcase classname="ChannelOptionsTests" name="test_copyingFrozenRealtimeChannelOptions_createsUnfrozenCopy()" time="0.0008150339126586914">
        </testcase>
        <testcase classname="ChannelOptionsTests" name="test_copyRealtimeChannelOptions()" time="0.0005270242691040039">
        </testcase>
        <testcase classname="ClientInformationTests" name="testAgentIdentifierWithAdditionalAgents_withNilAdditionalAgents()" time="0.0018680095672607422">
        </testcase>
        <testcase classname="ClientInformationTests" name="testAgentIdentifierWithAdditionalAgents_withNonNilAdditionalAgents()" time="0.007444977760314941">
        </testcase>
        <testcase classname="ClientInformationTests" name="testAgents()" time="0.0005960464477539062">
        </testcase>
        <testcase classname="ConnectRetryStateTests" name="test_addRetryAttempt()" time="0.0004900693893432617">
        </testcase>
        <testcase classname="ConnectRetryStateTests" name="test_transitionToConnectingOrDisconnectedStateDoesNotResetRetrySequence()" time="0.0028569698333740234">
        </testcase>
        <testcase classname="ConnectRetryStateTests" name="test_transitionToNonConnectingOrDisconnectedStateResetsRetrySequence()" time="0.0005030632019042969">
        </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.005838990211486816">
        </testcase>
        <testcase classname="CryptoTests" name="test__002__Crypto__getDefaultParams__calculates_a_keyLength_from_the_key__its_size_in_bits_()" time="0.00045299530029296875">
        </testcase>
        <testcase classname="CryptoTests" name="test__003__Crypto__getDefaultParams__should_check_that_keyLength_is_valid_for_algorithm()" time="0.0004699230194091797">
        </testcase>
        <testcase classname="CryptoTests" name="test__004__Crypto__getDefaultParams__key_parameter__can_be_a_binary()" time="0.0014090538024902344">
        </testcase>
        <testcase classname="CryptoTests" name="test__005__Crypto__getDefaultParams__key_parameter__can_be_a_base64_encoded_string_with_standard_encoding()" time="0.0005739927291870117">
        </testcase>
        <testcase classname="CryptoTests" name="test__006__Crypto__getDefaultParams__key_parameter__can_be_a_base64_encoded_string_with_URL_encoding()" time="0.0006229877471923828">
        </testcase>
        <testcase classname="CryptoTests" name="test__007__Crypto__generateRandomKey__takes_a_single_length_argument_and_returns_a_binary()" time="0.03093397617340088">
        </testcase>
        <testcase classname="CryptoTests" name="test__008__Crypto__generateRandomKey__takes_no_arguments_and_returns_the_default_algorithm_s_default_length()" time="0.0009499788284301758">
        </testcase>
        <testcase classname="CryptoTests" name="test__009__Crypto__generateHashSHA256__takes_data_and_returns_a_SHA256_digest()" time="0.0006279945373535156">
        </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.012052059173583984">
        </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.004487037658691406">
        </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.0011019706726074219">
        </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.0061920881271362305">
        </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.012272000312805176">
        </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.0031870603561401367">
        </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.015693068504333496">
        </testcase>
        <testcase classname="DefaultErrorCheckerTests" name="test_isTokenError_statusCode401AndCodeBetween40140And40150()" time="0.0010660886764526367">
        </testcase>
        <testcase classname="DefaultErrorCheckerTests" name="test_isTokenError_statusCode401ButCodeGreaterThanOrEqualTo40150()" time="0.001568913459777832">
        </testcase>
        <testcase classname="DefaultErrorCheckerTests" name="test_isTokenError_statusCode401ButCodeLessThan40140()" time="0.0016020536422729492">
        </testcase>
        <testcase classname="DefaultErrorCheckerTests" name="test_isTokenError_statusCodeNot401()" time="0.0017279386520385742">
        </testcase>
        <testcase classname="DefaultInternalLogCoreTests" name="test_initWithClientOptions_whenClientOptionsLogLevelIsNone()" time="0.001556992530822754">
        </testcase>
        <testcase classname="DefaultInternalLogCoreTests" name="test_initWithClientOptions_whenClientOptionsLogLevelIsNotNone()" time="0.0021600723266601562">
        </testcase>
        <testcase classname="DefaultInternalLogCoreTests" name="test_logLevel()" time="0.002066969871520996">
        </testcase>
        <testcase classname="DefaultInternalLogCoreTests" name="test_logMessage()" time="0.00200498104095459">
        </testcase>
        <testcase classname="DefaultInternalLogCoreTests" name="test_setLogLevel()" time="0.001788020133972168">
        </testcase>
        <testcase classname="DefaultJitterCoefficientGeneratorTests" name="test_generatesAVarietyOfValues()" time="0.001107931137084961">
        </testcase>
        <testcase classname="DefaultJitterCoefficientGeneratorTests" name="test_generatesValuesInExpectedRange()" time="0.0011219978332519531">
        </testcase>
        <testcase classname="DeltaCodecTests" name="test__001__withBinaryProtocol_DeltaCodec__decoding__should_decode_vcdiff_encoded_messages()" time="4.897503018379211">
        </testcase>
        <testcase classname="DeltaCodecTests" name="test__001__withoutBinaryProtocol_DeltaCodec__decoding__should_decode_vcdiff_encoded_messages()" time="4.91858696937561">
        </testcase>
        <testcase classname="DeltaCodecTests" name="test__002__DeltaCodec__decoding__should_fail_and_recover_when_the_vcdiff_messages_are_out_of_order()" time="0.4795339107513428">
        </testcase>
        <testcase classname="DeltaCodecTests" name="test__003__DeltaCodec__decoding__should_recover_when_the_vcdiff_message_decoding_fails()" time="0.4878261089324951">
        </testcase>
        <testcase classname="LogAdapterTests" name="test_logLevel()" time="0.0007059574127197266">
        </testcase>
        <testcase classname="LogAdapterTests" name="test_logMessage()" time="0.0005800724029541016">
        </testcase>
        <testcase classname="LogAdapterTests" name="test_setLogLevel()" time="0.0019489526748657227">
        </testcase>
        <testcase classname="MessageUpdatesDeletesTests" name="test__RSL11__getMessage()" time="1.440539002418518">
        </testcase>
        <testcase classname="MessageUpdatesDeletesTests" name="test__RSL15__appendMessage()" time="1.565093994140625">
        </testcase>
        <testcase classname="MessageUpdatesDeletesTests" name="test__RSL15__deleteMessage()" time="1.652029037475586">
        </testcase>
        <testcase classname="MessageUpdatesDeletesTests" name="test__RSL15__RSL14__updateMessage__and__getMessageVersions()" time="2.6841870546340942">
        </testcase>
        <testcase classname="MessageUpdatesDeletesTests" name="test__RTL28__getMessage()" time="1.8023289442062378">
        </testcase>
        <testcase classname="MessageUpdatesDeletesTests" name="test__RTL32__appendMessage()" time="1.7662999629974365">
        </testcase>
        <testcase classname="MessageUpdatesDeletesTests" name="test__RTL32__deleteMessage()" time="1.7722370624542236">
        </testcase>
        <testcase classname="MessageUpdatesDeletesTests" name="test__RTL32__RTL31__updateMessage__and__getMessageVersions()" time="2.9663140773773193">
        </testcase>
        <testcase classname="MessageUpdatesDeletesTests" name="test_subscribeToAppends()" time="1.7289260625839233">
        </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.002559065818786621">
        </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.0007740259170532227">
        </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.005447983741760254">
        </testcase>
        <testcase classname="ObjectLifetimesTests" name="test__004__ObjectLifetimes__when_user_leaves_Realtime_open__still_works()" time="0.482387900352478">
        </testcase>
        <testcase classname="ObjectLifetimesTests" name="test__005__ObjectLifetimes__when_Realtime_is_closed_and_user_loses_its_reference__channels_don_t_leak()" time="0.39464497566223145">
        </testcase>
        <testcase classname="PluginAPITests" name="test_channelAttachedNotifiesPlugin()" time="0.38677501678466797">
        </testcase>
        <testcase classname="PluginAPITests" name="test_channelStateChangeNotifiesPlugin()" time="0.3681669235229492">
        </testcase>
        <testcase classname="PluginAPITests" name="test_connectionDetailsCallbackOnConnected()" time="0.255837082862854">
        </testcase>
        <testcase classname="PluginAPITests" name="test_fetchServerTime()" time="0.15695905685424805">
        </testcase>
        <testcase classname="PluginAPITests" name="test_latestConnectionDetails()" time="0.2572500705718994">
        </testcase>
        <testcase classname="PluginAPITests" name="test_sendObject()" time="0.327455997467041">
        </testcase>
        <testcase classname="RealtimeAnnotationsTests" name="test__annotation_data_uses_a_cipher_added_by_setOptions_after_channel_creation()" time="0.48707807064056396">
        </testcase>
        <testcase classname="RealtimeAnnotationsTests" name="test__annotations_subscribe_should_implicitly_attach_the_channel_if_options_attachOnSubscribe_is_true()" time="1.5775810480117798">
            <failure message="XCTAssertNil failed: &quot;Error 80017 - connection broken before receiving publishing acknowledgment&quot; (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeAnnotationsTests.swift#EndingLineNumber=432&amp;StartingLineNumber=432)">
            </failure>
        </testcase>
        <testcase classname="RealtimeAnnotationsTests" name="test__annotations_subscribe_should_implicitly_attach_the_channel_if_options_attachOnSubscribe_is_true()" time="0.6183290481567383">
        </testcase>
        <testcase classname="RealtimeAnnotationsTests" name="test__annotations_subscribe_should_not_implicitly_attach_the_channel_if_options_attachOnSubscribe_is_false()" time="1.075576901435852">
        </testcase>
        <testcase classname="RealtimeAnnotationsTests" name="test__annotations_subscribe_should_not_result_in_an_error_if_channel_is_in_the_FAILED_state_and_options_attachOnSubscribe_is_false()" time="1.0142849683761597">
        </testcase>
        <testcase classname="RealtimeAnnotationsTests" name="test__annotations_subscribe_should_result_in_an_error_if_channel_is_in_the_FAILED_state_and_options_attachOnSubscribe_is_true()" time="0.0026559829711914062">
        </testcase>
        <testcase classname="RealtimeAnnotationsTests" name="test__if_annotation_subscribe_mode_is_missing_from_channel_options_then_subscription_will_not_work()" time="1.5222020149230957">
        </testcase>
        <testcase classname="RealtimeAnnotationsTests" name="test__publish_annotation_exceeding_max_message_size()" time="0.3335750102996826">
        </testcase>
        <testcase classname="RealtimeAnnotationsTests" name="test__publish_delete_and_get_annotations()" time="3.70613694190979">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__001__Channel__should_process_all_incoming_messages_and_presence_messages_as_soon_as_a_Channel_becomes_attached()" time="1.000985026359558">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__002__Channel__should_not_crash_when_an_ATTACH_request_is_responded_with_a_DETACHED()" time="0.3227729797363281">
        </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.391414999961853">
        </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.4733409881591797">
        </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.3330739736557007">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__006__Channel__EventEmitter__channel_states_and_events__can_emit_an_UPDATE_event()" time="0.34818899631500244">
        </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.46233296394348145">
        </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.32292604446411133">
        </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.0025750398635864258">
        </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.3332509994506836">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__011a__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.231142997741699">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__011b__Channel__EventEmitter__channel_states_and_events__ChannelStateChange_will_contain_a_resumed_boolean_attribute_with_value__true__if_the_bit_flag_RESUMED_was_included_for_recovered_connection()" time="0.6626549959182739">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__013__Channel__connection_state__if_the_connection_state_enters_the_CONNECTED_state__then_a_SUSPENDED_channel_will_transition_to_ATTACHING_and_goes_back_to_SUSPNDED_on_timeout()" time="3.893239974975586">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__015__Channel__connection_state__should_attach_successfully_and_remain_attached_after_the_connection_goes_from_SUSPENDED_to_CONNECTED()" time="8.28823709487915">
        </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="4.764259934425354">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__017__Channel__connection_state__changes_to_FAILED__ATTACHING_channel_should_transition_to_FAILED()" time="0.0024880170822143555">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__018__Channel__connection_state__changes_to_FAILED__ATTACHED_channel_should_transition_to_FAILED()" time="0.3461949825286865">
        </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.028889060020446777">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__020__Channel__connection_state__changes_to_FAILED__should_immediately_fail_if_not_in_the_connected_state()" time="0.002407073974609375">
        </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.7738010883331299">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__022__Channel__connection_state__changes_to_CLOSED__ATTACHING_channel_should_transition_to_DETACHED()" time="0.37671494483947754">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__023__Channel__connection_state__changes_to_CLOSED__ATTACHED_channel_should_transition_to_DETACHED()" time="0.4060930013656616">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__024__Channel__connection_state__changes_to_SUSPENDED__ATTACHING_channel_should_transition_to_SUSPENDED()" time="0.2526949644088745">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__025__Channel__connection_state__changes_to_SUSPENDED__ATTACHED_channel_should_transition_to_SUSPENDED()" time="0.333266019821167">
        </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.016571998596191406">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__027__Channel__attach__if_already_ATTACHED_or_ATTACHING_nothing_is_done()" time="0.3343369960784912">
        </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.4935649633407593">
        </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.39985597133636475">
        </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.3446969985961914">
        </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.49406492710113525">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__032__Channel__attach__should_transition_the_channel_state_to_SUSPENDED_if_ATTACHED_ProtocolMessage_is_not_received()" time="2.3060789108276367">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__033__Channel__attach__if_called_with_a_callback_should_call_it_once_attached()" time="0.323214054107666">
        </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.32883405685424805">
        </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.32273805141448975">
        </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.3261979818344116">
        </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.4562690258026123">
        </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.3752779960632324">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__039__Channel__attach__results_in_an_error_if_the_connection_state_is__CLOSING()" time="0.2638739347457886">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__040__Channel__attach__results_in_an_error_if_the_connection_state_is__CLOSED()" time="0.3223719596862793">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__041__Channel__attach__results_in_an_error_if_the_connection_state_is__SUSPENDED()" time="0.0009810924530029297">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__042__Channel__attach__results_in_an_error_if_the_connection_state_is__FAILED()" time="0.0018399953842163086">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__043__Channel__attach__happens_when_connection_is_CONNECTED_if_it_s_currently__INITIALIZED()" time="0.3357579708099365">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__044__Channel__attach__happens_when_connection_is_CONNECTED_if_it_s_currently__CONNECTING()" time="0.34458696842193604">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__045__Channel__attach__happens_when_connection_is_CONNECTED_if_it_s_currently__DISCONNECTED()" time="0.7844209671020508">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__046__Channel__attach__attach_resume__should_pass_attach_resume_flag_in_attach_message()" time="0.3951829671859741">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__047__Channel__attach__attach_resume__should_have_correct_AttachResume_value()" time="0.32212507724761963">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__048__Channel__attach__attach_resume__should_encode_correctly_the_AttachResume_flag()" time="2.67924702167511">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__049__Channel__detach__if_state_is_INITIALIZED_or_DETACHED_nothing_is_done()" time="0.3949040174484253">
        </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.425130009651184">
        </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.3651089668273926">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__052__Channel__detach__results_in_an_error_if_the_connection_state_is_FAILED()" time="0.004974007606506348">
        </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.419700026512146">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__054__Channel__detach__if_called_with_a_callback_should_call_it_once_detached()" time="0.43238401412963867">
        </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.40571701526641846">
        </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.4045839309692383">
        </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.353592038154602">
        </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.3342139720916748">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__059__Channel__detach__results_in_an_error_if_the_connection_state_is__CLOSING()" time="0.353748083114624">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__060__Channel__detach__results_in_an_error_if_the_connection_state_is__FAILED()" time="0.3641510009765625">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__061__Channel__detach__happens_when_channel_is_ATTACHED_if_connection_is_currently__INITIALIZED()" time="0.4128350019454956">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__062__Channel__detach__happens_when_channel_is_ATTACHED_if_connection_is_currently__CONNECTING()" time="0.3952319622039795">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__063__Channel__detach__happens_when_channel_is_ATTACHED_if_connection_is_currently__DISCONNECTED()" time="0.7581300735473633">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__064__Channel__publish__should_encode_messages_in_the_same_way_as_the_RestChannel()" time="0.5799720287322998">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__065__Channel__publish__Message_connectionId_should_match_the_current_Connection_id_for_all_published_messages()" time="0.37229204177856445">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__066__Channel__publish__should_provide_an_optional_argument_that_allows_the_clientId_value_to_be_specified()" time="0.3472639322280884">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__067__Channel__publish__should_invoke_callback__when_the_message_is_successfully_delivered()" time="0.3994699716567993">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__068__Channel__publish__should_invoke_callback__upon_failure()" time="0.7100709676742554">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__069__Channel__publish__should_invoke_callback__for_all_messages_published()" time="1.2334879636764526">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__070__Channel__publish__Connection_state_conditions__publish_should_not_trigger_an_implicit_attach()" time="0.33650195598602295">
        </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.39162707328796387">
        </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.34115099906921387">
        </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.4617849588394165">
        </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.35895204544067383">
        </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.4282900094985962">
        </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.5086520910263062">
        </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.4912550449371338">
        </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.9462759494781494">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__082__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_SUSPENDED()" time="0.25342893600463867">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__083__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_CLOSING()" time="0.2650049924850464">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__084__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_CLOSED()" time="0.33571600914001465">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__085__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__connection_is_FAILED()" time="0.2628680467605591">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__086__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__channel_is_SUSPENDED()" time="0.3343510627746582">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__087__Channel__publish__Connection_state_conditions__will_result_in_an_error_if_the__channel_is_FAILED()" time="0.33528590202331543">
        </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.3676609992980957">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__096__Channel__publish__expect_either__an_array_of_Message_objects()" time="0.3573000431060791">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__097__Channel__publish__expect_either__a_name_string_and_data_payload()" time="0.3736690282821655">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__098__Channel__publish__expect_either__allows_name_to_be_null()" time="0.3598799705505371">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__099__Channel__publish__expect_either__allows_data_to_be_null()" time="0.3560299873352051">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__100__Channel__publish__expect_either__allows_name_and_data_to_be_assigned()" time="0.33833301067352295">
        </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.35079896450042725">
        </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.3337000608444214">
        </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.5187249183654785">
        </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.482496976852417">
        </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.3482820987701416">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__106__Channel__subscribe__with_no_arguments_subscribes_a_listener_to_all_messages()" time="0.363197922706604">
        </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.36256301403045654">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__108__Channel__subscribe__with_a_attach_callback_should_subscribe_and_call_the_callback_when_attached()" time="0.493196964263916">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__109__Channel__subscribe__should_implicitly_attach_the_channel_if_options_attachOnSubscribe_is_true()" time="0.6185599565505981">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__109b__Channel__subscribe__should_not_implicitly_attach_the_channel_if_options_attachOnSubscribe_is_false()" time="1.0346639156341553">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__110__Channel__subscribe__should_result_in_an_error_if_channel_is_in_the_FAILED_state_and_options_attachOnSubscribe_is_true()" time="0.011300086975097656">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__110b__Channel__subscribe__should_not_result_in_an_error_if_channel_is_in_the_FAILED_state_and_options_attachOnSubscribe_is_false()" time="1.031114101409912">
        </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.4528740644454956">
        </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.35703206062316895">
        </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.3601130247116089">
        </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.3639019727706909">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__115__Channel__unsubscribe__with_no_arguments_unsubscribes_the_provided_listener_to_all_messages_if_subscribed()" time="0.370589017868042">
        </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.3846229314804077">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__117__Channel__history__should_support_all_the_same_params_as_Rest()" time="0.5211570262908936">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__118__Channel__history__should_return_a_PaginatedResult_page()" time="0.5103670358657837">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__119__Channel__history__should_retrieve_all_available_messages()" time="0.7774440050125122">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__120__Channel__history__attached_channel_may_receive_an_additional_ATTACHED_ProtocolMessage()" time="0.3414590358734131">
        </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.32320499420166016">
        </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.4248510599136353">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__123__Channel__history__supports_the_param_untilAttach__should_be_false_as_default()" time="0.005647063255310059">
        </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.004518032073974609">
        </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.502357006072998">
        </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.49424898624420166">
        </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.1926809549331665">
        </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.3462259769439697">
        </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.2746200561523438">
        </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.332908034324646">
        </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.34057605266571045">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__131b__Channel__if_the_channel_receives_a_server_initiated_DETACHED_message_and_if_the_attempt_to_reattach_fails_then_the_channel_will_transition_to_SUSPENDED_state_with_periodic_reattach_with_channelRetryTimeout()" time="12.964631080627441">
        </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.4298759698867798">
        </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.3919130563735962">
        </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.3431459665298462">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__135__Channel__history__Channel_options__setOptions__should_success_immediately_if_channel_is_not_attaching_or_attached()" time="0.0013859272003173828">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__136__Channel__history__Channel_options__setOptions__should_fail_if_the_attach_moves_to_FAILED()" time="0.48502492904663086">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__137__Channel__history__Channel_options__setOptions__should_fail_if_the_attach_moves_to_DETACHED()" time="0.32734501361846924">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__138__Channel__crypto__if_configured_for_encryption__channels_encrypt_and_decrypt_messages__data()" time="1.0423259735107422">
        </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.3247349262237549">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__140__ChannelOptions__options_provided_when_instantiating_a_channel_should_be_frozen()" time="0.003672957420349121">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__141__ChannelOptions__on_ATTACHED_should_decode_flags_into_array_of_channel_modes()" time="0.0009620189666748047">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__142__publish__with_resultCallback__returns_valid_ARTPublishResult_with_message_serials()" time="0.3176790475845337">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__200__channel_serial_is_updated_whenever_a_protocol_message_with_either_message_presence_or_attached_actions_is_received_in_a_channel()" time="0.47711992263793945">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__201__channel_serial_is_cleared_whenever_a_channel_entered_into_detached_suspended_or_failed_state()" time="0.5384230613708496">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__202__Channel__attach__protocol_message_channelSerial_must_be_set_to_channelSerial_of_the_most_recent_protocol_message_or_omitted_if_no_previous_protocol_message_received()" time="0.8217591047286987">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test__Channel_options__setOptions__shouldUpdateOptionsOfRestChannel()" time="0.2665899991989136">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test_Channel_should_ignore_protocol_messages_with_Object_and_ObjectSync_actions_when_LiveObjects_plugin_not_provided()" time="0.39492499828338623">
        </testcase>
        <testcase classname="RealtimeClientChannelTests" name="test_channelSerial_isUpdatedByObjectProtocolMessage()" time="0.3239849805831909">
        </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.0016369819641113281">
        </testcase>
        <testcase classname="RealtimeClientChannelsTests" name="test__002__Channels__get__should_create_a_new_Channel_if_none_exists_or_return_the_existing_one()" time="0.002920985221862793">
        </testcase>
        <testcase classname="RealtimeClientChannelsTests" name="test__003__Channels__get__should_be_possible_to_specify_a_ChannelOptions()" time="0.00365602970123291">
        </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.003960013389587402">
        </testcase>
        <testcase classname="RealtimeClientChannelsTests" name="test__005__Channels__release__should_release_a_channel()" time="1.0418200492858887">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__001__Connection__should_connect_automatically()" time="0.29386699199676514">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__002__Connection__should_connect_manually()" time="2.410876989364624">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__003__Connection__API_version_param_must_be_included_in_all_connections()" time="0.0020520687103271484">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__004__Connection__Library_and_version_param__agent__should_include_the__Ably_Agent__header_value()" time="0.26257503032684326">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__005__Connection__basic_operations_should_work_simultaneously()" time="0.5824869871139526">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__006__Connection__should_have_an_opened_websocket_connection_and_received_a_CONNECTED_ProtocolMessage()" time="0.25211310386657715">
        </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.4916740655899048">
        </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.5081989765167236">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__009__Connection__should_enter_FAILED_state_when_API_key_is_invalid()" time="0.26809394359588623">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__010__Connection__attributes_within_ConnectionDetails_should_be_used_as_defaults()" time="0.25196409225463867">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__011__Connection__should_disconnect_the_transport_when_no_activity_exist()" time="4.762332916259766">
        </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.8177089691162109">
        </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.41136598587036133">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__014__Connection__should_not_move_to_FAILED_if_received_DISCONNECT_with_an_error()" time="0.2536200284957886">
        </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.3095700740814209">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__016__Connection__ConnectionDetails__maxMessageSize_overrides_the_default_maxMessageSize()" time="0.253074049949646">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__017__Connection__url__should_connect_to_the_default_host()" time="0.00292205810546875">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__018__Connection__url__should_connect_with_query_string_params()" time="0.25507402420043945">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__019__Connection__url__should_connect_with_query_string_params_including_clientId()" time="0.41101694107055664">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__020__Connection__event_emitter__should_emit_events_for_state_changes()" time="1.0884820222854614">
        </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.5477550029754639">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__021b__Connection__event_emitter__should_never_emit_a_ConnectionState_event_for_a_state_equal_to_the_previous_state_CONNECTING()" time="0.27570605278015137">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__022__Connection__event_emitter__should_emit_states_on_a_new_connection()" time="0.2573601007461548">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__023__Connection__event_emitter__should_emit_states_when_connection_is_closed()" time="0.32420897483825684">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__024__Connection__event_emitter__should_have_the_current_state()" time="0.24982702732086182">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__025__Connection__event_emitter__should_have_a_ConnectionStateChange_as_first_argument_for_every_connection_state_change()" time="0.25568902492523193">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__026__Connection__event_emitter__should_have_the_reason_which_contains_an_ErrorInfo()" time="0.2508469820022583">
        </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.40545403957366943">
        </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.4000650644302368">
        </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.39346396923065186">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__030__Connection__ACK_and_NACK__should_expect_either_an_ACK_or_NACK_to_confirm__message_failure()" time="0.6993780136108398">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__031__Connection__ACK_and_NACK__should_expect_either_an_ACK_or_NACK_to_confirm__presence_failure()" time="0.41425299644470215">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__032__Connection__ACK_and_NACK__ProtocolMessage__should_contain_unique_serially_incrementing_msgSerial_along_with_the_count()" time="0.9264609813690186">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__033__Connection__ACK_and_NACK__ProtocolMessage__should_continue_incrementing_msgSerial_serially_if_the_connection_resumes_successfully()" time="5.8227880001068115">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__034__Connection__ACK_and_NACK__ProtocolMessage__should_reset_msgSerial_serially_if_the_connection_does_not_resume()" time="1.4732810258865356">
        </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.4411810636520386">
        </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.3849049806594849">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__038__Connection__connection_id__should_be_null_until_connected()" time="0.2522679567337036">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__039__Connection__connection_id__should_have_unique_IDs()" time="0.32280397415161133">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__040__Connection__connection_key__should_be_null_until_connected()" time="0.25280702114105225">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__041__Connection__connection_key__should_have_unique_connection_keys()" time="0.31839489936828613">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__045__Connection__close__if_CONNECTING__do_the_operation_once_CONNECTED()" time="0.32675492763519287">
        </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.3100299835205078">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__047__Connection__close__should_transition_to_CLOSED_action_when_the_close_process_timeouts()" time="0.33116602897644043">
        </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.3275960683822632">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__049__Connection__close__if_DISCONNECTED__aborts_the_retry_and_moves_immediately_to_CLOSED()" time="1.7563269138336182">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__050__Connection__close__if_SUSPENDED__aborts_the_retry_and_moves_immediately_to_CLOSED()" time="1.8038510084152222">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__051__Connection__ping__fails_if_in_the_INITIALIZED__SUSPENDED__CLOSING__CLOSED_or_FAILED_state()" time="0.697519063949585">
        </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.3237910270690918">
        </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.299528956413269">
        </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.2258780002593994">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__055__Connection__connection_request_fails__on_token_error_while_CONNECTING__reissues_token_and_reconnects()" time="5.017629027366638">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__056__Connection__connection_request_fails__should_transition_to_disconnected_when_the_token_renewal_fails()" time="2.8387949466705322">
        </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="3.422271966934204">
        </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.5086120367050171">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__059__Connection__connection_request_fails__connection_attempt_fails_for_any_recoverable_reason__for_example_a_timeout()" time="14.00418496131897">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__059b__Connection__connection_request_fails__connection_attempt_fails_for_any_recoverable_reason__for_example_an_hostUnreachable_transport_error()" time="18.803303956985474">
        </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.3758320808410645">
        </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.180488109588623">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__062__Connection__connection_request_fails__on_CLOSE_the_connection_should_stop_connection_retries()" time="3.7915101051330566">
        </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="1.976768970489502">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__065__Connection__connection_failures_once_CONNECTED__should_recover_from_disconnection_and_messages_should_be_delivered_once_the_connection_is_resumed()" time="1.0783330202102661">
        </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="1.0594180822372437">
        </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_from_the_most_recent_CONNECTED_ProtocolMessage_received()" time="0.879146933555603">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__068a__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.9456189870834351">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__068b__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="1.1359479427337646">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__068c__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="11.070062041282654">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__069__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__CONNECTED_ProtocolMessage_with_the_different_connectionId_than_the_current_client_and_an_non_fatal_error()" time="1.1532329320907593">
        </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.6107360124588013">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__072__Connection__connection_failures_once_CONNECTED__System_s_response_to_a_resume_request__should_resume_the_connection_after_an_auth_renewal()" time="5.741917967796326">
        </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="1.061458945274353">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__074__Connection__connection_failures_once_CONNECTED__when_connection__ttl_plus_idle_interval__period_has_passed_since_last_activity__uses_a_new_connection()" time="6.220282077789307">
        </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.483559012413025">
        </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.9411990642547607">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__077__Connection__connection_failures_once_CONNECTED__DISCONNECTED_message_contains_a_token_error__if_the_token_is_renewable_then_error_should_not_be_emitted()" time="2.6508450508117676">
        </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="2.8957380056381226">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__079__Connection__connection_failures_once_CONNECTED__DISCONNECTED_message_contains_a_token_error__should_transition_to_disconnected_when_the_token_renewal_fails_and_the_error_should_be_emitted()" time="3.500728964805603">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__080__Connection__Connection_recovery__connection_state_should_recover_explicitly_with_a_recover_key()" time="1.5863999128341675">
        </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.7442559003829956">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__085__Connection__Connection_recovery__should_set_internal_message_serial_to_component_in_recovery_key()" time="0.5915250778198242">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__086__Connection__Connection_recovery__library_should_create_channel_with_corresponding_serial_in_given_recovery_key()" time="0.8607480525970459">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__086a__Connection__Host_Fallback__failing_connections_with_custom_endpoint_should_result_in_an_error_immediately()" time="0.1308879852294922">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__086b__Connection__Host_Fallback__failing_connections_with_custom_port_should_result_in_an_error_immediately()" time="0.24931800365447998">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__086c__Connection__Host_Fallback__failing_connections_with_custom_tlsPort_should_result_in_an_error_immediately()" time="0.137842059135437">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__087__Connection__Host_Fallback__failing_connections_with_custom_endpoint_should_result_in_time_outs()" time="0.20467793941497803">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__089__Connection__Host_Fallback__applies_when_an_array_of_ClientOptions_fallbackHosts_is_provided()" time="1.5361319780349731">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__089b__Connection__Host_Fallback__applies_when_deprecated_fallbackHostsUseDefault_option_is_set_to_true()" time="0.4575580358505249">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__090__Connection__Connection_recovery__library_provides_additional_querystring_when_recover_is_provided()" time="0.9544540643692017">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__090__Connection__Host_Fallback__should_not_use_an_alternative_host_when_the_client_receives_a_bad_request()" time="1.0590870380401611">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__091__Connection__Host_Fallback__every_connection_is_first_attempted_to_the_primary_host_realtime_ably_io_prod()" time="0.39817702770233154">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__091__Connection__Host_Fallback__every_connection_is_first_attempted_to_the_primary_host_realtime_ably_io_sandbox()" time="0.5203009843826294">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__092__Connection__Host_Fallback__should_retry_hosts_in_random_order_after_checkin_if_an_internet_connection_is_available_prod()" time="1.5816450119018555">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__092__Connection__Host_Fallback__should_retry_hosts_in_random_order_after_checkin_if_an_internet_connection_is_available_sandbox()" time="1.3548660278320312">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__093__Connection__Host_Fallback__doesn_t_try_fallback_host_if_Internet_connection_check_fails()" time="0.21908605098724365">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__094__Connection__Host_Fallback__should_retry_custom_fallback_hosts_in_random_order_after_checkin_if_an_internet_connection_is_available()" time="1.5803099870681763">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__095__Connection__Host_Fallback__won_t_use_fallback_hosts_feature_if_an_empty_array_is_provided()" time="0.1250760555267334">
        </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.30686092376708984">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__097__Connection__Host_Fallback__should_use_an_alternative_host_when___hostUnreachable()" time="0.3497350215911865">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__098__Connection__Host_Fallback__should_use_an_alternative_host_when___requestTimeout()" time="0.6255038976669312">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__099__Connection__Host_Fallback__should_use_an_alternative_host_when___hostInternalError_code__501()" time="0.4242980480194092">
        </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.37622296810150146">
        </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.3704580068588257">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__102__Connection__Host_Fallback__should_move_to_disconnected_when_there_s_no_internet__with_any_kCFErrorDomainCFNetwork()" time="0.3717769384384155">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__103a__Connection__Transport_disconnected_side_effects__should_resend_any_ProtocolMessage_by_processing_connection_wide_pending_messages()" time="1.1497009992599487">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__103b__Connection__Transport_disconnected_side_effects_message_serial_for_pending_message_must_remain_the_same_that_is_awaiting_a_ACK_NACK()" time="1.7972099781036377">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__103c__Connection__Transport_disconnected_side_effects_message_must_be_assigned_a_new_msgSerial_from_the_internal_msgSerial()" time="1.810360074043274">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__104__Connection__Transport_disconnected_side_effects__should_resend_the_ATTACH_message_if_there_are_any_pending_channels()" time="1.0901060104370117">
        </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.37143099308013916">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__106_b__Connection__Operating_System_events_for_network_internet_connectivity_changes__should_restart_the_pending_connection_attempt_if_the_operating_system-indicates_that_the_underlying_internet_connection_is_now_available_when_CONNECTING()" time="0.7522439956665039">
        </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="1.1615550518035889">
        </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.718402981758118">
        </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.003419041633605957">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__110__Connection__Connection_recovery__connection_recovery_key_is_correctly_constructed_from_defined_parts()" time="0.6321079730987549">
        </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.3753800392150879">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__111__Connection__Connection_recovery__connection_recovery_key_is_properly_serializing_any_unicode_channel_name()" time="0.64171302318573">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__111__Connection__with_fixture_messages__should_encode_and_decode_fixture_messages_as_expected()" time="8.05468201637268">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__112__Connection__Connection_recovery__connection_recovery_key_is_null_when_connection_is_in_invalid_state()" time="0.4771310091018677">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__112__Connection__with_fixture_messages__should_send_messages_through_raw_JSON_POST_and_retrieve_equal_messages_through_MsgPack_and_JSON()" time="1.1695469617843628">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__113__Connection__Connection_recovery__connection_recovery_key_is_null_when_connection_is_in_suspended_state()" time="0.38496291637420654">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__113__Connection__with_fixture_messages__should_send_messages_through_MsgPack_and_JSON_and_retrieve_equal_messages_through_raw_JSON_GET()" time="13.842712998390198">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__114__Connection__Connection_recovery__connection_recovery_key_is_null_when_connection_is_in_failed_state()" time="0.4325300455093384">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__139__Connection__connection_id_and_key__should_be_nil_when_sdk_is_in_CLOSING_and_CLOSED_states()" time="0.47879791259765625">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__140__Connection__connection_id_and_key__should_be_nil_when_sdk_is_in_SUSPENDED_state()" time="0.3701440095901489">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__141__Connection__connection_id_and_key__should_be_nil_when_sdk_is_in_FAILED_state()" time="0.3692439794540405">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__200a__Connection__Connection_recovery__failures_system-response_to_unrecoverable_token_error()" time="0.9650040864944458">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__200b__Connection__Connection_recovery__failures_system-response_to_unrecoverable_token_error()" time="1.5730589628219604">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__200c__Connection__Connection_recovery__failures_system-response_to_unrecoverable_token_error()" time="1.5947589874267578">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__201__Connection__Connection_recovery__failures_once_CONNECTED__System_s_response_to_a_resume_request__CONNECTED_ProtocolMessage_with_the_different_connectionId_than_the_current_client_and_an_non_fatal_error()" time="0.7688959836959839">
        </testcase>
        <testcase classname="RealtimeClientConnectionTests" name="test__202__Connection__Connection_recovery__failures_with_any_other_fatal_error_in_the_connection()" time="0.9912010431289673">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__002__Presence__should_receive_all_250_members()" time="125.94475507736206">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__003__Presence__should_be_used_a_PresenceMap_to_maintain_a_list_of_members()" time="50.698830008506775">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__004__Presence__callback_can_be_provided_that_will_be_called_upon_success()" time="0.5983760356903076">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__005__Presence__callback_can_be_provided_that_will_be_called_upon_failure()" time="0.7346780300140381">
        </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="1.0976289510726929">
        </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.6941890716552734">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__008__Presence__Presence_syncComplete_returns_true_if_the_initial_SYNC_operation_has_completed()" time="125.88283598423004">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__010__Presence__ProtocolMessage_bit_flag__when_members_are_present()" time="125.9261120557785">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__011__Presence__realtime_system-reserves_the_right_to_initiate_a_sync_of_the_presence_members_at_any_point_once_a_channel_is_attached__should_do_a_new_sync_whenever_a_SYNC_ProtocolMessage_is_received_with_a_channel_attribute_and_a_new_sync_sequence_identifier_in_the_channelSerial_attribute()" time="1.1457250118255615">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__012__Presence__realtime_system-reserves_the_right_to_initiate_a_sync_of_the_presence_members_at_any_point_once_a_channel_is_attached__when_a_SYNC_is_sent_with_no_channelSerial_attribute_then_the_sync_data_is_entirely_contained_within_that_ProtocolMessage()" time="0.5672980546951294">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__013__Presence__PresenceMap_has_existing_members_when_a_SYNC_is_started__should_ensure_that_members_no_longer_present_on_the_channel_are_removed_from_the_local_PresenceMap_once_the_sync_is_complete()" time="1.7136989831924438">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__014__Presence__PresenceMap_has_existing_members_when_a_SYNC_is_started__should_emit_a_LEAVE_event_for_each_existing_member_if_the_PresenceMap_has_existing_members_when_an_ATTACHED_message_is_received_without_a_HAS_PRESENCE_flag()" time="0.4989190101623535">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__015__Presence__subscribe__with_no_arguments_should_subscribe_a_listener_to_all_presence_messages()" time="2.1896899938583374">
        </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.004168987274169922">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__017__Presence__Channel_state_change_side_effects__if_a_channel_enters_the_ATTACHED_state_then_all_queued_presence_messages_will_be_sent_immediately_and_a_presence_SYNC_may_be_initiated()" time="1.1815170049667358">
        </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.002279996871948242">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__019__Presence__Channel_state_change_side_effects__if_the_channel_enters_the_FAILED_state__should_clear_the_PresenceMap_including_local_members_and_does_not_emit_any_presence_events()" time="0.5939109325408936">
        </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.0023959875106811523">
        </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.7238930463790894">
        </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.0023920536041259766">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__023__Presence__Channel_state_change_side_effects__channel_enters_the_SUSPENDED_state__members_map_is_preserved_and_only_members_that_changed_between_ATTACHED_states_should_result_in_presence_events()" time="5.01691198348999">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__024__Presence__enter__should_enter_the_current_client__optionally_with_the_data_provided()" time="0.6938520669937134">
        </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.0017540454864501953">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__026__Presence__subscribe__should_implicitly_attach_the_channel_if_options_attachOnSubscribe_is_true()" time="0.937324047088623">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__026b__Presence__subscribe__should_not_implicitly_attach_the_channel_if_options_attachOnSubscribe_is_false()" time="1.0677130222320557">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__027__Presence__subscribe__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state_and_options_attachOnSubscribe_is_true()" time="0.008051037788391113">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__027b__Presence__subscribe__should_not_result_in_an_error_if_the_channel_is_in_the_FAILED_state_and_options_attachOnSubscribe_is_false()" time="1.018638014793396">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__028__Presence__subscribe__should_result_in_an_error_if_the_channel_moves_to_the_FAILED_state()" time="0.008195996284484863">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__029__Presence__subscribe__with_a_single_action_argument()" time="1.5993529558181763">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__030__Presence__enter__optionally_a_callback_can_be_provided_that_is_called_for_success()" time="0.7087770700454712">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__031__Presence__enter__optionally_a_callback_can_be_provided_that_is_called_for_failure()" time="0.5315940380096436">
        </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.6897690296173096">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__033__Presence__enter__should_result_in_an_error_immediately_if_the_connection_state_is_connected_and_the_client_is_anonymous()" time="0.3859668970108032">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__033__Presence__enter__should_result_in_an_error_immediately_if_the_connection_state_is_connected_and_the_client_is_wildcard()" time="0.3877689838409424">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__034__Presence__enter__should_result_in_an_error_immediately_if_the_channel_is_DETACHED()" time="0.5869349241256714">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__035__Presence__enter__should_result_in_an_error_immediately_if_the_channel_is_FAILED()" time="0.0063179731369018555">
        </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.5919989347457886">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__037__Presence__update__should_update_the_data_for_the_present_member_with_a_value()" time="0.7953439950942993">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__038__Presence__update__should_update_the_data_for_the_present_member_with_null()" time="0.699955940246582">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__039__Presence__update__should_enter_current_client_into_the_channel_if_the_client_was_not_already_entered()" time="0.6032729148864746">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__040__Presence__update__optionally_a_callback_can_be_provided_that_is_called_for_success()" time="0.6110100746154785">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__041__Presence__update__optionally_a_callback_can_be_provided_that_is_called_for_failure()" time="0.005922913551330566">
        </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.0964640378952026">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__043__Presence__leave__should_leave_the_current_client_from_the_channel_and_the_data_will_be_updated_with_the_value_provided()" time="0.711001992225647">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__044__Presence__leave__should_leave_the_current_client_with_no_data()" time="0.7074949741363525">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__045__Presence__PresenceMap__all_incoming_presence_messages_must_be_compared_for_newness_with_the_matching_member_already_in_the_PresenceMap()" time="1.101620078086853">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__047__Presence__PresenceMap__if_action_of_UPDATE_arrives__it_should_be_added_to_the_presence_map_with_the_action_set_to_PRESENT()" time="1.1108360290527344">
        </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="1.0645699501037598">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__049__Presence__PresenceMap__if_a_SYNC_is_not_in_progress__then_when_a_presence_message_with_an_action_of_LEAVE_arrives__that_memberKey_should_be_deleted_from_the_presence_map__if_present()" time="10.844637989997864">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__050__Presence__PresenceMap__if_a_SYNC_is_in_progress__then_when_a_presence_message_with_an_action_of_LEAVE_arrives__it_should_be_stored_in_the_presence_map_with_the_action_set_to_ABSENT()" time="10.613062977790833">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__051__Presence__PresenceMap__any_incoming_presence_message_that_passes_the_newness_check_should_be_emitted_on_the_Presence_object__with_an_event_name_set_to_its_original_action()" time="0.6042190790176392">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__052__Presence__PresenceMap__compare_for_newness__split_the_id_of_both_presence_messages()" time="51.21104109287262">
        </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="51.2230110168457">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__054__Presence__PresenceMap__all_presence_messages_from_a_SYNC_must_also_be_compared_for_newness_in_the_same_way_as_they_would_from_a_PRESENCE__discard_members_where_messages_have_arrived_before_the_SYNC()" time="10.65011203289032">
        </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.7987619638442993">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__057__Presence__update__should_result_in_an_error_immediately_if_the_client_is_anonymous()" time="0.6261950731277466">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__058__Presence__update__should_result_in_an_error_immediately_if_the_channel_is_DETACHED()" time="0.597714900970459">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__059__Presence__update__should_result_in_an_error_immediately_if_the_channel_is_FAILED()" time="0.005522966384887695">
        </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.714326024055481">
        </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.5850639343261719">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__062__Presence__leave__optionally_a_callback_can_be_provided_that_is_called_for_success()" time="1.0874830484390259">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__063__Presence__leave__optionally_a_callback_can_be_provided_that_is_called_for_failure()" time="0.6932899951934814">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__064__Presence__leave__should_raise_an_error_if_client_is_not_present()" time="0.5944889783859253">
        </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="1.0987040996551514">
        </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="2.0966529846191406">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__067__Presence__enter__implicitly_attaches_the_Channel()" time="0.6060889959335327">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__068__Presence__enter__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state()" time="0.002437114715576172">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__069__Presence__enter__should_result_in_an_error_if_the_channel_is_in_the_DETACHED_state()" time="0.5954669713973999">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__070__Presence__leave__should_result_in_an_error_immediately_if_the_client_is_anonymous()" time="0.5938739776611328">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__071__Presence__leave__should_result_in_an_error_immediately_if_the_channel_is_DETACHED()" time="0.6273219585418701">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__072__Presence__leave__should_result_in_an_error_immediately_if_the_channel_is_FAILED()" time="0.5940749645233154">
        </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.7132769823074341">
        </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.5898309946060181">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__078__Presence__enter__optional_data_can_be_included_when_entering_a_channel()" time="1.157742977142334">
        </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="1.103685975074768">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__080__Presence__private_and_internal_PresenceMap_containing_only_members_that_match_the_current_connectionId__any_ENTER__PRESENT__UPDATE_or_LEAVE_event_that_matches_the_current_connectionId_should_be_applied_to_this_object()" time="0.9170349836349487">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__081__Presence__private_and_internal_PresenceMap_containing_only_members_that_match_the_current_connectionId__all_members_belonging_to_the_current_connection_are_published_as_a_PresenceMessage_on_the_Channel_by_the_server_irrespective_of_whether_the_client_has_permission_to_subscribe_or_the_Channel_is_configured_to_publish_presence_events()" time="0.8340110778808594">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__084__Presence__enterClient__should_implicitly_attach_the_Channel()" time="0.590130090713501">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__085__Presence__enterClient__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state()" time="0.007097005844116211">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__086__Presence__enterClient__should_result_in_an_error_if_the_channel_moves_to_the_FAILED_state()" time="0.004073977470397949">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__087__Presence__updateClient__should_implicitly_attach_the_Channel()" time="0.5915639400482178">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__088__Presence__updateClient__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state()" time="0.0025969743728637695">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__089__Presence__updateClient__should_result_in_an_error_if_the_channel_moves_to_the_FAILED_state()" time="0.0023070573806762695">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__090__Presence__leaveClient__should_implicitly_attach_the_Channel()" time="0.6355379819869995">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__091__Presence__leaveClient__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state()" time="0.007483005523681641">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__092__Presence__leaveClient__should_result_in_an_error_if_the_channel_moves_to_the_FAILED_state()" time="0.004495978355407715">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__093__Presence__Connection_state_conditions__all_presence_messages_are_published_immediately_if_the_connection_is_CONNECTED()" time="0.5940409898757935">
        </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="1.1252429485321045">
        </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.5307530164718628">
        </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.0038290023803710938">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__097__Presence__Connection_state_conditions__should_result_in_an_error_if_the_connection_state_is__suspended()" time="0.4824850559234619">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__098__Presence__Connection_state_conditions__should_result_in_an_error_if_the_connection_state_is__closed()" time="0.6109590530395508">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__099__Presence__Connection_state_conditions__should_result_in_an_error_if_the_connection_state_is__failed()" time="0.48534607887268066">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__100__Presence__get__should_return_a_list_of_current_members_on_the_channel()" time="75.74497294425964">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__101__Presence__get__should_implicitly_attach_the_channel()" time="0.5615119934082031">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__102__Presence__get__should_result_in_an_error_if_the_channel_is_in_the_FAILED_state()" time="0.003654003143310547">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__103__Presence__get__should_result_in_an_error_if_the_channel_moves_to_the_FAILED_state()" time="0.0022630691528320312">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__104__Presence__get__should_result_in_an_error_if_the_channel_is_in_the_DETACHED_state()" time="0.5793960094451904">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__105__Presence__get__should_result_in_an_error_if_the_channel_moves_to_the_DETACHED_state()" time="60.41700291633606">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__106__Presence__get__query__waitForSync_should_be_true_by_default()" time="0.0027430057525634766">
        </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.014820098876953125">
        </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.004140973091125488">
        </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.0038390159606933594">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__110__Presence__get__Query__set_of_params___waitForSync_is_true__should_wait_until_SYNC_is_complete_before_returning_a_list_of_members()" time="75.99874305725098">
        </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="75.76532196998596">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__112__Presence__get__Query__set_of_params___should_return_members_filtered_by_clientId()" time="0.6024090051651001">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__113__Presence__get__Query__set_of_params___should_return_members_filtered_by_connectionId()" time="51.35475206375122">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__114__Presence__history__should_support_all_the_same_params_as_Rest()" time="0.6598830223083496">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__115__Presence__history__should_return_a_PaginatedResult_page()" time="75.62354004383087">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__116__Presence__enterClient__enters_into_presence_on_a_channel_on_behalf_of_another_clientId()" time="0.8171809911727905">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__117__Presence__enterClient__should_be_present_all_the_registered_members_on_a_presence_channel()" time="1.1782180070877075">
        </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.36993908882141113">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__119__Presence__presence_message_attributes__extras_should_be_populated_from_user_claims_in_JWT()" time="1.1840369701385498">
        </testcase>
        <testcase classname="RealtimeClientPresenceTests" name="test__200__Presence__PresenceMap_should_perform_re_entry_whenever_a_channel_moves_into_the_attached_state_and_presence_message_consists_of_enter_action_with_client_id_and_data()" time="1.7141950130462646">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__001__RealtimeClient__All_WebSocket_connections_should_include_the_current_API_version()" time="0.49028003215789795">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__002__RealtimeClient__should_have_access_to_the_underlying_Connection_object()" time="0.0008760690689086914">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__003__RealtimeClient__should_provide_access_to_the_underlying_Channels_object()" time="0.0007979869842529297">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__004__RealtimeClient__should_use_the_configured_timeouts_specified()" time="6.962195992469788">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__005__RealtimeClient__background_behaviour()" time="0.734961986541748">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__006__RealtimeClient__should_accept_acks_with_different_order()" time="1.1243879795074463">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__007__RealtimeClient__transport_should_guarantee_the_incoming_message_order()" time="0.3849560022354126">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__008__RealtimeClient__subscriber_should_receive_messages_in_the_same_order_in_which_they_have_been_sent()" time="0.6809910535812378">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__009__RealtimeClient__should_dispatch_in_user_queue_when_removing_an_observer()" time="0.0012829303741455078">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__010__RealtimeClient__should_never_register_any_connection_listeners_for_internal_use_with_the_public_EventEmitter()" time="0.47259294986724854">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__011__RealtimeClient__should_never_register_any_message_and_channel_listeners_for_internal_use_with_the_public_EventEmitter()" time="1.0128170251846313">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__012__RealtimeClient__moves_to_DISCONNECTED_on_an_unexpected_normal_WebSocket_close()" time="1.1764839887619019">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__013__RealtimeClient__options__should_support_the_same_options_as_the_Rest_client()" time="0.3765310049057007">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__014__RealtimeClient__options__should_echoMessages_option_be_true_by_default()" time="0.0005899667739868164">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__015__RealtimeClient__options__should_autoConnect_option_be_true_by_default()" time="0.0005270242691040039">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__016__RealtimeClient__options__should_attempt_to_recover_the_connection_state_if_recover_string_is_assigned()" time="0.7447530031204224">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__017__RealtimeClient__options__should_modify_the_realtime_endpoint_host_if_realtimeHost_is_assigned()" time="0.02496194839477539">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__018__RealtimeClient__options__should_modify_both_the_REST_and_realtime_endpoint_if_environment_string_is_assigned()" time="0.003558039665222168">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__019__RealtimeClient__options__url_should_contains_transport_params()" time="0.004989981651306152">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__020__RealtimeClient__Auth_object__should_provide_access_to_the_Auth_object()" time="0.004176974296569824">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__021__RealtimeClient__Auth_object__clientId_may_be_populated_when_the_connection_is_established()" time="0.38293492794036865">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__022__RealtimeClient__stats__should_present_an_async_interface()" time="0.3268040418624878">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__023__RealtimeClient__stats__should_accept_all_the_same_params_as_RestClient()" time="0.8398309946060181">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__024__RealtimeClient__time__should_present_an_async_interface()" time="0.23129510879516602">
        </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.8430850505828857">
        </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.9759290218353271">
        </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="1.1641069650650024">
        </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="1.0677729845046997">
        </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.7119499444961548">
        </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.6091350317001343">
        </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="1.1540429592132568">
        </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.9870449304580688">
        </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.8315000534057617">
        </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.6083939075469971">
        </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.6313179731369019">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test__036__RealtimeClient__Auth_authorize_should_upgrade_the_connection_with_current_token__authorize_call_should_complete_with_an_error_if_the_connection_moves_to_the_CLOSED_state()" time="0.7194709777832031">
        </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="1.2038300037384033">
        </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="1.3056989908218384">
        </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.4721670150756836">
        </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="1.2047119140625">
        </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.40200090408325195">
        </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.37992799282073975">
        </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.3809390068054199">
        </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.37678396701812744">
        </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.38127899169921875">
        </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.3770350217819214">
        </testcase>
        <testcase classname="RealtimeClientTests" name="test_clientId()" time="0.6155610084533691">
        </testcase>
        <testcase classname="RestAnnotationsTests" name="test__annotation_data_uses_a_cipher_added_by_setOptions_after_channel_creation()" time="0.8049180507659912">
        </testcase>
        <testcase classname="RestAnnotationsTests" name="test__idempotent_publishing_should_publish_annotation_with_implicit_id_only_once()" time="3.2042099237442017">
        </testcase>
        <testcase classname="RestAnnotationsTests" name="test__publish_annotation_exceeding_max_message_size()" time="0.0021020174026489258">
        </testcase>
        <testcase classname="RestAnnotationsTests" name="test__publish_delete_and_get_annotations()" time="3.1309489011764526">
        </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.5515209436416626">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__002__publish__should_provide_an_optional_argument_that_allows_the_clientId_value_to_be_specified()" time="0.0010820627212524414">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__003__publish__should_provide_an_optional_argument_that_allows_the_extras_value_to_be_specified()" time="0.3414570093154907">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__004__publish__should_include_attributes_supplied_by_the_caller_in_the_encoded_message()" time="0.22358202934265137">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__005__publish__with_name_and_data_arguments__publishes_the_message_and_invokes_callback_with_success()" time="0.35323798656463623">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__006__publish__with_name_only__publishes_the_message_and_invokes_callback_with_success()" time="0.3547869920730591">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__007__publish__with_data_only__publishes_the_message_and_invokes_callback_with_success()" time="0.3590099811553955">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__008__publish__with_neither_name_nor_data__publishes_the_message_and_invokes_callback_with_success()" time="0.3473649024963379">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__009__publish__with_a_Message_object__publishes_the_message_and_invokes_callback_with_success()" time="0.3594059944152832">
        </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.46770405769348145">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__011__publish__Unidentified_clients_using_Basic_Auth__should_publish_message_with_the_provided_clientId()" time="0.35535597801208496">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__012__publish__ClientOptions_clientId__should_include_the_clientId_as_a_querystring_parameter_in_realtime_connection_requests()" time="0.4986569881439209">
        </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.23452997207641602">
        </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.711150050163269">
        </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.7126719951629639">
        </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.7060269117355347">
        </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.500560998916626">
        </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.01034998893737793">
        </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.009680032730102539">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__020__publish__idempotent_publishing__idempotentRestPublishing_option()" time="0.0005840063095092773">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__021__publish__idempotent_publishing__should_not_generate_for_message_with_a_non_empty_id()" time="0.0026160478591918945">
        </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.0013790130615234375">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__023__publish__idempotent_publishing__should_not_generate_for_multiple_messages_with_a_non_empty_id()" time="0.0015660524368286133">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__024__publish__idempotent_publishing__should_not_generate_when_idempotentRestPublishing_flag_is_off()" time="0.0013669729232788086">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__025__publish__idempotent_publishing__should_have_only_one_published_message()" time="0.8673269748687744">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__026__publish__idempotent_publishing__should_publish_a_message_with_implicit_Id_only_once()" time="0.8251899480819702">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__027__publish__idempotent_publishing__random_idempotent_publish_id__should_generate_for_one_message_with_empty_id()" time="0.006468057632446289">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__028__publish__idempotent_publishing__random_idempotent_publish_id__should_generate_for_multiple_messages_with_empty_id()" time="0.004405975341796875">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__029__history__should_return_a_PaginatedResult_page_containing_the_first_page_of_messages()" time="0.24823296070098877">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__030__history__query_arguments__start_and_end_should_filter_messages_between_those_two_times()" time="0.9141439199447632">
        </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.001073002815246582">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__032__history__query_arguments__direction_backwards_or_forwards()" time="0.3405129909515381">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__033__history__query_arguments__limit_items_result()" time="0.35516905784606934">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__034__history__query_arguments__limit_supports_up_to_1000_items()" time="0.0053539276123046875">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__035__presence__get__should_return_presence_fixture_data()" time="2.4534159898757935">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__036__message_encoding__payloads_should_be_binary__strings__or_objects_capable_of_JSON_representation()" time="0.9655790328979492">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__037__message_encoding__encoding_attribute_should_represent_the_encoding_s__applied_in_right_to_left()" time="0.6842960119247437">
        </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.29604005813598633">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__039__message_encoding__json__string_payload_should_be_represented_as_a_JSON_string()" time="0.2280329465866089">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__040__message_encoding__json__messages_received_should_be_decoded_based_on_the_encoding_field()" time="1.0533969402313232">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__041__message_encoding__json__json_payload_should_be_stringified_either__as_a_JSON_Array()" time="0.25040996074676514">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__042__message_encoding__json__json_payload_should_be_stringified_either__as_a_JSON_Object()" time="0.23241901397705078">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__043__message_payload_encryption__should_support_AES_encryption__128_CBC_mode()" time="0.36526405811309814">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__044__message_payload_encryption__should_support_AES_encryption__256_CBC_mode()" time="0.34505903720855713">
        </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.5724419355392456">
        </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.3408799171447754">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__047__status__with_subscribers__returns_a_channel_details_object_populated_with_channel_metrics()" time="0.8268589973449707">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__48__channel_name_can_contain_slash_character_which_is_url_encoded_in_the_rest_request_path()" time="0.0012350082397460938">
        </testcase>
        <testcase classname="RestClientChannelTests" name="test__49__publish__with_resultCallback__returns_valid_ARTPublishResult_with_message_serials()" time="0.2254939079284668">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__001__RestClient__channels__should_return_collection_of_channels()" time="0.0033829212188720703">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__002__RestClient__channels__should_be_enumerable()" time="0.003932952880859375">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__003__RestClient__channels__get__should_return_a_channel()" time="0.0028159618377685547">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__004__RestClient__channels__get__should_return_a_channel_with_the_provided_options()" time="0.0032891035079956055">
        </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.0018059015274047852">
        </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.00266110897064209">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__007__RestClient__channels__channelExists__should_check_if_a_channel_exists()" time="0.0021229982376098633">
        </testcase>
        <testcase classname="RestClientChannelsTests" name="test__008__RestClient__channels__releaseChannel__should_release_a_channel()" time="0.0015740394592285156">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__001__Presence__presence_messages_retrieved_are_decoded_in_the_same_way_that_messages_are_decoded()" time="1.0712369680404663">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__002__Presence__get__should_return_a_PaginatedResult_page_containing_the_first_page_of_members()" time="75.58233904838562">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__003__Presence__get__limit_should_support_up_to_1000_items()" time="0.0028259754180908203">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__004__Presence__get__clientId_should_filter_members_by_the_provided_clientId()" time="0.8905249834060669">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__005__Presence__get__connectionId_should_filter_members_by_the_provided_connectionId()" time="4.872871041297913">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__006__Presence__history__should_return_a_PaginatedResult_page_containing_the_first_page_of_members()" time="75.5998899936676">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__007__Presence__history__query_argument__direction_should_change_the_order_of_the_members()" time="5.5172669887542725">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__008__Presence__history__connectionId_should_filter_members_by_the_provided_connectionId()" time="4.924633026123047">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__009__Presence__history__query_argument__limit_supports_up_to_1000_members()" time="0.824355959892273">
        </testcase>
        <testcase classname="RestClientPresenceTests" name="test__010__Presence__history__query_argument__start_and_end_should_filter_members_between_those_two_times()" time="21.368786096572876">
        </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.009844064712524414">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__001__RestClient__stats__result__should_match_minute_level_inbound_and_outbound_fixture_data__forwards_()" time="3.027748942375183">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__002__RestClient__stats__result__should_match_hour_level_inbound_and_outbound_fixture_data__forwards_()" time="3.079105019569397">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__003__RestClient__stats__result__should_match_day_level_inbound_and_outbound_fixture_data__forwards_()" time="2.787903070449829">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__004__RestClient__stats__result__should_match_month_level_inbound_and_outbound_fixture_data__forwards_()" time="3.171101927757263">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__005__RestClient__stats__result__should_contain_only_one_item_when_limit_is_1__backwards()" time="2.8292590379714966">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__006__RestClient__stats__result__should_contain_only_one_item_when_limit_is_1__forwards()" time="2.504629969596863">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__007__RestClient__stats__result__should_be_paginated_according_to_the_limit__backwards()" time="3.4730679988861084">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__008__RestClient__stats__result__should_be_paginated_according_to_the_limit__fowards_()" time="3.386636972427368">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__009__RestClient__stats__query__start__should_return_an_error_when_later_than_end()" time="0.0019159317016601562">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__010__RestClient__stats__query__direction__should_be_backwards_by_default()" time="0.002012014389038086">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__011__RestClient__stats__query__limit__should_have_a_default_value_of_100()" time="0.0014209747314453125">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__012__RestClient__stats__query__limit__should_return_an_error_when_greater_than_1000()" time="0.0037000179290771484">
        </testcase>
        <testcase classname="RestClientStatsTests" name="test__013__RestClient__stats__query__unit__should_default_to_minute()" time="0.002914905548095703">
        </testcase>
        <testcase classname="RestClientTests" name="test__001__RestClient__All_REST_requests_should_include_the_current_API_version()" time="0.2382490634918213">
        </testcase>
        <testcase classname="RestClientTests" name="test__002__RestClient__should_provide_access_to_the_AuthOptions_object_passed_in_ClientOptions()" time="0.0019240379333496094">
        </testcase>
        <testcase classname="RestClientTests" name="test__003__RestClient__REST_endpoint_host_should_be_configurable_in_the_Client_constructor_with_the_option_restHost()" time="0.017480015754699707">
        </testcase>
        <testcase classname="RestClientTests" name="test__004__RestClient__should_send_requests_over_http_and_https()" time="0.5241940021514893">
        </testcase>
        <testcase classname="RestClientTests" name="test__005__RestClient__should_use_Auth_to_manage_authentication()" time="0.23207902908325195">
        </testcase>
        <testcase classname="RestClientTests" name="test__006__RestClient__should_request_another_token_after_current_one_is_no_longer_valid()" time="1.9336479902267456">
        </testcase>
        <testcase classname="RestClientTests" name="test__007__RestClient__should_result_in_an_error_when_user_does_not_have_sufficient_permissions()" time="0.4550130367279053">
        </testcase>
        <testcase classname="RestClientTests" name="test__008__RestClient__should_use_MsgPack_binary_protocol()" time="0.7748910188674927">
        </testcase>
        <testcase classname="RestClientTests" name="test__009__RestClient__should_use_JSON_text_protocol()" time="0.7228380441665649">
        </testcase>
        <testcase classname="RestClientTests" name="test__010__RestClient__X_Ably_Version_must_be_included_in_all_REST_requests()" time="0.23825109004974365">
        </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.24136006832122803">
        </testcase>
        <testcase classname="RestClientTests" name="test__012__RestClient__should_indicate_an_error_if_there_is_no_way_to_renew_the_token()" time="2.6379119157791138">
        </testcase>
        <testcase classname="RestClientTests" name="test__013__RestClient__background_behaviour()" time="0.616765022277832">
        </testcase>
        <testcase classname="RestClientTests" name="test__014__RestClient__client_should_handle_error_messages_in_plaintext_and_HTML_format()" time="0.06343209743499756">
        </testcase>
        <testcase classname="RestClientTests" name="test__015__RestClient__initializer__should_accept_an_API_key()" time="0.0020679235458374023">
        </testcase>
        <testcase classname="RestClientTests" name="test__016__RestClient__initializer__should_throw_when_provided_an_invalid_key()" time="0.0024129152297973633">
        </testcase>
        <testcase classname="RestClientTests" name="test__017__RestClient__initializer__should_result_in_error_status_when_provided_a_bad_key()" time="0.22456896305084229">
        </testcase>
        <testcase classname="RestClientTests" name="test__018__RestClient__initializer__should_accept_a_token()" time="0.2430208921432495">
        </testcase>
        <testcase classname="RestClientTests" name="test__019__RestClient__initializer__should_accept_an_options_object()" time="0.002164006233215332">
        </testcase>
        <testcase classname="RestClientTests" name="test__020__RestClient__initializer__should_accept_an_options_object_with_token_authentication()" time="0.2747189998626709">
        </testcase>
        <testcase classname="RestClientTests" name="test__021__RestClient__initializer__should_result_in_error_status_when_provided_a_bad_token()" time="0.22343504428863525">
        </testcase>
        <testcase classname="RestClientTests" name="test__022__RestClient__logging__should_output_to_the_system-log_and_the_log_level_should_be_Warn()" time="0.0027170181274414062">
        </testcase>
        <testcase classname="RestClientTests" name="test__023__RestClient__logging__should_have_a_mutable_log_level()" time="0.0009349584579467773">
        </testcase>
        <testcase classname="RestClientTests" name="test__024__RestClient__logging__should_accept_a_custom_logger()" time="0.0007380247116088867">
        </testcase>
        <testcase classname="RestClientTests" name="test__025__RestClient__endpoint__should_accept_a_custom_host_and_send_requests_to_the_specified_host()" time="0.012547016143798828">
        </testcase>
        <testcase classname="RestClientTests" name="test__026__RestClient__endpoint__should_ignore_an_environment_when_restHost_is_customized()" time="0.013811945915222168">
        </testcase>
        <testcase classname="RestClientTests" name="test__027__RestClient__endpoint__should_accept_an_environment_when_restHost_is_left_unchanged()" time="0.009413957595825195">
        </testcase>
        <testcase classname="RestClientTests" name="test__028__RestClient__endpoint__should_default_to_https___rest_ably_io()" time="0.0029169321060180664">
        </testcase>
        <testcase classname="RestClientTests" name="test__029__RestClient__endpoint__should_connect_over_plain_http____when_tls_is_off()" time="0.2234410047531128">
        </testcase>
        <testcase classname="RestClientTests" name="test__030__RestClient__endpoint__should_not_prepend_the_environment_if_environment_is_configured_as__production_()" time="0.001757979393005371">
        </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.0275360345840454">
        </testcase>
        <testcase classname="RestClientTests" name="test__032__RestClient__should_use_the_the_connection_and_request_timeouts_specified__max_number_of_fallback_hosts()" time="0.00719296932220459">
        </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.608841061592102">
        </testcase>
        <testcase classname="RestClientTests" name="test__034__RestClient__time__should_return_server_time()" time="0.23590600490570068">
        </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.232558012008667">
        </testcase>
        <testcase classname="RestClientTests" name="test__036__RestClient__Authentication__should_error_when_expired_token_and_no_means_to_renew()" time="5.814327955245972">
        </testcase>
        <testcase classname="RestClientTests" name="test__037__RestClient__Authentication__should_renew_the_token_when_it_has_expired()" time="5.990428924560547">
        </testcase>
        <testcase classname="RestClientTests" name="test__038__RestClient__Authentication__basic_authentication_flag__should_be_true_when_initialized_with_a_key()" time="0.0017570257186889648">
        </testcase>
        <testcase classname="RestClientTests" name="test__039__RestClient__Authentication__basic_authentication_flag__should_be_false_when_options__useTokenAuth_is_set()" time="0.0026780366897583008">
        </testcase>
        <testcase classname="RestClientTests" name="test__040__RestClient__Authentication__basic_authentication_flag__should_be_false_when_options__authUrl_is_set()" time="0.001604914665222168">
        </testcase>
        <testcase classname="RestClientTests" name="test__041__RestClient__Authentication__basic_authentication_flag__should_be_false_when_options__authCallback_is_set()" time="0.002874016761779785">
        </testcase>
        <testcase classname="RestClientTests" name="test__042__RestClient__Authentication__basic_authentication_flag__should_be_false_when_options__tokenDetails_is_set()" time="0.0015870332717895508">
        </testcase>
        <testcase classname="RestClientTests" name="test__043__RestClient__Authentication__basic_authentication_flag__should_be_false_when_options__token_is_set()" time="0.003316044807434082">
        </testcase>
        <testcase classname="RestClientTests" name="test__044__RestClient__Authentication__basic_authentication_flag__should_be_false_when_options__key_is_set()" time="0.0019119977951049805">
        </testcase>
        <testcase classname="RestClientTests" name="test__045__RestClient__Host_Fallback__failing_HTTP_requests_with_custom_endpoint_should_result_in_an_error_immediately()" time="0.003776073455810547">
        </testcase>
        <testcase classname="RestClientTests" name="test__046__RestClient__Host_Fallback__applies_when_ClientOptions_fallbackHostsUseDefault_is_true()" time="0.001289963722229004">
        </testcase>
        <testcase classname="RestClientTests" name="test__047__RestClient__Host_Fallback__won_t_apply_fallback_hosts_if_ClientOptions_fallbackHosts_array_is_empty()" time="0.0029649734497070312">
        </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.0015439987182617188">
        </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.1781980991363525">
        </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.002252936363220215">
        </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.0017600059509277344">
        </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.0015319585800170898">
        </testcase>
        <testcase classname="RestClientTests" name="test__053__RestClient__Host_Fallback__fallbackHostsUseDefault_option__should_be_inactive_by_default()" time="0.0009769201278686523">
        </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.0010110139846801758">
        </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.0027409791946411133">
        </testcase>
        <testcase classname="RestClientTests" name="test__056__RestClient__Host_Fallback__Fallback_behavior__should_NOT_be_applied_when_ClientOptions_restHost_has_been_set()" time="0.0015239715576171875">
        </testcase>
        <testcase classname="RestClientTests" name="test__057__RestClient__Host_Fallback__Fallback_behavior__should_NOT_be_applied_when_ClientOptions_port_has_been_set()" time="0.003836989402770996">
        </testcase>
        <testcase classname="RestClientTests" name="test__058__RestClient__Host_Fallback__Fallback_behavior__should_NOT_be_applied_when_ClientOptions_tlsPort_has_been_set()" time="0.001399993896484375">
        </testcase>
        <testcase classname="RestClientTests" name="test__059__RestClient__Host_Fallback__Fallback_behavior__should_be_applied_when_ClientOptions_fallbackHosts_is_provided()" time="0.0017539262771606445">
        </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.0019249916076660156">
        </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.001490950584411621">
        </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.0018990039825439453">
        </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.0018690824508666992">
        </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.0020570755004882812">
        </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.004485011100769043">
        </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.0009390115737915039">
        </testcase>
        <testcase classname="RestClientTests" name="test__067__RestClient__Host_Fallback__retry_hosts_in_random_order__until_httpMaxRetryCount_has_been_reached()" time="0.0016499757766723633">
        </testcase>
        <testcase classname="RestClientTests" name="test__068__RestClient__Host_Fallback__retry_hosts_in_random_order__use_custom_fallback_hosts_if_set()" time="0.0021909475326538086">
        </testcase>
        <testcase classname="RestClientTests" name="test__069__RestClient__Host_Fallback__retry_hosts_in_random_order__until_all_fallback_hosts_have_been_tried()" time="0.0017739534378051758">
        </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.0017209053039550781">
        </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.0023380517959594727">
        </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.0027750730514526367">
        </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.0038210153579711914">
        </testcase>
        <testcase classname="RestClientTests" name="test__074__RestClient__Host_Fallback__should_use_an_alternative_host_when___hostUnreachable()" time="0.0035060644149780273">
        </testcase>
        <testcase classname="RestClientTests" name="test__075__RestClient__Host_Fallback__should_use_an_alternative_host_when___requestTimeout_timeout__0_1_()" time="0.1787569522857666">
        </testcase>
        <testcase classname="RestClientTests" name="test__076__RestClient__Host_Fallback__should_use_an_alternative_host_when___hostInternalError_code__501_()" time="0.003074049949645996">
        </testcase>
        <testcase classname="RestClientTests" name="test__077__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host___hostUnreachable()" time="0.003368973731994629">
        </testcase>
        <testcase classname="RestClientTests" name="test__078__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host___requestTimeout_timeout__0_1_()" time="0.18257594108581543">
        </testcase>
        <testcase classname="RestClientTests" name="test__079__RestClient__Host_Fallback__should_store_successful_fallback_host_as_default_host___hostInternalError_code__501_()" time="0.0035419464111328125">
        </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.2096279859542847">
        </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.326395034790039">
        </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.1915500164031982">
        </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="0.010696053504943848">
        </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.28270602226257324">
        </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.0037720203399658203">
        </testcase>
        <testcase classname="RestClientTests" name="test__086__RestClient__request__method_signature_and_arguments__should_add_query_parameters()" time="0.0016440153121948242">
        </testcase>
        <testcase classname="RestClientTests" name="test__087__RestClient__request__method_signature_and_arguments__should_add_a_HTTP_body()" time="0.002249002456665039">
        </testcase>
        <testcase classname="RestClientTests" name="test__088__RestClient__request__method_signature_and_arguments__should_add_a_HTTP_header()" time="0.0013780593872070312">
        </testcase>
        <testcase classname="RestClientTests" name="test__089__RestClient__request__method_signature_and_arguments__should_error_if_method_is_invalid()" time="0.0009329319000244141">
        </testcase>
        <testcase classname="RestClientTests" name="test__090__RestClient__request__method_signature_and_arguments__should_error_if_path_is_invalid()" time="0.0009540319442749023">
        </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.000970005989074707">
        </testcase>
        <testcase classname="RestClientTests" name="test__092__RestClient__request__method_signature_and_arguments__should_do_a_request_and_receive_a_valid_response()" time="0.45562005043029785">
        </testcase>
        <testcase classname="RestClientTests" name="test__093__RestClient__request__method_signature_and_arguments__should_handle_response_failures()" time="0.45699405670166016">
        </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.2923600673675537">
        </testcase>
        <testcase classname="RestClientTests" name="test__095__RestClient__request_IDs__should_add__request_id__query_parameter()" time="0.006694912910461426">
        </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.01900303363800049">
        </testcase>
        <testcase classname="RestClientTests" name="test__097__RestClient__request_IDs__ErrorInfo_should_have__requestId__property()" time="0.003386974334716797">
        </testcase>
        <testcase classname="RestPaginatedTests" name="test__001__RestPaginated__should_extract_links_from_the_response()" time="0.0010269880294799805">
        </testcase>
        <testcase classname="RestPaginatedTests" name="test__002__RestPaginated__should_create_next_first_last_request_from_extracted_link_path()" time="0.0006340742111206055">
        </testcase>
        <testcase classname="RetrySequenceTests" name="test_addRetryAttempt()" time="0.0018780231475830078">
        </testcase>
        <testcase classname="StatsTests" name="test__001__Stats__all__should_return_a_MessagesTypes_object()" time="0.0008291006088256836">
        </testcase>
        <testcase classname="StatsTests" name="test__002__Stats__all__should_return_value_for_message_counts()" time="0.0006530284881591797">
        </testcase>
        <testcase classname="StatsTests" name="test__003__Stats__all__should_return_value_for_all_data_transferred()" time="0.006440997123718262">
        </testcase>
        <testcase classname="StatsTests" name="test__004__Stats__all__should_return_zero_for_empty_values()" time="0.0005899667739868164">
        </testcase>
        <testcase classname="StatsTests" name="test__005__Stats__persisted__should_return_a_MessagesTypes_object()" time="0.0005450248718261719">
        </testcase>
        <testcase classname="StatsTests" name="test__006__Stats__persisted__should_return_value_for_message_counts()" time="0.0004839897155761719">
        </testcase>
        <testcase classname="StatsTests" name="test__007__Stats__persisted__should_return_value_for_all_data_transferred()" time="0.0005480051040649414">
        </testcase>
        <testcase classname="StatsTests" name="test__008__Stats__persisted__should_return_zero_for_empty_values()" time="0.0004609823226928711">
        </testcase>
        <testcase classname="StatsTests" name="test__009__Stats__inbound__should_return_a_MessageTraffic_object()" time="0.000738978385925293">
        </testcase>
        <testcase classname="StatsTests" name="test__010__Stats__inbound__should_return_value_for_realtime_message_counts()" time="0.001412034034729004">
        </testcase>
        <testcase classname="StatsTests" name="test__011__Stats__inbound__should_return_value_for_all_presence_data()" time="0.0005190372467041016">
        </testcase>
        <testcase classname="StatsTests" name="test__012__Stats__outbound__should_return_a_MessageTraffic_object()" time="0.00067901611328125">
        </testcase>
        <testcase classname="StatsTests" name="test__013__Stats__outbound__should_return_value_for_realtime_message_counts()" time="0.0007330179214477539">
        </testcase>
        <testcase classname="StatsTests" name="test__014__Stats__outbound__should_return_value_for_all_presence_data()" time="0.0007090568542480469">
        </testcase>
        <testcase classname="StatsTests" name="test__015__Stats__connections__should_return_a_ConnectionTypes_object()" time="0.0008500814437866211">
        </testcase>
        <testcase classname="StatsTests" name="test__016__Stats__connections__should_return_value_for_tls_opened_counts()" time="0.0005140304565429688">
        </testcase>
        <testcase classname="StatsTests" name="test__017__Stats__connections__should_return_value_for_all_peak_connections()" time="0.0007959604263305664">
        </testcase>
        <testcase classname="StatsTests" name="test__018__Stats__connections__should_return_zero_for_empty_values()" time="0.000514984130859375">
        </testcase>
        <testcase classname="StatsTests" name="test__019__Stats__channels__should_return_a_ResourceCount_object()" time="0.0005810260772705078">
        </testcase>
        <testcase classname="StatsTests" name="test__020__Stats__channels__should_return_value_for_opened_counts()" time="0.0004630088806152344">
        </testcase>
        <testcase classname="StatsTests" name="test__021__Stats__channels__should_return_value_for_peak_channels()" time="0.0005899667739868164">
        </testcase>
        <testcase classname="StatsTests" name="test__022__Stats__channels__should_return_zero_for_empty_values()" time="0.0005420446395874023">
        </testcase>
        <testcase classname="StatsTests" name="test__023__Stats__apiRequests__should_return_a_RequestCount_object()" time="0.0006729364395141602">
        </testcase>
        <testcase classname="StatsTests" name="test__024__Stats__apiRequests__should_return_value_for_succeeded()" time="0.00045108795166015625">
        </testcase>
        <testcase classname="StatsTests" name="test__025__Stats__apiRequests__should_return_value_for_failed()" time="0.0004730224609375">
        </testcase>
        <testcase classname="StatsTests" name="test__026__Stats__tokenRequests__should_return_a_RequestCount_object()" time="0.0005629062652587891">
        </testcase>
        <testcase classname="StatsTests" name="test__027__Stats__tokenRequests__should_return_value_for_succeeded()" time="0.007711052894592285">
        </testcase>
        <testcase classname="StatsTests" name="test__028__Stats__tokenRequests__should_return_value_for_failed()" time="0.0005398988723754883">
        </testcase>
        <testcase classname="StatsTests" name="test__029__Stats__interval__should_return_a_Date_object_representing_the_start_of_the_interval()" time="0.001283884048461914">
        </testcase>
        <testcase classname="StatsTests" name="test__030__Stats__push__should_return_a_ARTStatsPushCount_object()" time="0.0014940500259399414">
        </testcase>
        <testcase classname="StatsTests" name="test__031__Stats__push__should_return_value_for_messages_count()" time="0.0005420446395874023">
        </testcase>
        <testcase classname="StatsTests" name="test__032__Stats__push__should_return_value_for_invalid_notifications()" time="0.0004349946975708008">
        </testcase>
        <testcase classname="StatsTests" name="test__033__Stats__push__should_return_value_for_attempted_notifications()" time="0.0004069805145263672">
        </testcase>
        <testcase classname="StatsTests" name="test__034__Stats__push__should_return_value_for_successful_notifications()" time="0.0010279417037963867">
        </testcase>
        <testcase classname="StatsTests" name="test__035__Stats__push__should_return_value_for_failed_notifications()" time="0.0004659891128540039">
        </testcase>
        <testcase classname="StatsTests" name="test__036__Stats__push__should_return_value_for_directPublishes()" time="0.00047194957733154297">
        </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.0007380247116088867">
        </testcase>
        <testcase classname="StatsTests" name="test__038__Stats__count__should_return_value_for_number_of_lower_level_stats()" time="0.000538945198059082">
        </testcase>
        <testcase classname="StringifiableTests" name="test__001__Stringifiable__type_conversion__as_string()" time="0.0005199909210205078">
        </testcase>
        <testcase classname="StringifiableTests" name="test__002__Stringifiable__type_conversion__as_bool__true_()" time="0.0017179250717163086">
        </testcase>
        <testcase classname="StringifiableTests" name="test__003__Stringifiable__type_conversion__as_bool__false_()" time="0.0005719661712646484">
        </testcase>
        <testcase classname="StringifiableTests" name="test__004__Stringifiable__type_conversion__as_integer_that_is_not_treated_as_bool__false_()" time="0.0005309581756591797">
        </testcase>
        <testcase classname="StringifiableTests" name="test__005__Stringifiable__type_conversion__as_integer_that_is_not_treated_as_bool__true_()" time="0.003029942512512207">
        </testcase>
        <testcase classname="StringifiableTests" name="test__006__Stringifiable__type_conversion__as_number__Int_()" time="0.0006400346755981445">
        </testcase>
        <testcase classname="StringifiableTests" name="test__007__Stringifiable__type_conversion__as_number__Float_1_decimal_digit_()" time="0.0005420446395874023">
        </testcase>
        <testcase classname="StringifiableTests" name="test__008__Stringifiable__type_conversion__as_number__Float_2_decimal_digits_()" time="0.00044906139373779297">
        </testcase>
        <testcase classname="StringifiableTests" name="test__009__Stringifiable__type_conversion__as_number__Float_4_decimal_digits_()" time="0.0004839897155761719">
        </testcase>
        <testcase classname="SummaryTypesTests" name="test__ARTSummaryDistinctV1__parses_dictionary_of_summaries()" time="0.0016390085220336914">
        </testcase>
        <testcase classname="SummaryTypesTests" name="test__ARTSummaryFlagV1__parses_from_dictionary()" time="0.0006920099258422852">
        </testcase>
        <testcase classname="SummaryTypesTests" name="test__ARTSummaryFlagV1__returns_nil_for_invalid_dictionary()" time="0.0005649328231811523">
        </testcase>
        <testcase classname="SummaryTypesTests" name="test__ARTSummaryFlagV1__with_clipped_property()" time="0.0005689859390258789">
        </testcase>
        <testcase classname="SummaryTypesTests" name="test__ARTSummaryMultipleV1__parses_dictionary_of_summaries()" time="0.009627938270568848">
        </testcase>
        <testcase classname="SummaryTypesTests" name="test__ARTSummaryMultipleV1__returns_nil_for_invalid_values()" time="0.0013570785522460938">
        </testcase>
        <testcase classname="SummaryTypesTests" name="test__ARTSummaryTotalV1__parses_from_dictionary()" time="0.0016139745712280273">
        </testcase>
        <testcase classname="SummaryTypesTests" name="test__ARTSummaryTotalV1__parses_string_number_from_dictionary()" time="0.0014020204544067383">
        </testcase>
        <testcase classname="SummaryTypesTests" name="test__ARTSummaryUniqueV1__parses_dictionary_of_summaries()" time="0.0015739202499389648">
        </testcase>
        <testcase classname="SystemTimeProviderTests" name="test_continuousClock_addingDuration()" time="0.6604760885238647">
        </testcase>
        <testcase classname="SystemTimeProviderTests" name="test_continuousClock_isAfter()" time="0.314007043838501">
        </testcase>
        <testcase classname="SystemTimeProviderTests" name="test_schedule_derefsBlockAfterInvoke()" time="0.003824949264526367">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__001__Utilities__JSON_Encoder__should_decode_a_protocol_message_that_has_an_error_without_a_message()" time="0.002053976058959961">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__002__Utilities__JSON_Encoder__should_encode_a_protocol_message_that_has_invalid_data()" time="0.005106925964355469">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__003__Utilities__JSON_Encoder__should_decode_data_with_malformed_JSON()" time="0.0015120506286621094">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__004__Utilities__JSON_Encoder__should_decode_data_with_malformed_MsgPack()" time="0.0090789794921875">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__005__Utilities__JSON_Encoder__in_Realtime__should_handle_and_emit_the_invalid_data_error()" time="0.0038089752197265625">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__006__Utilities__JSON_Encoder__in_Realtime__should_ignore_invalid_transport_message()" time="0.4827669858932495">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__007__Utilities__JSON_Encoder__in_Rest__should_handle_and_emit_the_invalid_data_error()" time="0.004292964935302734">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__008__Utilities__JSON_Encoder__in_Rest__should_ignore_invalid_response_payload()" time="0.0027080774307250977">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__009__Utilities__EventEmitter__should_emit_events_to_all_relevant_listeners()" time="0.002786993980407715">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__010__Utilities__EventEmitter__should_only_call_once_listeners_once_for_its_event()" time="0.0020540952682495117">
        </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.0034450292587280273">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__012__Utilities__EventEmitter__calling_off_with_a_single_listener_argument__should_remove_the_timeout()" time="0.4033869504928589">
        </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.0008199214935302734">
        </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.0005700588226318359">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__015__Utilities__EventEmitter__calling_off_with_no_arguments__should_remove_all_listeners()" time="0.0005199909210205078">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__016__Utilities__EventEmitter__calling_off_with_no_arguments__should_allow_listening_again()" time="0.0005559921264648438">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__017__Utilities__EventEmitter__calling_off_with_no_arguments__should_remove_all_timeouts()" time="0.20211505889892578">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__018__Utilities__EventEmitter__the_timed_method__should_not_call_onTimeout_if_the_deadline_isn_t_reached()" time="0.3356529474258423">
        </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.4239950180053711">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__020__Utilities__EventEmitter__set_of_listeners__should_not_change_over_the_course_of_the_emit()" time="0.0033680200576782227">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__021__Utilities__Logger__should_have_a_history_of_logs()" time="0.4948849678039551">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__022__Utilities__maxMessageSize__calculates_maxMessageSize_of_a_Message_with_name_and_data()" time="0.003304004669189453">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__023__Utilities__maxMessageSize__calculates_maxMessageSize_of_a_Message_with_name__data_and_extras()" time="0.0021439790725708008">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__024__Utilities__maxMessageSize__calculates_maxMessageSize_of_a_Message_with_name__data__clientId_and_extras()" time="0.0030750036239624023">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__025_Utilities__message_should_populate_serial_timestamp_to_version()" time="0.001878976821899414">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__026_Utilities__message_should_always_populate_annotations_and_summary_when_decoding()" time="0.0026689767837524414">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__027__Utilities__maxMessageSize__measures_unicode_fields_per_documented_accounting()" time="0.002841949462890625">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__027_Utilities__message_received_with_new_version_structure()" time="0.0008929967880249023">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__028_Utilities__message_encoding_with_version_and_annotations()" time="0.0006500482559204102">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__Utilities__JSON_Encoder__should_decode_rest_error_response_with_complete_error_info()" time="0.0012699365615844727">
        </testcase>
        <testcase classname="UtilitiesTests" name="test__Utilities__JSON_Encoder__should_decode_rest_error_response_with_only_error_field()" time="0.0011830329895019531">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_addsAgentChannelParam_whenFetchedWithChannelOptions()" time="0.5131570100784302">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_addsAgentChannelParam_whenFetchedWithNoChannelOptions()" time="0.5083340406417847">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_doesNotAddAgentParam_whenProxyClientCreatedWithoutAgents()" time="0.4876680374145508">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_history_addsWrapperSDKAgentToRequest()" time="1.4570159912109375">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_presenceHistory_addsWrapperSDKAgentToRequest()" time="0.313338041305542">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_pushAdmin_addsWrapperSDKAgentToRequests()" time="0.2429499626159668">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_pushAdmin_channelSubscriptions_addsWrapperSDKAgentToRequests()" time="0.22269701957702637">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_pushAdmin_deviceRegistrations_addsWrapperSDKAgentToRequests()" time="0.2319120168685913">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_request_addsWrapperSDKAgentToHeader()" time="0.2266479730606079">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_request_firstAndNext_addWrapperSDKAgentToHeader()" time="1.463360071182251">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_sharesChannelMessageSubscriptionsWithUnderlyingChannel()" time="0.5329830646514893">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_sharesChannelStateSubscriptionsWithUnderlyingChannel()" time="0.4836770296096802">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_sharesChannelStateWithUnderlyingChannel()" time="0.5883170366287231">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_sharesConnectionStateWithUnderlyingClient()" time="0.4708019495010376">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_sharesConnectionSubscriptionsWithUnderlyingRealtimeClient()" time="0.3680959939956665">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_stats_addsWrapperSDKAgentToRequest()" time="0.5148980617523193">
        </testcase>
        <testcase classname="WrapperSDKProxyTests" name="test_time_addsWrapperSDKAgentToRequest()" time="0.3058849573135376">
        </testcase>
    </testsuite>
    <testsuite name="AblyTestsObjC" tests="8" failures="0" skipped="0" time="0.008906960487365723">
        <properties>
          <property name="Configuration" value="Test Scheme Action"/>
        </properties>
        <testcase classname="ARTInternalLogTests" name="test_ARTLogDebug" time="0.0025099515914916992">
        </testcase>
        <testcase classname="ARTInternalLogTests" name="test_ARTLogError" time="0.0015729665756225586">
        </testcase>
        <testcase classname="ARTInternalLogTests" name="test_ARTLogInfo" time="0.000538945198059082">
        </testcase>
        <testcase classname="ARTInternalLogTests" name="test_ARTLogVerbose" time="0.0008380413055419922">
        </testcase>
        <testcase classname="ARTInternalLogTests" name="test_ARTLogWarn" time="0.0004420280456542969">
        </testcase>
        <testcase classname="ARTInternalLogTests" name="test_classMethodLogger" time="0.0006109476089477539">
        </testcase>
        <testcase classname="CryptoTest" name="testEncryptAndDecrypt" time="0.0016380548477172852">
        </testcase>
        <testcase classname="ObjcppTest" name="testPrintVersionInfo" time="0.0007560253143310547">
        </testcase>
    </testsuite>
    <testsuite name="UTS" tests="380" failures="0" skipped="1" time="711.0">
        <properties>
          <property name="Configuration" value="Test Scheme Action"/>
        </properties>
        <testcase classname="PathObjectTests" name="entriesReturnsEmptyForNonMap()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="atRespectsEscapedDots()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="compactHandlesCyclesViaSharedReference()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="compactRecursivelyCompacts()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="resolutionFailsWhenIntermediateNotMap()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="sizeReturnsNonTombstonedCount()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="compactReturnsNumberForCounter()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="compactJsonEncodesCyclesAsObjectId()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="pathEscapesDotsInSegments()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="entriesYieldsKeyPathObjectPairs()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="valuesReturnsEmptyForNonMap()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="sizeReturnsNullForNonMap()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="pathReturnsDotDelimitedString()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="getAppendsKey()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="atNonStringIsCompileTimeBlocked()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="instanceReturnsInstanceForLiveObject()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="pathResolutionWalksThroughMaps()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="valueReturnsCounterValue()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="compactJsonEncodesBytesAsBase64()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="readOperationsReturnNullOnResolutionFailure()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="keysReturnsEmptyForNonMap()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="valueReturnsBytesForBinaryEntry()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="instanceReturnsInstanceForPrimitive()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="atParsesDotDelimitedPath()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="valueReturnsPrimitiveValue()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="keysReturnsArray()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="getNonStringKeyIsCompileTimeBlocked()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="valueReturnsNullForLiveMap()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="valuesReturnsArrayOfPathObjects()" time="0.0">
        </testcase>
        <testcase classname="PathObjectTests" name="valueReturnsNullOnResolutionFailure()" time="0.0">
        </testcase>
        <testcase classname="LiveObjectSubscribeTests" name="tombstoneOnZeroValueCounterTearsDown()" time="0.0">
        </testcase>
        <testcase classname="LiveObjectSubscribeTests" name="normalUpdateCarriesNonTombstoneAction()" time="0.0">
        </testcase>
        <testcase classname="LiveObjectSubscribeTests" name="subscribeReceivesUpdates()" time="0.0">
        </testcase>
        <testcase classname="LiveObjectSubscribeTests" name="noopUpdateDoesNotTriggerListener()" time="0.0">
        </testcase>
        <testcase classname="LiveObjectSubscribeTests" name="subscribeOnMapReceivesUpdate()" time="0.0">
        </testcase>
        <testcase classname="LiveObjectSubscribeTests" name="tombstoneDeregistersAllListeners()" time="0.0">
        </testcase>
        <testcase classname="LiveObjectSubscribeTests" name="updateCarriesSourceObjectMessage()" time="0.0">
        </testcase>
        <testcase classname="LiveObjectSubscribeTests" name="tombstoneUpdateIdentifiedByObjectDeleteAction()" time="0.0">
        </testcase>
        <testcase classname="LiveObjectSubscribeTests" name="subscriptionUnsubscribeStopsDelivery()" time="0.0">
        </testcase>
        <testcase classname="LiveObjectSubscribeTests" name="subscribeHasNoSideEffects()" time="0.0">
        </testcase>
        <testcase classname="LiveObjectSubscribeTests" name="subscriptionUnsubscribeIsIdempotent()" time="0.0">
        </testcase>
        <testcase classname="LiveObjectSubscribeTests" name="subscribeReturnsSubscription()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapCreateNoopWhenAlreadyMerged()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="replaceDataWithCreateOpMergesInitialEntries()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapSetRevivesTombstonedEntry()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="operationsOnTombstonedMapAreRejected()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="channelSourceUpdatesSiteTimeserials()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapClearPreservesEntriesWithNewerSerial()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapSetWithPrimitiveValueDoesNotAffectParentReferences()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="objectDeleteOnAllTombstonedMapStillEmitsNonNoopTombstoneUpdate()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="missingEntrySerialAllowsOperation()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapCreateMergesEntries()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="zeroValueMapIsEmpty()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapSetOverwritingLiveObjectWithLiveObjectCallsBothRemoveAndAdd()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="tombstoneMapRemovesParentReferencesForAllEntries()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapRemoveEntryWithNonLiveObjectValue()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="lwwRejectsStaleSerialOnExistingEntry()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="emptyDiffIsNoop()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapSetOverwriteObjectIdUpdatesParentReferences()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapRemoveRejectedWhenSerialBelowClearTimeserial()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="replaceDataSetsTombstonedAtOnTombstonedEntries()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapSetRejectedWhenSerialBelowClearTimeserial()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapRemoveCreatesTombstonedEntryIfNotExists()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapRemoveTombstonesExistingEntry()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="objectDeleteTargetingRootIsRejected()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="gcRemovesTombstonedEntriesPastGracePeriod()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapRemoveEntryReferencingLiveObjectRemovesParentReference()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapSetNewEntryReferencingLiveObjectAddsParentReference()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="replaceDataWithTombstoneFlagTargetingRootIsRejected()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="replaceDataWithoutClearTimeserialResetsToNull()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapClearSetsClearTimeserialAndRemovesOlderEntries()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="diffBetweenTwoDataStates()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="bothSerialsEmptyRejectsOperation()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapSetReferencingTombstonedObjectIdYieldsNullValue()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapSetWithObjectIdCreatesZeroValueObject()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapClearRemovesParentReferencesForClearedEntries()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapSetUpdatesExistingEntry()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapSetCreatesNewEntry()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="objectDeleteTombstonesMap()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="lwwRejectsEqualSerial()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="replaceDataWithTombstoneFlagTombstonesMap()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="unsupportedActionIsDiscarded()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="tombstonedEntryCheckIncludesObjectIdReference()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="replaceDataSetsDataFromObjectState()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapTests" name="mapClearRejectedWhenClearTimeserialAlreadyGreater()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="diffCalculation()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="applyWarnsOnEmptySerialOrSiteCode()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="objectDeleteOnZeroValueCounterEmitsUpdate()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="counterIncAccumulates()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="zeroValueCounter()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="replaceDataWithTombstoneFlagTombstonesCounter()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="replaceDataSetsDataFromObjectState()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="operationsOnTombstonedCounterRejected()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="counterIncBasic()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="counterIncNegative()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="objectDeleteTombstonesCounter()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="counterCreateMergesInitialCount()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="counterCreateNoopWhenAlreadyMerged()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="counterCreateNoCountIsNoop()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="counterIncMissingNumberIsNoop()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="localSourceDoesNotUpdateSiteTimeserials()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="applyRejectsStaleSerial()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="unsupportedActionDiscarded()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="tombstonedAtFromSerialTimestamp()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="tombstonedAtFromLocalClockWhenNoSerialTimestamp()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="replaceDataOnTombstonedCounterIsNoop()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="zeroDeltaDiffIsNoop()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="applyAllowedWhenSiteSerialEmpty()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="replaceDataMissingCountDefaultsToZero()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="channelSourceUpdatesSiteTimeserials()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="liveObjectInitProperties()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="applyReturnsTrueOnSuccess()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="applyRejectsEqualSerial()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="counterCreateThenIncAccumulates()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterTests" name="replaceDataWithCreateOpMergesInitialValue()" time="0.0">
        </testcase>
        <testcase classname="TokenRequestTests" name="test_RSA9a_RSA9g_createTokenRequest_produces_server_accepted_token()" time="8.0">
        </testcase>
        <testcase classname="TokenRequestTests" name="test_RSA9_createTokenRequest_with_clientId()" time="8.0">
        </testcase>
        <testcase classname="ObjectsFaultsTests" name="RTO5a2_RTO17_sync_interrupted_by_disconnect_resyncs_on_reconnect()" time="9.0">
        </testcase>
        <testcase classname="ObjectsFaultsTests" name="RTO7_RTO8_mutations_during_resync_are_buffered_and_applied()" time="9.0">
        </testcase>
        <testcase classname="ObjectsFaultsTests" name="RTO17_server_initiated_detach_triggers_resync_on_reattach()" time="8.0">
        </testcase>
        <testcase classname="ObjectsFaultsTests" name="RTO20e_publishAndApply_fails_when_channel_enters_FAILED_during_SYNCING()" time="9.0">
        </testcase>
        <testcase classname="ObjectsFaultsTests" name="RTO5_RTO7_publish_during_sync_echo_arrives_after_sync_completes()" time="12.0">
        </testcase>
        <testcase classname="PublishTests" name="test_RSL1d_error_indication_on_publish_failure(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PublishTests" name="test_RSL1d_error_indication_on_publish_failure(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="PublishTests" name="test_RSL1n_publish_result_contains_serials(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PublishTests" name="test_RSL1n_publish_result_contains_serials(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PublishTests" name="test_RSL1k5_idempotent_publish_with_client_supplied_ids(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="PublishTests" name="test_RSL1k5_idempotent_publish_with_client_supplied_ids(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PublishTests" name="test_RSL1l1_publish_params_with_forceNack(useBinaryProtocol:)" time="0.0">
            <skipped/>
        </testcase>
        <testcase classname="PublishTests" name="test_RSL1m4_clientId_mismatch_rejection(useBinaryProtocol:)" time="6.0">
        </testcase>
        <testcase classname="PublishTests" name="test_RSL1m4_clientId_mismatch_rejection(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="setSendsMapSetMessage()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="entriesYieldsNonTombstonedKeyValuePairs()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="setWithLiveMapGeneratesMapCreatePlusMapSet()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="setWithInvalidValueTypesIsCompileTimeBlocked()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="getReturnsNullForNonExistentKey()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="setWithBytesValueType()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="setWithNestedLiveMapContainingLiveCounter()" time="1.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="setAppliesLocallyAfterAck()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="sizeReturnsNonTombstonedEntryCount()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="removeSendsMapRemoveMessage()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="keysYieldsOnlyKeys()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="getReturnsResolvedPrimitiveValues()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="setWithDifferentValueTypes()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="getResolvesObjectIdToLiveObject()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveMapApiTests" name="setWithLiveCounterGeneratesCounterCreatePlusMapSet()" time="0.0">
        </testcase>
        <testcase classname="ChannelHistoryTests" name="test_RTL10d_history_contains_messages_published_by_another_client(useBinaryProtocol:)" time="10.0">
        </testcase>
        <testcase classname="ChannelHistoryTests" name="test_RTL10d_history_contains_messages_published_by_another_client(useBinaryProtocol:)" time="10.0">
        </testcase>
        <testcase classname="ObjectsGcTests" name="RTO10_tombstoned_object_is_recreatable_with_new_objectId(useBinaryProtocol:)" time="10.0">
        </testcase>
        <testcase classname="ObjectsGcTests" name="RTO10_tombstoned_object_is_recreatable_with_new_objectId(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="ObjectsGcTests" name="RTLM19_tombstoned_map_entry_is_re_settable(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="ObjectsGcTests" name="RTLM19_tombstoned_map_entry_is_re_settable(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="publishAndApplyWaitsForSyncedDuringSyncing()" time="1.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="publishAndApplyLogsErrorWhenSiteCodeMissing()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="duplicateListenerRegisteredTwiceFiresTwice()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="offDeregistersListener()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="getResolvesImmediatelyWhenSynced()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="writeThrowsWhenEchoMessagesDisabled()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="writeRequiresPublishMode()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="gcGracePeriodFromConnectionDetails()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="publishAndApplyFailsWhenChannelDetachedDuringSyncWait()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="subscriptionCoveragePrefixWithDepthConstraint()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="getFailsWhenChannelSuspendedDuringSyncWait()" time="1.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="echoDeduplicationViaAppliedOnAckSerials()" time="1.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="getFailsWhenChannelDetachedDuringSyncWait()" time="1.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="channelModeEnforcement()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="singleRegisterInstanceSharedAcrossPathObjects()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="getImplicitlyAttachesChannel()" time="1.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="ackSerialsClearedOnResync()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="applyOnAckDoesNotUpdateSiteTimeserials()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="gcRemovesTombstonedObjectsPastGracePeriod()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="writeThrowsOnDetachedChannel()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="getFailsWithCauseWhenChannelFailedDuringSyncWait()" time="1.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="getReturnsPathObjectWrappingRoot()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="accessRequiresSubscribeMode()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="accessThrowsOnDetachedChannel()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="getWaitsForSynced()" time="1.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="syncStateEvents()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="subscriptionFiresOnAckApply()" time="1.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="accessThrowsOnFailedChannel()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="syncEventSequencesForAllTransitions()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="publishAndApplyAppliesLocallyOnAck()" time="1.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="nullSerialInPublishResultIsSkipped()" time="1.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="getRequiresSubscribeMode()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="ackAfterEchoDoesNotDoubleApply()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="getRejectsFailedChannel()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="channelStateDataLifecycle()" time="1.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="writeThrowsOnFailedChannel()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="publishAndApplyFailsWhenChannelFailedDuringSyncWait()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="publishSendsObjectProtocolMessage()" time="1.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="gcNeverRemovesRootObject()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="emptySyntheticListSkipsSyncWait()" time="0.0">
        </testcase>
        <testcase classname="RealtimeObjectTests" name="getReattachesDetachedChannel()" time="1.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="syncCompletionEmitsUpdatesForExistingObjects()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="attachedWithoutHasObjectsOnEmptyRootEmitsNoUpdate()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="objectSyncWithNoChannelSerialIsSingleMessageSync()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="resyncRebuildsParentReferencesWithNewTreeStructure()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="objectSyncWithNullObjectFieldIsSkipped()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="newObjectSyncSequenceDoesNotClearBuffer()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="objectSyncTransitionsToSyncing()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="bufferedOperationsAppliedOnSyncCompletion()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="attachedClearsBufferedOperations()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="poolInitialisesWithRootInternalLiveMap()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="appliedOnAckSerialsDeduplication()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="nullOperationIsDiscardedWithWarning()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="objectSyncWithUnsupportedObjectTypeIsSkipped()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="malformedChannelSerialTreatedAsAbsent()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="objectMessagesBufferedEvenWithoutPrecedingAttached()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="objectMessagesBufferedDuringSyncing()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="unsupportedActionIsDiscardedWithWarning()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="syncCompletionClearsAppliedOnAckSerials()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="attachedWithoutHasObjectsClearsPoolAndGoesToSynced()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="partialObjectStateMergeForMaps()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="partialCounterStateLogsError()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="syncCompletionRemovesObjectsNotInSync()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="attachedWithHasObjectsFlagStartsSyncing()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="syncWithClearTimeserialHidesInitialCreateOpEntries()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="objectSyncCompleteSequence()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="emptySyncLeavesRootWithEmptyParentReferences()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="localSourceAddsSerialToAppliedOnAckSerials()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="syncCompletionRebuildsParentReferences()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="attachedDuringSyncingResetsSync()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="zeroValueObjectCreationFromObjectIdPrefix()" time="0.0">
        </testcase>
        <testcase classname="ObjectsPoolTests" name="newSyncSequenceDiscardsPrevious()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterApiTests" name="incrementWithNonNumberThrows()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterApiTests" name="counterUpdateEmittedOnIncrement()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterApiTests" name="valueReturnsCurrentCounterData()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterApiTests" name="incrementInvalidAmountsTable()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterApiTests" name="incrementSendsCounterIncMessage()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterApiTests" name="incrementAppliesLocallyAfterAck()" time="0.0">
        </testcase>
        <testcase classname="InternalLiveCounterApiTests" name="decrementNegatesAmount()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="initEmptyCounter()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="removeParentReferenceRemovesKeyLeavesOthers()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="removeParentReferenceNonexistentParentNoop()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="getFullPathsForOrphanReturnsEmpty()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="initEmptyMap()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="rebuildClearsStaleParentReferences()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="addParentReferenceCreatesNewEntry()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="addParentReferenceAddsKeyToExistingEntry()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="addParentReferenceDifferentParentSeparateEntry()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="getFullPathsWithSingleParentMultipleKeys()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="getFullPathsForRootReturnsEmptyPath()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="getFullPathsWithComplexDiamondAndDeepNesting()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="removeParentReferenceRemovesEntryWhenSetEmpty()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="getFullPathsSuppressesCycles()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="addParentReferenceMultipleParentsMultipleKeys()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="rebuildUnreferencedObjectsHaveEmptyParentReferences()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="getFullPathsWithDiamondGraph()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="removeParentReferenceNonexistentKey()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="getFullPathsForDeeplyNestedObject()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="rebuildPopulatesParentReferencesFromMapEntries()" time="0.0">
        </testcase>
        <testcase classname="ParentReferencesTests" name="getFullPathsForDirectChildOfRoot()" time="0.0">
        </testcase>
        <testcase classname="TimeTests" name="test_RSC16_returns_server_time()" time="0.0">
        </testcase>
        <testcase classname="TimeTests" name="test_RSC16_request_format_get_time()" time="0.0">
        </testcase>
        <testcase classname="TimeTests" name="test_RSC16_no_auth_required()" time="0.0">
        </testcase>
        <testcase classname="TimeTests" name="test_RSC16_works_without_tls()" time="0.0">
        </testcase>
        <testcase classname="TimeTests" name="test_RSC16_error_propagated()" time="0.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP1_access_presence_from_channel(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP1_access_presence_from_channel(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3_get_presence_members_from_fixture_channel(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3_get_presence_members_from_fixture_channel(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3_get_returns_PresenceMessage_with_correct_fields(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3_get_returns_PresenceMessage_with_correct_fields(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3a1_get_with_limit_parameter(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3a1_get_with_limit_parameter(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3a2_get_with_clientId_filter(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3a2_get_with_clientId_filter(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3_get_on_channel_with_no_presence(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3_get_on_channel_with_no_presence(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP4_history_returns_presence_events(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP4_history_returns_presence_events(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP4b1_history_with_start_end_time_range(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP4b1_history_with_start_end_time_range(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP4b2_history_direction_forwards(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP4b2_history_direction_forwards(useBinaryProtocol:)" time="10.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP4b3_history_with_limit_and_pagination(useBinaryProtocol:)" time="10.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP4b3_history_with_limit_and_pagination(useBinaryProtocol:)" time="11.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP5_string_data_decoded_correctly(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP5_string_data_decoded_correctly(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP5_JSON_data_decoded_to_object(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP5_JSON_data_decoded_to_object(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP5_encrypted_data_decoded_with_cipher(useBinaryProtocol:)" time="6.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP5_encrypted_data_decoded_with_cipher(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP5_history_messages_also_decoded(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP5_history_messages_also_decoded(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3_full_pagination_through_presence_members(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3_full_pagination_through_presence_members(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3_invalid_credentials_rejected(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3_invalid_credentials_rejected(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3_subscribe_capability_sufficient(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PresenceTests" name="test_RSP3_subscribe_capability_sufficient(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="AuthReauthTests" name="test_RTN22_RTC8a_server_initiated_reauthentication()" time="9.0">
        </testcase>
        <testcase classname="ObjectsLifecycleTests" name="RTO23_RTPO15_set_primitive_via_PathObject_second_client_reads_it(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="ObjectsLifecycleTests" name="RTO23_RTPO15_set_primitive_via_PathObject_second_client_reads_it(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="ObjectsLifecycleTests" name="RTPO15_set_with_LiveCounter_second_client_reads_counter(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="ObjectsLifecycleTests" name="RTPO15_set_with_LiveCounter_second_client_reads_counter(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="ObjectsLifecycleTests" name="RTPO17_increment_counter_second_client_sees_updated_value(useBinaryProtocol:)" time="10.0">
        </testcase>
        <testcase classname="ObjectsLifecycleTests" name="RTPO17_increment_counter_second_client_sees_updated_value(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="ObjectsLifecycleTests" name="RTPO15_set_with_LiveMap_second_client_reads_nested_map(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="ObjectsLifecycleTests" name="RTPO15_set_with_LiveMap_second_client_reads_nested_map(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="ObjectsLifecycleTests" name="RTO23_get_waits_for_sync_and_returns_PathObject(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="ObjectsLifecycleTests" name="RTO23_get_waits_for_sync_and_returns_PathObject(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="ObjectsLifecycleTests" name="RTPO15_client_syncs_pre_existing_data_provisioned_via_REST(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="ObjectsLifecycleTests" name="RTPO15_client_syncs_pre_existing_data_provisioned_via_REST(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="ObjectsSyncTests" name="test_RTO4_RTO5_attach_triggers_sync_get_resolves_after_SYNCED(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="ObjectsSyncTests" name="test_RTO4_RTO5_attach_triggers_sync_get_resolves_after_SYNCED(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="ObjectsSyncTests" name="test_RTO5_RTO17_two_clients_sync_same_channel_with_pre_existing_data(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="ObjectsSyncTests" name="test_RTO5_RTO17_two_clients_sync_same_channel_with_pre_existing_data(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="ObjectsSyncTests" name="test_RTO17_reattach_resyncs_object_pool(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="ObjectsSyncTests" name="test_RTO17_reattach_resyncs_object_pool(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="ObjectsSyncTests" name="test_RTO4_attach_without_OBJECT_PUBLISH_still_resolves_get_with_empty_pool(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="ObjectsSyncTests" name="test_RTO4_attach_without_OBJECT_PUBLISH_still_resolves_get_with_empty_pool(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateMapValidatesEntriesType()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateCounterValidatesCountType()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateMapValidatesValueTypes()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateMapAllValueTypesTable()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateCounterWithZeroCount()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="createMapWithNoEntries()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateNestedValueTypesDepthFirst()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateMapRetainsLocalMapCreate()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateCounterGeneratesCounterCreateMessage()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateMapWithNoEntriesProducesEmptyEntries()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateCounterRetainsLocalCounterCreate()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="createCounterWithInitialCount()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateMapValidatesKeyTypes()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="createCounterPerformsNoValidation()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateMapEntryValueTypeMapping()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="createCounterDefaultsToZero()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="createMapWithEntries()" time="0.0">
        </testcase>
        <testcase classname="ValueTypesTests" name="evaluateMapGeneratesMapCreateMessage()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeNegativeDepthThrows()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="candidatePathsIncludeMapKeys()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeWithDepth1ReceivesSelfOnly()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeReturnsSubscriptionWithUnsubscribe()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeFollowsPathNotIdentity()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="depthFilteringFormula()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribePreconditionDetachedThrows()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="mapClearTriggersChildEvents()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeWithNoDepthReceivesAllDescendants()" time="1.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscriptionFiresExactlyOncePerDispatch()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeEventDeliversObjectMessageForOperations()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="childEventsBubbleUpToParentSubscription()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="multiPathDispatchViaGetFullPaths()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="prefixMismatchDoesNotTrigger()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeOnPrimitivePathReceivesChangeEvents()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeEventProvidesCorrectPathObject()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeNonPositiveDepthThrows()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeWithDepth2ReceivesSelfAndChildren()" time="1.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeReturnsSubscriptionAndReceivesEvents()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeEventOmitsMessageWhenNoOperation()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="subscribeHasNoSideEffects()" time="0.0">
        </testcase>
        <testcase classname="PathObjectSubscribeTests" name="listenerExceptionDoesNotAffectOthers()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="subscriptionFollowsIdentityNotPath()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="sizeReturnsNonTombstonedCount()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="decrementDefaultsToOne()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="subscribeReceivesEvents()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="setDelegatesToMap()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="setOnNonMapThrows()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="decrementDelegatesToCounter()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="valueReturnsCounterNumberOrPrimitive()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="subscribeOnPrimitiveThrows()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="subscribeHasNoSideEffects()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="idReturnsObjectId()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="getWrapsEntryValueInInstance()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="removeDelegatesToMap()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="entriesYieldsKeyInstancePairs()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="subscriptionEventContainsPublicMessage()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="incrementOnNonCounterThrows()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="incrementDefaultsToOne()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="incrementDelegatesToCounter()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="compactRecursivelyCompacts()" time="0.0">
        </testcase>
        <testcase classname="InstanceTests" name="subscribeReturnsSubscriptionForDeregistration()" time="0.0">
        </testcase>
        <testcase classname="HistoryTests" name="test_RSL2a_history_returns_published_messages(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="HistoryTests" name="test_RSL2a_history_returns_published_messages(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="HistoryTests" name="test_RSL2b1_history_direction_forwards(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="HistoryTests" name="test_RSL2b1_history_direction_forwards(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="HistoryTests" name="test_RSL2b2_history_limit_parameter(useBinaryProtocol:)" time="9.0">
        </testcase>
        <testcase classname="HistoryTests" name="test_RSL2b2_history_limit_parameter(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="HistoryTests" name="test_RSL2b3_history_time_range_parameters(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="HistoryTests" name="test_RSL2b3_history_time_range_parameters(useBinaryProtocol:)" time="8.0">
        </testcase>
        <testcase classname="HistoryTests" name="test_RSL2_history_on_channel_with_no_messages(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="HistoryTests" name="test_RSL2_history_on_channel_with_no_messages(useBinaryProtocol:)" time="7.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="mapCreateResolvedFromMapCreateWithObjectId()" time="0.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="createPayloadsOmittedWhenNeitherVariantIsPresent()" time="0.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="counterIncOperationCopiesCounterIncOmitsUnrelatedFields()" time="0.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="onlyRelevantOperationFieldIsPresentPerActionType()" time="0.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="channelIsSetFromChannelNameNotFromObjectMessage()" time="0.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="mapSetOperationCopiesMapSetOmitsUnrelatedFields()" time="0.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="constructionCopiesAllFieldsFromSourceObjectMessage()" time="0.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="constructionWithOptionalFieldsMissing()" time="0.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="counterCreateResolvedFromCounterCreateWithObjectId()" time="0.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="mapRemoveOperationCopiesMapRemoveOmitsUnrelatedFields()" time="0.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="mapCreateWithMapCreateDirectlyPresent()" time="0.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="objectDeleteOperationCopiesObjectDeleteOmitsUnrelatedFields()" time="0.0">
        </testcase>
        <testcase classname="PublicObjectMessageTests" name="mapClearOperationCopiesMapClearOmitsUnrelatedFields()" time="0.0">
        </testcase>
        <testcase classname="ObjectIdTests" name="objectIdFormatForMapType()" time="0.0">
        </testcase>
        <testcase classname="ObjectIdTests" name="objectIdFormatForCounterType()" time="0.0">
        </testcase>
        <testcase classname="ObjectIdTests" name="sha256HashIsBase64URLEncodedNotStandardBase64()" time="0.0">
        </testcase>
        <testcase classname="ObjectIdTests" name="deterministicOutputForSameInputs()" time="0.0">
        </testcase>
        <testcase classname="ObjectIdTests" name="differentNonceProducesDifferentObjectId()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="removeOnNonMapThrows92007()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="removeDelegatesToMapRemove()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="incrementDefaultsToOne()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="decrementDefaultsToOne()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="decrementDelegatesToCounter()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="setOnUnresolvablePathThrows92005()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="setOnNestedPath()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="setOnNonMapThrows92007()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="incrementOnUnresolvablePathThrows92005()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="setDelegatesToMapSet()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="incrementDelegatesToCounter()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="decrementOnNonCounterThrows92007()" time="0.0">
        </testcase>
        <testcase classname="PathObjectMutationsTests" name="incrementOnNonCounterThrows92007()" time="0.0">
        </testcase>
        <testcase classname="ConnectionRecoveryTests" name="test_RTN16g_createRecoveryKey_returns_connectionKey_msgSerial_and_channelSerials()" time="0.0">
        </testcase>
        <testcase classname="ConnectionRecoveryTests" name="test_RTN16g2_createRecoveryKey_returns_null_in_inactive_states()" time="0.0">
        </testcase>
        <testcase classname="ConnectionRecoveryTests" name="test_RTN16k_recover_option_adds_recover_query_param_to_WebSocket_URL()" time="0.0">
        </testcase>
        <testcase classname="ConnectionRecoveryTests" name="test_RTN16f_recover_option_initializes_msgSerial_from_recoveryKey()" time="0.0">
        </testcase>
        <testcase classname="ConnectionRecoveryTests" name="test_RTN16f1_malformed_recoveryKey_logs_error_and_connects_normally()" time="0.0">
        </testcase>
        <testcase classname="ConnectionRecoveryTests" name="test_RTN16j_recover_option_instantiates_channels_from_recoveryKey()" time="0.0">
        </testcase>
    </testsuite>
</testsuites>