|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Tests\Setup\Objective\CallableObjectiveTest:
Collaboration diagram for ILIAS\Tests\Setup\Objective\CallableObjectiveTest:Public Member Functions | |
| myMethod (Setup\Environment $environment) | |
| setUp () | |
| testGetHash () | |
| testGetLabel () | |
| testIsNotable () | |
| testGetPreconditions () | |
| testAchieve () | |
Data Fields | |
| const | NAME = "CALL MY METHOD!" |
Protected Attributes | |
| Setup Environment | $env |
| Setup Objective | $p |
| Objective CallableObjective | $o |
Definition at line 30 of file CallableObjectiveTest.php.
| ILIAS\Tests\Setup\Objective\CallableObjectiveTest::myMethod | ( | Setup\Environment | $environment | ) |
Definition at line 38 of file CallableObjectiveTest.php.
| ILIAS\Tests\Setup\Objective\CallableObjectiveTest::setUp | ( | ) |
Definition at line 46 of file CallableObjectiveTest.php.
| ILIAS\Tests\Setup\Objective\CallableObjectiveTest::testAchieve | ( | ) |
Definition at line 82 of file CallableObjectiveTest.php.
References ILIAS\Tests\Setup\Objective\CallableObjectiveTest\$env, and $res.
| ILIAS\Tests\Setup\Objective\CallableObjectiveTest::testGetHash | ( | ) |
Definition at line 58 of file CallableObjectiveTest.php.
| ILIAS\Tests\Setup\Objective\CallableObjectiveTest::testGetLabel | ( | ) |
Definition at line 63 of file CallableObjectiveTest.php.
| ILIAS\Tests\Setup\Objective\CallableObjectiveTest::testGetPreconditions | ( | ) |
Definition at line 73 of file CallableObjectiveTest.php.
References ILIAS\Tests\Setup\Objective\CallableObjectiveTest\$env.
| ILIAS\Tests\Setup\Objective\CallableObjectiveTest::testIsNotable | ( | ) |
Definition at line 68 of file CallableObjectiveTest.php.
|
protected |
Definition at line 34 of file CallableObjectiveTest.php.
Referenced by ILIAS\Tests\Setup\Objective\CallableObjectiveTest\testAchieve(), and ILIAS\Tests\Setup\Objective\CallableObjectiveTest\testGetPreconditions().
|
protected |
Definition at line 36 of file CallableObjectiveTest.php.
Definition at line 35 of file CallableObjectiveTest.php.
| const ILIAS\Tests\Setup\Objective\CallableObjectiveTest::NAME = "CALL MY METHOD!" |
Definition at line 44 of file CallableObjectiveTest.php.