ILIAS  trunk Revision v11.0_alpha-1862-g4e205cb56d4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilQTIOutcomesTest Class Reference
+ Inheritance diagram for ilQTIOutcomesTest:
+ Collaboration diagram for ilQTIOutcomesTest:

Public Member Functions

 testConstruct ()
 
 testSetGetComment ()
 

Detailed Description

Definition at line 23 of file ilQTIOutcomesTest.php.

Member Function Documentation

◆ testConstruct()

ilQTIOutcomesTest::testConstruct ( )

Definition at line 25 of file ilQTIOutcomesTest.php.

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

◆ testSetGetComment()

ilQTIOutcomesTest::testSetGetComment ( )

Definition at line 30 of file ilQTIOutcomesTest.php.

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

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