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

Public Member Functions

 testConstruct ()
 
 testSetGetComment ()
 

Detailed Description

Definition at line 23 of file ilQTIFlowMatTest.php.

Member Function Documentation

◆ testConstruct()

ilQTIFlowMatTest::testConstruct ( )

Definition at line 25 of file ilQTIFlowMatTest.php.

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

◆ testSetGetComment()

ilQTIFlowMatTest::testSetGetComment ( )

Definition at line 30 of file ilQTIFlowMatTest.php.

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

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