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

Public Member Functions

 testValue ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 24 of file LocatorGUITest.php.

Member Function Documentation

◆ setUp()

LocatorGUITest::setUp ( )
protected

Definition at line 26 of file LocatorGUITest.php.

26 : void
27 {
28 parent::setUp();
29 }

◆ tearDown()

LocatorGUITest::tearDown ( )
protected

Definition at line 31 of file LocatorGUITest.php.

31 : void
32 {
33 }

◆ testValue()

LocatorGUITest::testValue ( )

Definition at line 35 of file LocatorGUITest.php.

35 : void
36 {
37 $loc = new ilLocatorGUI();
38 $loc->setOffline(true);
39 $this->assertEquals(
40 true,
41 $loc->getOffline()
42 );
43 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

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