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

Public Member Functions

 testConstruct ()
 
 testSetGetMinnumber ()
 
 testSetGetMaxnumber ()
 

Detailed Description

Definition at line 24 of file ilQTIRenderHotspotTest.php.

Member Function Documentation

◆ testConstruct()

ilQTIRenderHotspotTest::testConstruct ( )

Definition at line 26 of file ilQTIRenderHotspotTest.php.

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

◆ testSetGetMaxnumber()

ilQTIRenderHotspotTest::testSetGetMaxnumber ( )

Definition at line 38 of file ilQTIRenderHotspotTest.php.

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

◆ testSetGetMinnumber()

ilQTIRenderHotspotTest::testSetGetMinnumber ( )

Definition at line 31 of file ilQTIRenderHotspotTest.php.

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

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