C# Class Unite.Specs.Application_starting.Sending_messages.When_user_requests_to_send_message

Inheritance: context
Mostra file Open project: jcbozonier/irontwit

Protected Properties

Property Type Description
UIUpdated bool

Protected Methods

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

Private Methods

Method Description
It_should_be_able_to_send_the_message ( ) : void
It_should_be_sent ( ) : void
It_should_be_sent_to_the_correct_recipient ( ) : void
It_should_clear_the_message_field ( ) : void
It_should_clear_the_recipient_field ( ) : void
It_should_match_the_one_provided_by_the_user ( ) : void
It_should_update_the_UI_with_the_new_data ( ) : void
It_should_use_the_correct_password ( ) : void
It_should_use_the_correct_user_name ( ) : void

Method Details

Because() protected method

protected Because ( ) : void
return void

Context() protected method

protected Context ( ) : void
return void

Property Details

UIUpdated protected_oe property

protected bool UIUpdated
return bool