FOSSology  4.4.0
Open Source License Compliance by Open Source Software
Fossology\Lib\Dao\AgentDaoTest Class Reference
Inheritance diagram for Fossology\Lib\Dao\AgentDaoTest:
Inheritance graph
Collaboration diagram for Fossology\Lib\Dao\AgentDaoTest:
Collaboration graph

Public Member Functions

 testGetCurrentAgent ()
 
 testGetSuccessfulAgentRuns ()
 
 testGetLatestAgentResultForUpload ()
 
 testGetRunningAgentIds ()
 
 testGetRunningAgentIdsForFinishedAgent ()
 
 testGetRunningAgentIdsForUnknownAgent ()
 
 testArsTableExists ()
 
 testArsTableExistsReturnsFalseIfTableDoesNotExist ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Private Attributes

 $uploadId = 25
 
 $olderAgentId = 3
 
 $otherAgentId = 4
 
 $agentId = 5
 
 $incompleteAgentId = 6
 
 $agentName = "agentName"
 
 $otherAgentName = "otherAgentName"
 
 $agentRev = "<agentRev>"
 
 $olderAgentRev = "<olderAgentRev>"
 
 $otherAgentRev = "<otherAgentRev>"
 
 $incompleteAgentRev = "<incompleteAgentRev>"
 
 $agentDesc = "<agentDesc>"
 
 $otherAgentDesc = "<otherAgentDesc>"
 
 $agentEnabled = true
 
 $testDb
 
 $dbManager
 
 $logger
 
 $agentsDao
 
 $agent
 
 $olderAgent
 
 $otherAgent
 
 $incompleteAgent
 

Detailed Description

Definition at line 16 of file AgentDaoTest.php.


The documentation for this class was generated from the following file: