ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 26 of file PCMapEditorSessionRepositoryTest.php.

Member Function Documentation

◆ setUp()

PCMapEditorSessionRepositoryTest::setUp ( )
protected

Definition at line 31 of file PCMapEditorSessionRepositoryTest.php.

31  : void
32  {
33  parent::setUp();
34  $this->repo = new \ILIAS\COPage\PC\MapEditorSessionRepository();
35  }

◆ tearDown()

PCMapEditorSessionRepositoryTest::tearDown ( )
protected

Definition at line 37 of file PCMapEditorSessionRepositoryTest.php.

37  : void
38  {
39  }

◆ testAreaNr()

PCMapEditorSessionRepositoryTest::testAreaNr ( )

Test area nr.

Definition at line 57 of file PCMapEditorSessionRepositoryTest.php.

References $repo.

57  : void
58  {
60  $repo->setAreaNr("3");
61  $this->assertEquals(
62  "3",
63  $repo->getAreaNr()
64  );
65  }
ILIAS COPage PC MapEditorSessionRepository $repo

◆ testMode()

PCMapEditorSessionRepositoryTest::testMode ( )

Test mode.

Definition at line 44 of file PCMapEditorSessionRepositoryTest.php.

References $repo.

44  : void
45  {
47  $repo->setMode("testmode");
48  $this->assertEquals(
49  "testmode",
50  $repo->getMode()
51  );
52  }
ILIAS COPage PC MapEditorSessionRepository $repo

Field Documentation

◆ $repo

ILIAS COPage PC MapEditorSessionRepository PCMapEditorSessionRepositoryTest::$repo
protected

Definition at line 29 of file PCMapEditorSessionRepositoryTest.php.

Referenced by testAreaNr(), and testMode().


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