30 protected function setUp(): void
32 chdir(dirname(__FILE__));
39 require_once
'./Modules/TestQuestionPool/classes/questions/class.ilAssOrderingElement.php';
44 $this->assertInstanceOf(
'ilAssOrderingElement', $instance);
50 require_once
'./Modules/TestQuestionPool/classes/questions/class.ilAssOrderingElement.php';
55 $instance->setRandomIdentifier($expected);
56 $actual = $instance->getRandomIdentifier();
59 $this->assertEquals($expected, $actual);
65 require_once
'./Modules/TestQuestionPool/classes/questions/class.ilAssOrderingElement.php';
70 $instance->setId($expected);
71 $actual = $instance->getId();
74 $this->assertEquals($expected, $actual);
81 require_once
'./Modules/TestQuestionPool/classes/questions/class.ilAssOrderingElement.php';
86 $instance->setIndentation($expected);
87 $actual = $instance->getIndentation();
90 $this->assertEquals($expected, $actual);
test_setGetOrdeingDepth()
test_instantiateObject_shouldReturnInstance()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...