Commit Graph

19 Commits

Author SHA1 Message Date
Brendan Forster dfebfe31b6 Add ApiOption overloads to IIssuesClient and IObservableIssuesClient (#1274) 2016-06-02 11:21:30 +02: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
Prayank Mathur 5173adeffb Some more changes in tests 2016-03-29 17:13:44 +05:30
Prayank Mathur 55f4e72c2d Changed function names in unit tests 2016-03-29 16:59:55 +05:30
Prayank Mathur 63bd1226c9 Resolved conflicts 2016-03-29 16:48:51 +05:30
Prayank Mathur 2c167bfb70 Fixes 2016-03-25 12:01:18 +05:30
Prayank Mathur 171b3c520a Implement Lock/Unlock Issue 2016-03-25 11:51:42 +05:30
Prayank Mathur db8738b675 Corrected TheUpdateMethod.EnsureArgumentsNotNull() 2016-03-17 16:38:42 +05:30
Mordechai Zuber e1ea7c30ad fix expected exceptions 2015-05-19 11:51:27 +03:00
Mordechai Zuber b36e133049 O-Issues, O-Milestones, O-OrgMembers 2015-05-19 11:32:10 +03:00
Henrik Andersson 189ae42c3a Update tests 2015-03-24 00:12:54 +10:00
Haacked ff3506f3e8 Make some of the IResponse properties readonly 2015-01-04 19:13:32 -08:00
Haacked 4c8bab20eb IApiResponse no longer inherits IResponse 2015-01-04 18:58:53 -08:00
Haacked 09d5c236a4 Rename IResponse<T> to IApiResponse 2015-01-04 18:33:48 -08:00
Haacked f3d4b751cc Make Issue readonly and fix a bug
Found a bug in which we were using Name when we should be using Login.
2015-01-03 20:22:31 -08:00
Paul Betts d731f1bd97 More jacked up tests 2014-04-30 21:47:34 -07:00
Peter MacNaughton b8c18e2da6 Fixing some unit tests that were not doing
any assertions.
Adding Received() where it was missing.
The majority of these instances were unawaited AssertEx.Throws
They are now all either awaited or replaced with Assert.Throw
Assert.Throw was used when possible and when not an option
AssertEx.Throw was awaited.
2014-02-09 01:12:31 -07:00
Haacked 3c3febaf77 Remove use of .Wait() from tests 2013-11-05 16:02:33 -08:00
Brandon Linton fa65ce15b2 Adding ObservableIssuesClient unit tests 2013-11-02 23:30:09 -04:00