Skip to content

Commit 88e4c86

Browse files
committed
Add comments to RecordingDownloader about usage
1 parent eecfe09 commit 88e4c86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extractor/src/test/java/org/schabi/newpipe/downloader/RecordingDownloader.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
* The files <b>must</b> be created on the local dev environment
2828
* and recreated when the requests made by a test class change.
2929
* </p>
30+
* <p>
31+
* Run the test class as a whole and not each test separately.
32+
* Make sure the requests made by a class are unique.
33+
* </p>
3034
*/
3135
class RecordingDownloader extends Downloader {
3236

0 commit comments

Comments
 (0)