C# Class GisterSpecs.MockGitHubSender
显示文件
Open project: AppliedIS/Gister
Class Usage Examples
Public Methods
Method |
Description |
|
FailWith ( string statusDescription ) : void |
|
|
SendGist ( string fileName, string content, GitHubCredentials credentials ) : string |
|
|
Private Methods
Method Details
public FailWith ( string statusDescription ) : void |
statusDescription |
string |
|
return |
void |
|
public SendGist ( string fileName, string content, GitHubCredentials credentials ) : string |
fileName |
string |
|
content |
string |
|
credentials |
GitHubCredentials |
|
return |
string |
|