C# 클래스 Blacksmith.Tests.ClientTests

파일 보기 프로젝트 열기: khalidabuhakmeh/blacksmith

공개 메소드들

메소드 설명
ClientTests ( ) : System

비공개 메소드들

메소드 설명
Can_catch_error_when_consuming ( ) : void
Can_clear_all_messages_from_the_queue ( ) : void
Can_create_a_new_client ( ) : void
Can_delete_a_message_by_id ( ) : void
Can_destroy_a_queue ( ) : void
Can_get_a_message_from_the_queue ( ) : void
Can_get_a_queue ( ) : void
Can_get_multiple_messages_from_the_queue ( ) : void
Can_get_queues ( ) : void
Can_get_size_of_the_queue ( ) : void
Can_keep_a_message_while_it_is_being_consumed ( ) : void
Can_override_default_queue_name_with_attribute ( ) : void
Can_peek_into_queue ( ) : void
Can_push_a_message_to_a_queue ( ) : void
Can_release_a_message_by_id ( ) : void
Can_release_a_message_from_within_consuming ( ) : void
Can_subscribe_to_a_queue ( ) : void
Can_tell_if_a_batch_request_is_empty ( ) : void
Can_tell_if_queue_is_empty_and_react ( ) : void
Can_tell_if_queue_is_just_empty ( ) : void
Can_touch_a_message_by_id ( ) : void
Can_touch_a_message_from_within_consuming ( ) : void
Can_unsubscribe_to_a_queue ( ) : void
Can_update_a_queue ( ) : void

메소드 상세

ClientTests() 공개 메소드

public ClientTests ( ) : System
리턴 System