|
|
@ -63,6 +63,11 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.RTorrentTests
|
|
|
|
Mocker.GetMock<IRTorrentProxy>()
|
|
|
|
Mocker.GetMock<IRTorrentProxy>()
|
|
|
|
.Setup(s => s.AddTorrentFromFile(It.IsAny<string>(), It.IsAny<byte[]>(), It.IsAny<RTorrentSettings>()))
|
|
|
|
.Setup(s => s.AddTorrentFromFile(It.IsAny<string>(), It.IsAny<byte[]>(), It.IsAny<RTorrentSettings>()))
|
|
|
|
.Callback(PrepareClientToReturnCompletedItem);
|
|
|
|
.Callback(PrepareClientToReturnCompletedItem);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mocker.GetMock<IRTorrentProxy>()
|
|
|
|
|
|
|
|
.Setup(s => s.HasHashTorrent(It.IsAny<string>(), It.IsAny<RTorrentSettings>()))
|
|
|
|
|
|
|
|
.Returns(true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
protected virtual void GivenTorrents(List<RTorrentTorrent> torrents)
|
|
|
|
protected virtual void GivenTorrents(List<RTorrentTorrent> torrents)
|
|
|
|