27 protected function setUp(): void
34 $testObject = $this->createMock(ilObjTest::class);
40 $this->assertInstanceOf(ilTestResultsImportParser::class, $this->testObj);
49 $this->testObj->setQuestionIdMapping($expected);
50 $this->assertEquals($expected, $this->testObj->getQuestionIdMapping());
59 $this->testObj->setSrcPoolDefIdMapping($expected);
60 $this->assertEquals($expected, $this->testObj->getSrcPoolDefIdMapping());
testSrcPoolDefIdMapping()
ilTestResultsImportParser $testObj
test_instantiateObject_shouldReturnInstance()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...