C# Class Smeedee.UnitTests.Services.FakeHttpFetcher

Inheritance: IFetchHttp
Mostra file Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Public Properties

Property Type Description
UrlAskedFor string

Public Methods

Method Description
DownloadString ( string url ) : string
FakeHttpFetcher ( string html ) : Smeedee.Services
SetHtmlString ( string html ) : void

Method Details

DownloadString() public method

public DownloadString ( string url ) : string
url string
return string

FakeHttpFetcher() public method

public FakeHttpFetcher ( string html ) : Smeedee.Services
html string
return Smeedee.Services

SetHtmlString() public method

public SetHtmlString ( string html ) : void
html string
return void

Property Details

UrlAskedFor public_oe property

public string UrlAskedFor
return string