ILIAS  release_8 Revision v8.25
ilQTIOutcomesTest Class Reference
+ Inheritance diagram for ilQTIOutcomesTest:
+ Collaboration diagram for ilQTIOutcomesTest:

Public Member Functions

 testConstruct ()
 
 testSetGetComment ()
 

Detailed Description

Definition at line 24 of file ilQTIOutcomesTest.php.

Member Function Documentation

◆ testConstruct()

ilQTIOutcomesTest::testConstruct ( )

Definition at line 26 of file ilQTIOutcomesTest.php.

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

◆ testSetGetComment()

ilQTIOutcomesTest::testSetGetComment ( )

Definition at line 31 of file ilQTIOutcomesTest.php.

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

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