C# Class Unite.Specs.TwitterServicesScope.receiving_context

Mostra 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_oe property

protected bool CredentialsRequested
return bool

DataAccess protected_oe property

protected TestRxTwitterDataAccess,Unite.Specs.TwitterServicesScope DataAccess
return TestRxTwitterDataAccess

MaxMessageLength protected_oe property

protected int MaxMessageLength
return int

ReceivedMessages protected_oe property

protected List ReceivedMessages
return List

UserCredentials protected_oe property

protected Credentials UserCredentials
return Credentials

Utilities protected_oe property

protected TwitterUtilities,IronTwitterPlugIn Utilities
return IronTwitterPlugIn.TwitterUtilities