ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilQTIResprocessingTest Class Reference
+ Inheritance diagram for ilQTIResprocessingTest:
+ Collaboration diagram for ilQTIResprocessingTest:

Public Member Functions

 testConstruct ()
 
 testSetGetComment ()
 
 testSetGetScoremodel ()
 

Detailed Description

Definition at line 23 of file ilQTIResprocessingTest.php.

Member Function Documentation

◆ testConstruct()

ilQTIResprocessingTest::testConstruct ( )

Definition at line 25 of file ilQTIResprocessingTest.php.

25 : void
26 {
27 $this->assertInstanceOf(ilQTIResprocessing::class, new ilQTIResprocessing());
28 }

◆ testSetGetComment()

ilQTIResprocessingTest::testSetGetComment ( )

Definition at line 30 of file ilQTIResprocessingTest.php.

30 : void
31 {
32 $instance = new ilQTIResprocessing();
33 $instance->setComment('Some input.');
34 $this->assertEquals('Some input.', $instance->getComment());
35 }

◆ testSetGetScoremodel()

ilQTIResprocessingTest::testSetGetScoremodel ( )

Definition at line 37 of file ilQTIResprocessingTest.php.

37 : void
38 {
39 $instance = new ilQTIResprocessing();
40 $instance->setScoremodel('Some input.');
41 $this->assertEquals('Some input.', $instance->getScoremodel());
42 }

The documentation for this class was generated from the following file: