30 protected function setUp(): void
32 chdir(dirname(__FILE__));
42 $this->assertInstanceOf(
'ASS_AnswerMultipleResponse', $instance);
51 $instance->setPointsUnchecked($expected);
52 $actual = $instance->getPointsUnchecked();
55 $this->assertEquals($expected, $actual);
64 $instance->setPointsUnchecked(
'Günther');
65 $actual = $instance->getPointsUnchecked();
68 $this->assertEquals($expected, $actual);
77 $instance->setPointsChecked($expected);
78 $actual = $instance->getPointsChecked();
81 $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()