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

Public Member Functions

 testConstruct ()
 
 testSetGetMinnumber ()
 
 testSetGetMaxnumber ()
 

Detailed Description

Definition at line 23 of file ilQTIRenderHotspotTest.php.

Member Function Documentation

◆ testConstruct()

ilQTIRenderHotspotTest::testConstruct ( )

Definition at line 25 of file ilQTIRenderHotspotTest.php.

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

◆ testSetGetMaxnumber()

ilQTIRenderHotspotTest::testSetGetMaxnumber ( )

Definition at line 37 of file ilQTIRenderHotspotTest.php.

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

◆ testSetGetMinnumber()

ilQTIRenderHotspotTest::testSetGetMinnumber ( )

Definition at line 30 of file ilQTIRenderHotspotTest.php.

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

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