Class ilTestLearningObjectivesStatusGUITest.
More...
◆ setUp()
ilTestLearningObjectivesStatusGUITest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 29 of file ilTestLearningObjectivesStatusGUITest.php.
29 : void
30 {
31 parent::setUp();
32
34 $this->createMock(ilLanguage::class),
35 $this->createMock(ilCtrl::class),
36 $this->createMock(
ILIAS\UI\Factory::class),
37 $this->createMock(
ILIAS\UI\Renderer::class),
38 $this->createMock(
ILIAS\
Test\RequestDataCollector::class)
39 );
40 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
◆ test_instantiateObject_shouldReturnInstance()
ilTestLearningObjectivesStatusGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testCrsObjId()
ilTestLearningObjectivesStatusGUITest::testCrsObjId |
( |
| ) |
|
Definition at line 47 of file ilTestLearningObjectivesStatusGUITest.php.
47 : void
48 {
49 $crsObjId = 1240;
50 $this->testObj->setCrsObjId($crsObjId);
51 $this->assertEquals($crsObjId, $this->testObj->getCrsObjId());
52 }
◆ testUsrId()
ilTestLearningObjectivesStatusGUITest::testUsrId |
( |
| ) |
|
◆ $testObj
The documentation for this class was generated from the following file: