NewPipeExtractor/extractor/src/test/java/org/schabi/newpipe/extractor/services
TiA4f8R 81013e5a8e
Add a static method to reset the YouTube deobfuscation code and use it in tests
This method is needed for YouTube stream tests, because when all YouTube tests are ran, the signatureTimestamp is known (the sts string) so a different body than the body present in the mocks is send by the extractor instance.
As a result, running all YouTube stream tests with the MockDownloader (like the CI does) will fail if this method is not called before fetching the page of a test.
2021-08-01 12:38:58 +02:00
..
bandcamp Tweaked code 2021-05-27 19:48:31 +02:00
media_ccc Generify related streams calls and rename method 2021-03-31 20:24:40 +02:00
peertube Fix PeertubeAccountExtractorTest 2021-06-03 19:54:42 +02:00
soundcloud [SoundCloud] Fix SoundCloud ID extraction 2021-04-26 17:58:34 +02:00
youtube Add a static method to reset the YouTube deobfuscation code and use it in tests 2021-08-01 12:38:58 +02:00
BaseChannelExtractorTest.java Add uploader verified by service extraction 2021-02-18 16:36:40 +01:00
BaseExtractorTest.java make UrlIdHandler actual wrapper for the url/id 2018-05-06 19:51:24 +02:00
BaseListExtractorTest.java Created gradle module and moved existing code to new one 2018-03-14 00:44:02 -03:00
BasePlaylistExtractorTest.java Add uploader verified by service extraction 2021-02-18 16:36:40 +01:00
BaseSearchExtractorTest.java Search: add isCorrectedSearch() and fix YoutubeSearchExtractor#getSearchSuggestion() 2020-05-07 15:39:57 +02:00
BaseStreamExtractorTest.java Generify related streams calls and rename method 2021-03-31 20:24:40 +02:00
DefaultExtractorTest.java Use easier-to-read asserts statements in tests 2020-03-23 18:08:59 -03:00
DefaultListExtractorTest.java Improve search extractor tests for services 2020-03-21 15:55:36 -03:00
DefaultSearchExtractorTest.java Extract stream and search meta info for YouTube 2020-12-22 18:19:26 +01:00
DefaultStreamExtractorTest.java Generify related streams calls and rename method 2021-03-31 20:24:40 +02:00
DefaultTests.java [Test] Add base classes for stream extractor tests 2020-10-24 18:22:44 +02:00