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
Kristian Hellang
ace83587ba
Removed more whitespace
2013-11-25 23:43:57 +01:00
Haroon
cff584aea5
update not create issues
2013-11-08 18:39:32 +00:00
Brendan Forster
eb7c198a67
updated test to highlight failure
2013-11-04 17:25:54 +11:00
Keith Dahlby
864c97aa86
Add missing namespaces
2013-10-31 21:53:20 -05:00
Haacked
1d64210ac5
Fix endpoint URLs for Enterprise support
...
Since Enterprise base URLs end with /api/v3 we need to make sure
the endpoints are relative and not absolute.
2013-10-29 16:02:00 -07:00
Haacked
fbe0be1220
Replace ToRequestParameters implementations.
2013-10-27 18:36:55 -07:00
Haacked
ad210cecc7
Implement IssuesClient and interface
...
This required updating our serialization strategy so we handle enums
better.
2013-10-23 14:46:19 -07:00