SYMBOL INDEX (362 symbols across 29 files) FILE: lib/Transmission/Client.php class Client (line 14) | class Client method __construct (line 73) | public function __construct($host = null, $port = null, $path = null) method authenticate (line 89) | public function authenticate($username, $password) method call (line 102) | public function call($method, array $arguments) method getUrl (line 124) | public function getUrl() method setHost (line 138) | public function setHost($host) method getHost (line 148) | public function getHost() method setPort (line 158) | public function setPort($port) method getPort (line 168) | public function getPort() method setPath (line 178) | public function setPath($path) method getPath (line 186) | public function getPath() method setToken (line 196) | public function setToken($token) method getToken (line 206) | public function getToken() method setClient (line 216) | public function setClient(ClientInterface $client) method getClient (line 226) | public function getClient() method compose (line 236) | protected function compose($method, $arguments) method validateResponse (line 259) | protected function validateResponse($response, $method, $arguments) FILE: lib/Transmission/Model/AbstractModel.php class AbstractModel (line 12) | abstract class AbstractModel implements ModelInterface method __construct (line 24) | public function __construct(Client $client = null) method setClient (line 32) | public function setClient(Client $client) method getClient (line 40) | public function getClient() method getMapping (line 48) | public static function getMapping() method call (line 57) | protected function call($method, $arguments) FILE: lib/Transmission/Model/File.php class File (line 7) | class File extends AbstractModel method setName (line 27) | public function setName($name) method getName (line 35) | public function getName() method setSize (line 43) | public function setSize($size) method getSize (line 51) | public function getSize() method setCompleted (line 59) | public function setCompleted($completed) method getCompleted (line 67) | public function getCompleted() method isDone (line 75) | public function isDone() method getMapping (line 83) | public static function getMapping() method __toString (line 92) | public function __toString() FILE: lib/Transmission/Model/FreeSpace.php class FreeSpace (line 7) | class FreeSpace extends AbstractModel method getPath (line 24) | public function getPath() method setPath (line 34) | public function setPath($path) method getSize (line 44) | public function getSize() method setSize (line 54) | public function setSize($size) method getMapping (line 62) | public static function getMapping() FILE: lib/Transmission/Model/ModelInterface.php type ModelInterface (line 9) | interface ModelInterface method getMapping (line 16) | public static function getMapping(); FILE: lib/Transmission/Model/Peer.php class Peer (line 7) | class Peer extends AbstractModel method setAddress (line 87) | public function setAddress($address) method getAddress (line 95) | public function getAddress() method setPort (line 103) | public function setPort($port) method getPort (line 111) | public function getPort() method setClientName (line 119) | public function setClientName($clientName) method getClientName (line 127) | public function getClientName() method setClientChoked (line 135) | public function setClientChoked($choked) method isClientChoked (line 143) | public function isClientChoked() method setClientInterested (line 151) | public function setClientInterested($interested) method isClientInterested (line 159) | public function isClientInterested() method setDownloading (line 167) | public function setDownloading($downloading) method isDownloading (line 175) | public function isDownloading() method setEncrypted (line 183) | public function setEncrypted($encrypted) method isEncrypted (line 191) | public function isEncrypted() method setIncoming (line 199) | public function setIncoming($incoming) method isIncoming (line 207) | public function isIncoming() method setUploading (line 215) | public function setUploading($uploading) method isUploading (line 223) | public function isUploading() method setUtp (line 231) | public function setUtp($utp) method isUtp (line 239) | public function isUtp() method setPeerChoked (line 247) | public function setPeerChoked($choked) method isPeerChoked (line 255) | public function isPeerChoked() method setPeerInterested (line 263) | public function setPeerInterested($interested) method isPeerInterested (line 271) | public function isPeerInterested() method setProgress (line 279) | public function setProgress($progress) method getProgress (line 287) | public function getProgress() method setUploadRate (line 295) | public function setUploadRate($rate) method getUploadRate (line 303) | public function getUploadRate() method setDownloadRate (line 311) | public function setDownloadRate($rate) method getDownloadRate (line 319) | public function getDownloadRate() method getMapping (line 327) | public static function getMapping() FILE: lib/Transmission/Model/Session.php class Session (line 10) | class Session extends AbstractModel method setAltSpeedDown (line 100) | public function setAltSpeedDown($speed) method getAltSpeedDown (line 108) | public function getAltSpeedDown() method setAltSpeedEnabled (line 116) | public function setAltSpeedEnabled($enabled) method isAltSpeedEnabled (line 124) | public function isAltSpeedEnabled() method setDownloadDir (line 132) | public function setDownloadDir($downloadDir) method getDownloadDir (line 140) | public function getDownloadDir() method setDownloadQueueEnabled (line 148) | public function setDownloadQueueEnabled($enabled) method isDownloadQueueEnabled (line 156) | public function isDownloadQueueEnabled() method setDownloadQueueSize (line 164) | public function setDownloadQueueSize($size) method getDownloadQueueSize (line 172) | public function getDownloadQueueSize() method setIncompleteDir (line 180) | public function setIncompleteDir($directory) method getIncompleteDir (line 188) | public function getIncompleteDir() method setIncompleteDirEnabled (line 196) | public function setIncompleteDirEnabled($enabled) method isIncompleteDirEnabled (line 204) | public function isIncompleteDirEnabled() method setTorrentDoneScript (line 212) | public function setTorrentDoneScript($filename) method getTorrentDoneScript (line 220) | public function getTorrentDoneScript() method setTorrentDoneScriptEnabled (line 228) | public function setTorrentDoneScriptEnabled($enabled) method isTorrentDoneScriptEnabled (line 236) | public function isTorrentDoneScriptEnabled() method setSeedRatioLimit (line 244) | public function setSeedRatioLimit($limit) method getSeedRatioLimit (line 252) | public function getSeedRatioLimit() method setSeedRatioLimited (line 260) | public function setSeedRatioLimited($limited) method isSeedRatioLimited (line 268) | public function isSeedRatioLimited() method setSeedQueueSize (line 276) | public function setSeedQueueSize($size) method getSeedQueueSize (line 284) | public function getSeedQueueSize() method setSeedQueueEnabled (line 292) | public function setSeedQueueEnabled($enabled) method isSeedQueueEnabled (line 300) | public function isSeedQueueEnabled() method setDownloadSpeedLimit (line 308) | public function setDownloadSpeedLimit($limit) method getDownloadSpeedLimit (line 316) | public function getDownloadSpeedLimit() method setDownloadSpeedLimitEnabled (line 324) | public function setDownloadSpeedLimitEnabled($enabled) method isDownloadSpeedLimitEnabled (line 332) | public function isDownloadSpeedLimitEnabled() method setUploadSpeedLimit (line 340) | public function setUploadSpeedLimit($limit) method getUploadSpeedLimit (line 348) | public function getUploadSpeedLimit() method setUploadSpeedLimitEnabled (line 356) | public function setUploadSpeedLimitEnabled($enabled) method isUploadSpeedLimitEnabled (line 364) | public function isUploadSpeedLimitEnabled() method getMapping (line 372) | public static function getMapping() method save (line 395) | public function save() FILE: lib/Transmission/Model/Stats/Session.php class Session (line 9) | class Session extends AbstractModel method getActiveTorrentCount (line 51) | public function getActiveTorrentCount() method setActiveTorrentCount (line 61) | public function setActiveTorrentCount($activeTorrentCount) method getDownloadSpeed (line 71) | public function getDownloadSpeed() method setDownloadSpeed (line 81) | public function setDownloadSpeed($downloadSpeed) method getPausedTorrentCount (line 91) | public function getPausedTorrentCount() method setPausedTorrentCount (line 101) | public function setPausedTorrentCount($pausedTorrentCount) method getTorrentCount (line 111) | public function getTorrentCount() method setTorrentCount (line 121) | public function setTorrentCount($torrentCount) method getUploadSpeed (line 131) | public function getUploadSpeed() method setUploadSpeed (line 141) | public function setUploadSpeed($uploadSpeed) method getCumulative (line 151) | public function getCumulative() method setCumulative (line 161) | public function setCumulative(Stats $cumulative) method getCurrent (line 171) | public function getCurrent() method setCurrent (line 181) | public function setCurrent(Stats $current) method getMapping (line 189) | public static function getMapping() FILE: lib/Transmission/Model/Stats/Stats.php class Stats (line 10) | class Stats implements ModelInterface method getDownloadedBytes (line 42) | public function getDownloadedBytes() method setDownloadedBytes (line 52) | public function setDownloadedBytes($downloadedBytes) method getFilesAdded (line 62) | public function getFilesAdded() method setFilesAdded (line 72) | public function setFilesAdded($filesAdded) method getSecondsActive (line 82) | public function getSecondsActive() method setSecondsActive (line 92) | public function setSecondsActive($secondsActive) method getSessionCount (line 102) | public function getSessionCount() method setSessionCount (line 112) | public function setSessionCount($sessionCount) method getUploadedBytes (line 122) | public function getUploadedBytes() method setUploadedBytes (line 132) | public function setUploadedBytes($uploadedBytes) method getMapping (line 140) | public static function getMapping() FILE: lib/Transmission/Model/Status.php class Status (line 7) | class Status extends AbstractModel method __construct (line 52) | public function __construct($status) method getValue (line 64) | public function getValue() method isStopped (line 72) | public function isStopped() method isChecking (line 80) | public function isChecking() method isDownloading (line 89) | public function isDownloading() method isSeeding (line 98) | public function isSeeding() FILE: lib/Transmission/Model/Torrent.php class Torrent (line 9) | class Torrent extends AbstractModel method setId (line 114) | public function setId($id) method getId (line 122) | public function getId() method setEta (line 130) | public function setEta($eta) method getEta (line 138) | public function getEta() method setSize (line 146) | public function setSize($size) method getSize (line 154) | public function getSize() method setName (line 162) | public function setName($name) method getName (line 170) | public function getName() method setHash (line 178) | public function setHash($hash) method getHash (line 186) | public function getHash() method setStatus (line 194) | public function setStatus($status) method getStatus (line 202) | public function getStatus() method setFinished (line 210) | public function setFinished($finished) method isFinished (line 218) | public function isFinished() method setStartDate (line 226) | public function setStartDate($startDate) method getStartDate (line 234) | public function getStartDate() method setUploadRate (line 241) | public function setUploadRate($rate) method getUploadRate (line 249) | public function getUploadRate() method setDownloadRate (line 257) | public function setDownloadRate($rate) method setPeersConnected (line 265) | public function setPeersConnected($peersConnected) method getPeersConnected (line 273) | public function getPeersConnected() method getDownloadRate (line 281) | public function getDownloadRate() method setPercentDone (line 289) | public function setPercentDone($done) method getPercentDone (line 297) | public function getPercentDone() method setFiles (line 305) | public function setFiles(array $files) method getFiles (line 315) | public function getFiles() method setPeers (line 323) | public function setPeers(array $peers) method getPeers (line 333) | public function getPeers() method setTrackerStats (line 340) | public function setTrackerStats(array $trackerStats) method getTrackerStats (line 350) | public function getTrackerStats() method setTrackers (line 358) | public function setTrackers(array $trackers) method getTrackers (line 368) | public function getTrackers() method setUploadRatio (line 376) | public function setUploadRatio($ratio) method getUploadRatio (line 384) | public function getUploadRatio() method isStopped (line 392) | public function isStopped() method isChecking (line 400) | public function isChecking() method isDownloading (line 408) | public function isDownloading() method isSeeding (line 416) | public function isSeeding() method getDownloadDir (line 424) | public function getDownloadDir() method setDownloadDir (line 432) | public function setDownloadDir($downloadDir) method getDownloadedEver (line 440) | public function getDownloadedEver() { method setDownloadedEver (line 447) | public function setDownloadedEver($downloadedEver) { method getUploadedEver (line 454) | public function getUploadedEver() { method setUploadedEver (line 461) | public function setUploadedEver($uploadedEver) { method getMapping (line 468) | public static function getMapping() FILE: lib/Transmission/Model/Tracker.php class Tracker (line 7) | class Tracker extends AbstractModel method setId (line 32) | public function setId($id) method getId (line 40) | public function getId() method setTier (line 48) | public function setTier($tier) method getTier (line 56) | public function getTier() method setScrape (line 64) | public function setScrape($scrape) method getScrape (line 72) | public function getScrape() method setAnnounce (line 80) | public function setAnnounce($announce) method getAnnounce (line 88) | public function getAnnounce() method getMapping (line 96) | public static function getMapping() FILE: lib/Transmission/Model/TrackerStats.php class TrackerStats (line 7) | class TrackerStats extends AbstractModel method setHost (line 37) | public function setHost($host) method getHost (line 45) | public function getHost() method setLastAnnounceResult (line 53) | public function setLastAnnounceResult($lastAnnounceResult) method getLastAnnounceResult (line 61) | public function getLastAnnounceResult() method setLastScrapeResult (line 69) | public function setLastScrapeResult($lastScrapeResult) method getLastScrapeResult (line 77) | public function getLastScrapeResult() method setSeederCount (line 85) | public function setSeederCount($seederCount) method getSeederCount (line 93) | public function getSeederCount() method setLeecherCount (line 101) | public function setLeecherCount($leecherCount) method getLeecherCount (line 109) | public function getLeecherCount() method getMapping (line 117) | public static function getMapping() FILE: lib/Transmission/Transmission.php class Transmission (line 14) | class Transmission method __construct (line 38) | public function __construct($host = null, $port = null, $path = null) method all (line 50) | public function all() method get (line 76) | public function get($id) method getSession (line 103) | public function getSession() method getSessionStats (line 119) | public function getSessionStats() method getFreeSpace (line 137) | public function getFreeSpace($path=null) method add (line 161) | public function add($torrent, $metainfo = false, $savepath = null) method start (line 186) | public function start(Torrent $torrent, $now = false) method stop (line 199) | public function stop(Torrent $torrent) method verify (line 212) | public function verify(Torrent $torrent) method reannounce (line 225) | public function reannounce(Torrent $torrent) method remove (line 238) | public function remove(Torrent $torrent, $localData = false) method setClient (line 254) | public function setClient(Client $client) method getClient (line 264) | public function getClient() method setHost (line 274) | public function setHost($host) method getHost (line 284) | public function getHost() method setPort (line 294) | public function setPort($port) method getPort (line 304) | public function getPort() method setMapper (line 314) | public function setMapper(PropertyMapper $mapper) method getMapper (line 324) | public function getMapper() method setValidator (line 334) | public function setValidator(ResponseValidator $validator) method getValidator (line 344) | public function getValidator() FILE: lib/Transmission/Util/PropertyMapper.php class PropertyMapper (line 12) | class PropertyMapper method map (line 19) | public static function map(ModelInterface $model, $dto) FILE: lib/Transmission/Util/ResponseValidator.php class ResponseValidator (line 7) | class ResponseValidator method validate (line 14) | public static function validate($method, \stdClass $response) method validateGetResponse (line 44) | public static function validateGetResponse(\stdClass $response) method validateAddResponse (line 60) | public static function validateAddResponse(\stdClass $response) method validateSessionGetResponse (line 75) | public static function validateSessionGetResponse(\stdClass $response) method validateSessionStatsGetResponse (line 90) | public static function validateSessionStatsGetResponse(\stdClass $resp... method map (line 108) | private static function map($object,$class) method validateFreeSpaceGetResponse (line 114) | public static function validateFreeSpaceGetResponse(\stdClass $response) FILE: tests/Transmission/Mock/Model.php class Model (line 6) | class Model implements ModelInterface method setFo (line 12) | public function setFo($fo) method getFo (line 17) | public function getFo() method setBar (line 22) | public function setBar($bar) method getBar (line 27) | public function getBar() method setUnused (line 32) | public function setUnused($unused) method getUnused (line 37) | public function getUnused() method getMapping (line 42) | public static function getMapping() FILE: tests/Transmission/Tests/ClientTest.php class ClientTest (line 6) | class ClientTest extends \PHPUnit_Framework_TestCase method shouldHaveDefaultHost (line 13) | public function shouldHaveDefaultHost() method shouldHaveDefaultPort (line 21) | public function shouldHaveDefaultPort() method shouldHaveNoTokenOnInstantiation (line 29) | public function shouldHaveNoTokenOnInstantiation() method shouldHaveDefaultClient (line 37) | public function shouldHaveDefaultClient() method shouldGenerateDefaultUrl (line 45) | public function shouldGenerateDefaultUrl() method shouldMakeApiCall (line 53) | public function shouldMakeApiCall() method shouldAuthenticate (line 87) | public function shouldAuthenticate() method shouldThrowExceptionOnExceptionDuringApiCall (line 124) | public function shouldThrowExceptionOnExceptionDuringApiCall() method shouldThrowExceptionOnUnexpectedStatusCode (line 139) | public function shouldThrowExceptionOnUnexpectedStatusCode() method shouldThrowExceptionOnAccessDenied (line 156) | public function shouldThrowExceptionOnAccessDenied() method shouldHandle409ResponseWhenMakingAnApiCall (line 172) | public function shouldHandle409ResponseWhenMakingAnApiCall() method setup (line 203) | public function setup() method getClient (line 208) | private function getClient() FILE: tests/Transmission/Tests/Model/AbstractModelTest.php class AbstractModelTest (line 4) | class AbstractModelTest extends \PHPUnit_Framework_TestCase method shouldImplementModelInterface (line 11) | public function shouldImplementModelInterface() method shouldHaveEmptyMappingByDefault (line 19) | public function shouldHaveEmptyMappingByDefault() method shouldHaveNoClientByDefault (line 27) | public function shouldHaveNoClientByDefault() method shouldHaveClientIfSetByUser (line 35) | public function shouldHaveClientIfSetByUser() method setup (line 43) | public function setup() method getModel (line 48) | private function getModel() FILE: tests/Transmission/Tests/Model/FileTest.php class FileTest (line 8) | class FileTest extends \PHPUnit_Framework_TestCase method shouldImplementModelInterface (line 15) | public function shouldImplementModelInterface() method shouldHaveNonEmptyMapping (line 23) | public function shouldHaveNonEmptyMapping() method shouldBeCreatedFromMapping (line 31) | public function shouldBeCreatedFromMapping() method shouldConvertToString (line 50) | public function shouldConvertToString() method setup (line 58) | public function setup() method getFile (line 63) | private function getFile() FILE: tests/Transmission/Tests/Model/PeerTest.php class PeerTest (line 7) | class PeerTest extends \PHPUnit_Framework_TestCase method shouldImplementModelInterface (line 14) | public function shouldImplementModelInterface() method shouldHaveNonEmptyMapping (line 22) | public function shouldHaveNonEmptyMapping() method shouldBeCreatedFromMapping (line 30) | public function shouldBeCreatedFromMapping() method setup (line 70) | public function setup() method getPeer (line 75) | public function getPeer() FILE: tests/Transmission/Tests/Model/SessionTest.php class SessionTest (line 8) | class SessionTest extends \PHPUnit_Framework_TestCase method shouldImplementModelInterface (line 15) | public function shouldImplementModelInterface() method shouldHaveNonEmptyMapping (line 23) | public function shouldHaveNonEmptyMapping() method shouldBeCreatedFromMapping (line 31) | public function shouldBeCreatedFromMapping() method shouldSave (line 77) | public function shouldSave() method shouldNotSaveWithNoClient (line 118) | public function shouldNotSaveWithNoClient() method setup (line 123) | public function setup() method getSession (line 128) | protected function getSession() FILE: tests/Transmission/Tests/Model/StatusTest.php class StatusTest (line 6) | class StatusTest extends \PHPUnit_Framework_TestCase method shouldConstructUsingStatusInstance (line 11) | public function shouldConstructUsingStatusInstance() FILE: tests/Transmission/Tests/Model/TorrentTest.php class TorrentTest (line 8) | class TorrentTest extends \PHPUnit_Framework_TestCase method shouldImplementModelInterface (line 15) | public function shouldImplementModelInterface() method shouldHaveNonEmptyMapping (line 23) | public function shouldHaveNonEmptyMapping() method shouldBeCreatedFromMapping (line 31) | public function shouldBeCreatedFromMapping() method shouldBeDoneWhenFinishedFlagIsSet (line 89) | public function shouldBeDoneWhenFinishedFlagIsSet() method shouldBeDoneWhenPercentDoneIs100Percent (line 99) | public function shouldBeDoneWhenPercentDoneIs100Percent() method shouldHaveConvenienceMethods (line 110) | public function shouldHaveConvenienceMethods($status, $method) method statusProvider (line 126) | public function statusProvider() method setup (line 139) | public function setup() method getTorrent (line 144) | public function getTorrent() FILE: tests/Transmission/Tests/Model/TrackerStatsTest.php class TrackerStatsTest (line 7) | class TrackerStatsTest extends \PHPUnit_Framework_TestCase method shouldImplementModelInterface (line 14) | public function shouldImplementModelInterface() method shouldHaveNonEmptyMapping (line 22) | public function shouldHaveNonEmptyMapping() method shouldBeCreatedFromMapping (line 30) | public function shouldBeCreatedFromMapping() method setup (line 49) | public function setup() method getTrackerStats (line 54) | private function getTrackerStats() FILE: tests/Transmission/Tests/Model/TrackerTest.php class TrackerTest (line 7) | class TrackerTest extends \PHPUnit_Framework_TestCase method shouldImplementModelInterface (line 14) | public function shouldImplementModelInterface() method shouldHaveNonEmptyMapping (line 22) | public function shouldHaveNonEmptyMapping() method shouldBeCreatedFromMapping (line 30) | public function shouldBeCreatedFromMapping() method setup (line 47) | public function setup() method getTracker (line 52) | private function getTracker() FILE: tests/Transmission/Tests/TransmissionTest.php class TransmissionTest (line 7) | class TransmissionTest extends \PHPUnit_Framework_TestCase method shouldHaveDefaultHost (line 14) | public function shouldHaveDefaultHost() method shouldGetAllTorrentsInDownloadQueue (line 22) | public function shouldGetAllTorrentsInDownloadQueue() method shouldGetTorrentById (line 51) | public function shouldGetTorrentById() method shouldThrowExceptionWhenTorrentIsNotFound (line 82) | public function shouldThrowExceptionWhenTorrentIsNotFound() method shouldAddTorrentByFilename (line 104) | public function shouldAddTorrentByFilename() method shouldAddTorrentByMetainfo (line 131) | public function shouldAddTorrentByMetainfo() method shouldHandleDuplicateTorrent (line 158) | public function shouldHandleDuplicateTorrent() method shouldGetSession (line 185) | public function shouldGetSession() method shouldGetSessionStats (line 210) | public function shouldGetSessionStats() method shouldGetFreeSpace (line 235) | public function shouldGetFreeSpace() method shouldStartDownload (line 259) | public function shouldStartDownload() method shouldStartDownloadImmediately (line 282) | public function shouldStartDownloadImmediately() method shouldStopDownload (line 305) | public function shouldStopDownload() method shouldVerifyDownload (line 328) | public function shouldVerifyDownload() method shouldReannounceDownload (line 351) | public function shouldReannounceDownload() method shouldRemoveDownloadWithoutRemovingLocalData (line 374) | public function shouldRemoveDownloadWithoutRemovingLocalData() method shouldRemoveDownloadWithRemovingLocalData (line 397) | public function shouldRemoveDownloadWithRemovingLocalData() method shouldHaveDefaultPort (line 420) | public function shouldHaveDefaultPort() method shouldProvideFacadeForClient (line 428) | public function shouldProvideFacadeForClient() method setup (line 455) | public function setup() method getTransmission (line 460) | private function getTransmission() FILE: tests/Transmission/Tests/Util/PropertyMapperTest.php class PropertyMapperTest (line 6) | class PropertyMapperTest extends \PHPUnit_Framework_TestCase method shouldMapSourcesToModelWithMethodCall (line 13) | public function shouldMapSourcesToModelWithMethodCall() method setup (line 31) | public function setup() method getMapper (line 36) | private function getMapper() FILE: tests/Transmission/Tests/Util/ResponseValidatorTest.php class ResponseValidatorTest (line 6) | class ResponseValidatorTest extends \PHPUnit_Framework_TestCase method shouldThrowExceptionOnMissingResultField (line 14) | public function shouldThrowExceptionOnMissingResultField() method shouldThrowExceptionOnErrorResultField (line 25) | public function shouldThrowExceptionOnErrorResultField() method shouldThrowNoExceptionOnValidTorrentGetResponse (line 35) | public function shouldThrowNoExceptionOnValidTorrentGetResponse() method shouldThrowExceptionOnMissingArgumentsInTorrentGetResponse (line 55) | public function shouldThrowExceptionOnMissingArgumentsInTorrentGetResp... method shouldThrowExceptionOnMissingTorrentArgumentInTorrentGetResponse (line 66) | public function shouldThrowExceptionOnMissingTorrentArgumentInTorrentG... method shouldThrowNoExceptionOnValidTorrentAddResponse (line 76) | public function shouldThrowNoExceptionOnValidTorrentAddResponse() method shouldThrowNoExceptionOnValidSessionGetResponse (line 95) | public function shouldThrowNoExceptionOnValidSessionGetResponse() method shouldThrowExceptionOnMissingArgumentsInSessionGetResponse (line 113) | public function shouldThrowExceptionOnMissingArgumentsInSessionGetResp... method shouldThrowExceptionOnMissingArgumentsSessionGetResponse (line 124) | public function shouldThrowExceptionOnMissingArgumentsSessionGetRespon... method shouldThrowExceptionOnMissingArgumentsInTorrentAddResponse (line 135) | public function shouldThrowExceptionOnMissingArgumentsInTorrentAddResp... method shouldThrowExceptionOnMissingTorrentFieldArgumentInTorrentAddResponse (line 146) | public function shouldThrowExceptionOnMissingTorrentFieldArgumentInTor... method shouldThrowExceptionOnEmptyTorrentFieldInTorrentAddResponse (line 157) | public function shouldThrowExceptionOnEmptyTorrentFieldInTorrentAddRes... method shouldThrowNoExceptionOnValidOtherResponses (line 167) | public function shouldThrowNoExceptionOnValidOtherResponses() method setup (line 175) | public function setup() method getValidator (line 180) | private function getValidator()