ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
PCMapEditorSessionRepositoryTest Class Reference

Test clipboard repository. More...

+ Inheritance diagram for PCMapEditorSessionRepositoryTest:
+ Collaboration diagram for PCMapEditorSessionRepositoryTest:

Public Member Functions

 testMode ()
 Test mode. More...
 
 testAreaNr ()
 Test area nr. More...
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Protected Attributes

ILIAS COPage PC MapEditorSessionRepository $repo
 

Detailed Description

Test clipboard repository.

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

Definition at line 10 of file PCMapEditorSessionRepositoryTest.php.

Member Function Documentation

◆ setUp()

PCMapEditorSessionRepositoryTest::setUp ( )
protected

Definition at line 15 of file PCMapEditorSessionRepositoryTest.php.

15  : void
16  {
17  parent::setUp();
18  $this->repo = new \ILIAS\COPage\PC\MapEditorSessionRepository();
19  }

◆ tearDown()

PCMapEditorSessionRepositoryTest::tearDown ( )
protected

Definition at line 21 of file PCMapEditorSessionRepositoryTest.php.

21  : void
22  {
23  }

◆ testAreaNr()

PCMapEditorSessionRepositoryTest::testAreaNr ( )

Test area nr.

Definition at line 41 of file PCMapEditorSessionRepositoryTest.php.

References $repo.

41  : void
42  {
44  $repo->setAreaNr("3");
45  $this->assertEquals(
46  "3",
47  $repo->getAreaNr()
48  );
49  }
ILIAS COPage PC MapEditorSessionRepository $repo

◆ testMode()

PCMapEditorSessionRepositoryTest::testMode ( )

Test mode.

Definition at line 28 of file PCMapEditorSessionRepositoryTest.php.

References $repo.

28  : void
29  {
31  $repo->setMode("testmode");
32  $this->assertEquals(
33  "testmode",
34  $repo->getMode()
35  );
36  }
ILIAS COPage PC MapEditorSessionRepository $repo

Field Documentation

◆ $repo

ILIAS COPage PC MapEditorSessionRepository PCMapEditorSessionRepositoryTest::$repo
protected

Definition at line 13 of file PCMapEditorSessionRepositoryTest.php.

Referenced by testAreaNr(), and testMode().


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