30 protected function setUp(): void
32 chdir(__DIR__ .
'/../../../../');
39 $this->assertInstanceOf(ASS_AnswerMultipleResponse::class, $instance);
47 $instance->setPointsUnchecked($expected);
48 $actual = $instance->getPointsUnchecked();
50 $this->assertEquals($expected, $actual);
58 $instance->setPointsUnchecked(
'Günther');
59 $actual = $instance->getPointsUnchecked();
61 $this->assertEquals($expected, $actual);
69 $instance->setPointsChecked($expected);
70 $actual = $instance->getPointsChecked();
72 $this->assertEquals($expected, $actual);
test_setGetPointsUnchecked_InvalidPointsBecomeZero()
test_setGetPointsUnchecked()
test_instantiateObjectSimple()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
test_setGetPointsChecked()