C# 클래스 Unite.Specs.Application_running.sending_messages.When_sending_a_large_message_with_no_recipient

상속: context
파일 보기 프로젝트 열기: jcbozonier/irontwit

보호된 프로퍼티들

프로퍼티 타입 설명
Message string
Recipient string

보호된 메소드들

메소드 설명
Because ( ) : void
Context ( ) : void

비공개 메소드들

메소드 설명
It_clips_each_message_to_be_at_or_below_the_max_message_length ( ) : void
It_includes_the_recipient_in_each_message ( ) : void
It_should_be_broken_up_into_multiple_messages ( ) : void
It_should_not_remove_any_letters_from_the_message ( ) : void

메소드 상세

Because() 보호된 메소드

protected Because ( ) : void
리턴 void

Context() 보호된 메소드

protected Context ( ) : void
리턴 void

프로퍼티 상세

Message 보호되어 있는 프로퍼티

protected string Message
리턴 string

Recipient 보호되어 있는 프로퍼티

protected string Recipient
리턴 string