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

Show file Open project: jcbozonier/irontwit

Protected Properties

Property Type Description
DataAccess TestTwitterDataAccess
MaxMessageLength int
Utilities IronTwitterPlugIn.TwitterUtilities

Protected Methods

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

Private Methods

Method Description
Setup ( ) : void

Method Details

Because() protected abstract method

protected abstract Because ( ) : void
return void

Context() protected abstract method

protected abstract Context ( ) : void
return void

Property Details

DataAccess protected property

protected TestTwitterDataAccess,Unite.Specs.Application_running.sending_messages DataAccess
return TestTwitterDataAccess

MaxMessageLength protected property

protected int MaxMessageLength
return int

Utilities protected property

protected TwitterUtilities,IronTwitterPlugIn Utilities
return IronTwitterPlugIn.TwitterUtilities