mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-04 00:05:24 +00:00
Add comments to RecordingDownloader about usage
This commit is contained in:
@@ -27,6 +27,10 @@ import javax.annotation.Nonnull;
|
|||||||
* The files <b>must</b> be created on the local dev environment
|
* The files <b>must</b> be created on the local dev environment
|
||||||
* and recreated when the requests made by a test class change.
|
* and recreated when the requests made by a test class change.
|
||||||
* </p>
|
* </p>
|
||||||
|
* <p>
|
||||||
|
* Run the test class as a whole and not each test separately.
|
||||||
|
* Make sure the requests made by a class are unique.
|
||||||
|
* </p>
|
||||||
*/
|
*/
|
||||||
class RecordingDownloader extends Downloader {
|
class RecordingDownloader extends Downloader {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user