Commit Graph

17 Commits

Author SHA1 Message Date
Alexander Efremov
db839f58d4 Redundant braces of argument list were removed (#1277) 2016-04-21 16:23:42 +10:00
aedampir@gmail.com
36c08248fa New convention test was added. Now each "TheCtor" class must have "EnsuresNonNullArguments" method were throwing of ArgumentNullException from client constructor class should be tested.
All unused "using" directives were removed.
2016-04-18 12:51:35 +07:00
Elhamer
9c77ebf009 Add ApiOption overloads to methods on IIssueCommentsClient (#1267) 2016-04-14 14:07:19 +10:00
Brendan Forster
46d9e1f745 remove Get<T> extension method and update impacted tests to use correct method, removing the need for
additional nulls in tests
2016-01-25 14:57:15 +10:30
Brendan Forster
80719c0033 aaaand format the code 2015-11-04 13:38:51 -08:00
Mordechai Zuber
0ee2f35dad tests for clients for Gists, IssueComments, IssueClient use Assert.ThrowsAsync 2015-05-11 17:51:23 +03:00
Henrik Andersson
189ae42c3a Update tests 2015-03-24 00:12:54 +10:00
Haacked
aace9902b9 Make IResponse.ContentType readonly 2015-01-04 19:13:34 -08:00
Haacked
4c8bab20eb IApiResponse no longer inherits IResponse 2015-01-04 18:58:53 -08:00
Haacked
49f95d40f1 Remove Type parameter for IHttpClient send method
This keeps the IHttpClient interface simpler and ensures the
deserialization responsibility lies outside of that class. It only
needed the Type parameter for a special case that could be handled in a
better way.
2015-01-04 18:22:05 -08:00
Peter MacNaughton
889b4484f3 Implemented Delete for IssueCommentsClient 2014-01-21 10:52:46 -07:00
Ben Biddington
5bcdf2dc27 Expect anything for body since the test is about proving the earl is correct 2013-12-19 15:17:31 +13:00
pltaylor
13d57bc03b Get rid of un-necessary using 2013-11-04 13:57:48 -05:00
pltaylor
fb5ad5ddc6 Touch up tests
Check Get method for empty strings
Assert a value on the json serializer
New up IssueCommentsClient() for Ctor test
2013-11-04 13:57:48 -05:00
pltaylor
a833306688 All Tests pass now. 2013-11-04 13:57:47 -05:00
pltaylor
d98961188d Fix some of the tests 2013-11-04 13:57:46 -05:00
pltaylor
0c4cd32a7b Added tests 2013-11-04 13:57:45 -05:00