ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
MarkSchemaGUITest Class Reference
+ Inheritance diagram for MarkSchemaGUITest:
+ Collaboration diagram for MarkSchemaGUITest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from ilTestBaseTestCase
 setUp ()
 
 tearDown ()
 

Private Attributes

MarkSchemaGUI $testObj
 

Additional Inherited Members

- Static Public Member Functions inherited from ilTestBaseTestCase
static callMethod ($obj, $name, array $args=[])
 
- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 

Detailed Description

Author
Marvin Beym mbeym.nosp@m.@dat.nosp@m.abay..nosp@m.de

Definition at line 26 of file MarkSchemaGUITest.php.

Member Function Documentation

◆ setUp()

MarkSchemaGUITest::setUp ( )
protected

Definition at line 30 of file MarkSchemaGUITest.php.

30  : void
31  {
32  parent::setUp();
33 
34  $this->addGlobal_tpl();
35  $this->addGlobal_ilToolbar();
36  $this->addGlobal_ilTabs();
37 
38  $this->testObj = new MarkSchemaGUI(
39  $this->getTestObjMock(),
40  $this->createMock(ilObjUser::class),
41  $this->createMock(ilLanguage::class),
42  $this->createMock(ilCtrl::class),
43  $this->createMock(ilGlobalTemplateInterface::class),
44  $this->createMock(ilToolbarGUI::class),
45  $this->createMock(\ILIAS\Test\Logging\TestLogger::class),
46  $this->createMock(ILIAS\HTTP\Wrapper\RequestWrapper::class),
47  $this->createMock(ILIAS\HTTP\Wrapper\RequestWrapper::class),
48  $this->createMock(ILIAS\Test\ResponseHandler::class),
49  $this->createMock(\GuzzleHttp\Psr7\Request::class),
50  $this->createMock(ILIAS\Refinery\Factory::class),
51  $this->createMock(ILIAS\UI\Factory::class),
52  $this->createMock(ILIAS\UI\Renderer::class)
53  );
54  }
Interface Observer Contains several chained tasks and infos about them.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ test_instantiateObject_shouldReturnInstance()

MarkSchemaGUITest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 56 of file MarkSchemaGUITest.php.

56  : void
57  {
58  $this->assertInstanceOf(MarkSchemaGUI::class, $this->testObj);
59  }

Field Documentation

◆ $testObj

MarkSchemaGUI MarkSchemaGUITest::$testObj
private

Definition at line 28 of file MarkSchemaGUITest.php.


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