ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilQTIResprocessingTest Class Reference
+ Inheritance diagram for ilQTIResprocessingTest:
+ Collaboration diagram for ilQTIResprocessingTest:

Public Member Functions

 testConstruct ()
 
 testSetGetComment ()
 
 testSetGetScoremodel ()
 

Detailed Description

Definition at line 24 of file ilQTIResprocessingTest.php.

Member Function Documentation

◆ testConstruct()

ilQTIResprocessingTest::testConstruct ( )

Definition at line 26 of file ilQTIResprocessingTest.php.

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

◆ testSetGetComment()

ilQTIResprocessingTest::testSetGetComment ( )

Definition at line 31 of file ilQTIResprocessingTest.php.

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

◆ testSetGetScoremodel()

ilQTIResprocessingTest::testSetGetScoremodel ( )

Definition at line 38 of file ilQTIResprocessingTest.php.

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

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