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
Frederik Bolding
198cea8dd8 Added correct null responses for tv + tests 2018-06-21 00:41:53 +02:00
Frederik Bolding
4a65df4e6f Added exceptions for errors occurring in RestClient layer, Added some tweaks for handling nulls in case of not founds 2018-06-20 14:37:22 +02:00
Michael Bisbjerg
b8a23180cf Forgot to use shared Config in some tests 2016-08-06 22:23:52 +02:00
Michael Bisbjerg
a54ff3771c Use enums in Credit type properties 2016-08-01 21:56:11 +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
774106557d Move ID's for tests into central class 2015-11-18 23:18:52 +01:00
Michael Bisbjerg
8483e7ccfd Rewrite image path testing to a more generic method 2015-10-19 21:40:57 +02:00
Michael Bisbjerg
7d613157cf initial merge into async 2015-06-25 00:43:33 +02:00