30 protected function setUp(): void
32 chdir(dirname(__FILE__));
41 $this->assertInstanceOf(
'assAnswerMatchingPair', $instance);
50 $this->assertEquals(
'Term', $instance->getTerm()->getText());
51 $this->assertEquals(
'Definition', $instance->getDefinition()->getText());
52 $this->assertEquals(2.1, $instance->getPoints());
58 ->withDefinition($definition)
61 $this->assertEquals(
'another Term', $instance->getTerm()->getText());
62 $this->assertEquals(
'another Definition', $instance->getDefinition()->getText());
63 $this->assertEquals(3.4, $instance->getPoints());
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...
testAnswerMatchingPairMutation()
testAnswerMatchingPairInstantiation()
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...