3 declare(strict_types=1);
29 protected function setUp(): void
49 $this->assertInstanceOf(ilTestEvaluationGUI::class, $this->testObj);
54 $testAccess_mock = $this->createMock(ilTestAccess::class);
56 $this->testObj->setTestAccess($testAccess_mock);
58 $this->assertEquals($testAccess_mock, $this->testObj->getTestAccess());
63 $this->assertEquals(20, $this->testObj->getEvaluationQuestionId(20, 0));
64 $this->assertEquals(20, $this->testObj->getEvaluationQuestionId(20, -210));
65 $this->assertEquals(125, $this->testObj->getEvaluationQuestionId(20, 125));
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilTestEvaluationGUI $testObj
addGlobal_ilComponentRepository()
test_instantiateObject_shouldReturnInstance()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addGlobal_ilObjDataCache()
testGetEvaluationQuestionId()