Commit Graph

7 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
02d2adffa1 Added some missing configuration methods 2019-10-01 00:24:50 +02:00
Michael Bisbjerg
caa80ebdca Merge branch 'master' into issue-200 2018-04-10 15:11:28 +02:00
Frederik
9db7260196 Renamed ClientJobTests to ClientConfigurationTests 2018-02-02 02:19:23 +01:00
Frederik
98c2a7a328 Moved Configuration methods to TMDbClientConfiguration 2018-02-02 02:17:10 +01:00