Commit Graph

13 Commits

Author SHA1 Message Date
Michael Bisbjerg
71452ad567 Rewrite tests to use Verify library 2021-03-27 18:03:37 +01:00
Michael Bisbjerg
591f7cd209 Refactor tests, shorthand TMDbClient 2021-03-27 18:02:24 +01:00
Michael Bisbjerg
f5cdd0c3e7 Refactor tests, employ async, use better Assert() calls
Use async Xunit tests
Apply xunit analyzer suggestions, such as "Assert.False()" instead of "Assert.Equal(false, ..)
Introduce errors for missing await calls
Remove all .Result properties
Remvoe all .Sync() calls
2021-03-27 18:02:24 +01:00
Michael Bisbjerg
b8a23180cf Forgot to use shared Config in some tests 2016-08-06 22:23:52 +02:00
Michael Bisbjerg
4b9e2173f2 Rewrote tests to work with xUnit
Closes #192
2016-07-18 23:23:38 +02:00
Michael Bisbjerg
83a9dbf500 Merge in prototype change detector
Detect changes in JSON objects when running tests
2016-05-22 14:10:30 +02:00
Michael Bisbjerg
5a8dc0ca9f Renamed all public Async methods
#178
2016-02-22 21:55:27 +01:00
Michael Bisbjerg
62b3e26ad7 Converted rest of client to Async
Issue #63
2015-05-02 19:09:48 +02:00
Michael Bisbjerg
0b6a7c5cd1 Reorder a test a little, fix spelling mistake 2014-05-29 15:31:35 +02:00
Naliath
f8b7248193 Basic implementation of tv show changes, test might brake due to api instability and lack of data at this point for the feature 2014-05-14 22:57:16 +02:00
Michael Bisbjerg
d395df0149 Test suite cleanup
- Removed uneccessary using from entire project
- Split test setup into EveryTime and OneTime methods
- Fixed some test assertions (were using Debug.Assert)
2014-04-18 22:06:10 +02:00
Michael Bisbjerg
b636010cf9 - Extend images testing / refactor it
- Discovered that the Persons API doesn't accept languages (explains a few things too)
- Added test for issue #1
- Fixed issue #1
- Fixed a test for Changes

- Upgraded to version 0.7.3
2013-02-26 22:34:53 +01:00
Michael Bisbjerg
d5372601db - Added tests for Changes
- Split out large test methods
2013-02-17 14:28:41 +01:00