C# Class Unite.Specs.TwitterServicesScope.receiving_context

Show file Open project: jcbozonier/irontwit

Protected Properties

Property Type Description
CredentialsRequested bool
DataAccess TestRxTwitterDataAccess
MaxMessageLength int
ReceivedMessages List
UserCredentials Credentials
Utilities IronTwitterPlugIn.TwitterUtilities

Protected Methods

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

Private Methods

Method Description
Setup ( ) : void
Utilities_CredentialsRequested ( object sender, CredentialEventArgs e ) : 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

CredentialsRequested protected property

protected bool CredentialsRequested
return bool

DataAccess protected property

protected TestRxTwitterDataAccess,Unite.Specs.TwitterServicesScope DataAccess
return TestRxTwitterDataAccess

MaxMessageLength protected property

protected int MaxMessageLength
return int

ReceivedMessages protected property

protected List ReceivedMessages
return List

UserCredentials protected property

protected Credentials UserCredentials
return Credentials

Utilities protected property

protected TwitterUtilities,IronTwitterPlugIn Utilities
return IronTwitterPlugIn.TwitterUtilities