C# Class Imgur.API.Tests.EndpointTests.CommentEndpointTests

Inheritance: TestBase
Datei anzeigen Open project: DamienDennehy/Imgur.API

Private Methods

Method Description
CreateCommentAsync_Equal ( ) : System.Threading.Tasks.Task
CreateCommentAsync_WithCommentNull_ThrowsArgumentNullException ( ) : System.Threading.Tasks.Task
CreateCommentAsync_WithImageIdNull_ThrowsArgumentNullException ( ) : System.Threading.Tasks.Task
CreateCommentAsync_WithOAuth2TokenNull_ThrowsArgumentNullException ( ) : System.Threading.Tasks.Task
CreateReplyAsync_Equal ( ) : System.Threading.Tasks.Task
CreateReplyAsync_WithCommentIdNull_ThrowsArgumentNullException ( ) : System.Threading.Tasks.Task
CreateReplyAsync_WithCommentNull_ThrowsArgumentNullException ( ) : System.Threading.Tasks.Task
CreateReplyAsync_WithImageIdNull_ThrowsArgumentNullException ( ) : System.Threading.Tasks.Task
CreateReplyAsync_WithOAuth2TokenNull_ThrowsArgumentNullException ( ) : System.Threading.Tasks.Task
DeleteCommentAsync_True ( ) : System.Threading.Tasks.Task
DeleteCommentAsync_WithOAuth2TokenNull_ThrowsArgumentNullException ( ) : System.Threading.Tasks.Task
GetCommentAsync_True ( ) : System.Threading.Tasks.Task
GetRepliesAsync_True ( ) : System.Threading.Tasks.Task
ReportCommentAsync_True ( ) : System.Threading.Tasks.Task
ReportCommentAsync_WithOAuth2TokenNull_ThrowsArgumentNullException ( ) : System.Threading.Tasks.Task
VoteCommentAsync_True ( ) : System.Threading.Tasks.Task
VoteCommentAsync_WithOAuth2TokenNull_ThrowsArgumentNullException ( ) : System.Threading.Tasks.Task