C# Class Unite.Specs.Application_running.sending_messages.When_sending_a_large_message_with_no_recipient

Inheritance: context
Exibir arquivo Open project: jcbozonier/irontwit

Protected Properties

Property Type Description
Message string
Recipient string

Protected Methods

Method Description
Because ( ) : void
Context ( ) : void

Private Methods

Method Description
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

Method Details

Because() protected method

protected Because ( ) : void
return void

Context() protected method

protected Context ( ) : void
return void

Property Details

Message protected_oe property

protected string Message
return string

Recipient protected_oe property

protected string Recipient
return string