public void SetUp() { socket = new FakeSocket(); file = TorrentTestUtils.CreateMultiFileTorrent(); socket.response = TrackerResponseTest.CreateTestResponseString(); }
public void SetUp() { torrent = TorrentTestUtils.CreateSingleFileTorrent(); }