FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Functional test cases for compatibility agent using scheduler. More...
Public Member Functions | |
testRun () | |
Run the test. More... | |
Protected Member Functions | |
setUp () | |
Setup the test cases and initialize the objects. More... | |
tearDown () | |
Destruct the objects initialized during setUp() More... | |
Private Member Functions | |
setUpRepo () | |
Setup test repo mimicking install. | |
rmRepo () | |
Remove the test repo. | |
setUpTables () | |
Setup tables required by copyright agent. | |
Private Attributes | |
$testDb | |
$dbManager | |
$agentDao | |
$licenseDao | |
$testInstaller | |
$uploadDao | |
$uploadPermDao | |
$compatibilityDao | |
$cliRunner | |
$schedulerRunner | |
$logger | |
Functional test cases for compatibility agent using scheduler.
Definition at line 32 of file schedulerTest.php.
|
protected |
Setup the test cases and initialize the objects.
Definition at line 84 of file schedulerTest.php.
|
protected |
Destruct the objects initialized during setUp()
Definition at line 105 of file schedulerTest.php.
CompatibilityScheduledTest::testRun | ( | ) |
Run the test.
InvalidAgentStageException |
Definition at line 234 of file schedulerTest.php.