Add comments to RecordingDownloader about usage

This commit is contained in:
XiangRongLin 2021-01-17 19:53:20 +01:00
parent eecfe09f2c
commit 88e4c8667b
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ import javax.annotation.Nonnull;
* The files <b>must</b> be created on the local dev environment
* and recreated when the requests made by a test class change.
* </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 {