C# Class BoxKite.Twitter.Tests.TestableApplicationSession

Inheritance: IApplicationSession
Mostra file Open project: nickhodge/BoxKite.Twitter

Public Methods

Method Description
ApplicationStreamBuilder ( ) : IApplicationSession
CreateGet ( string fullUrl, string>.SortedDictionary parameters ) : HttpRequestMessage
ExpectGet ( string url ) : void
GetAsync ( string relativeUrl, string>.SortedDictionary parameters ) : Task
MakeResponse ( ) : Task
PostAsync ( string relativeUrl, string>.SortedDictionary parameters, bool isForInitial = false ) : Task
ReceivedParameter ( string key, string value ) : bool
Returns ( string contentsReturn ) : void
TestableApplicationSession ( ) : System.Collections.Generic

Method Details

ApplicationStreamBuilder() public method

public ApplicationStreamBuilder ( ) : IApplicationSession
return IApplicationSession

CreateGet() public method

public CreateGet ( string fullUrl, string>.SortedDictionary parameters ) : HttpRequestMessage
fullUrl string
parameters string>.SortedDictionary
return System.Net.Http.HttpRequestMessage

ExpectGet() public method

public ExpectGet ( string url ) : void
url string
return void

GetAsync() public method

public GetAsync ( string relativeUrl, string>.SortedDictionary parameters ) : Task
relativeUrl string
parameters string>.SortedDictionary
return Task

MakeResponse() public method

public MakeResponse ( ) : Task
return Task

PostAsync() public method

public PostAsync ( string relativeUrl, string>.SortedDictionary parameters, bool isForInitial = false ) : Task
relativeUrl string
parameters string>.SortedDictionary
isForInitial bool
return Task

ReceivedParameter() public method

public ReceivedParameter ( string key, string value ) : bool
key string
value string
return bool

Returns() public method

public Returns ( string contentsReturn ) : void
contentsReturn string
return void

TestableApplicationSession() public method

public TestableApplicationSession ( ) : System.Collections.Generic
return System.Collections.Generic