ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
MarkSchemaGUITest Class Reference
+ Inheritance diagram for MarkSchemaGUITest:
+ Collaboration diagram for MarkSchemaGUITest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 
- Public Member Functions inherited from ilTestBaseTestCase
 createInstanceOf (string $class_name, array $explicit_parameters=[])
 
 createTraitInstanceOf (string $class_name, array $explicit_parameters=[])
 

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=[])
 
static getNonPublicPropertyValue (object $obj, string $name)
 
- Data Fields inherited from ilTestBaseTestCase
const string MOCKED_METHOD_WITHOUT_OUTPUT = 'MOCKED_METHOD_WITHOUT_OUTPUT'
 
const string DYNAMIC_CLASS = 'DynamicClass'
 
- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 
Container $backup_dic = null
 
- Static Protected Attributes inherited from ilTestBaseTestCase
static int $DYNAMIC_CLASS_COUNT = 0
 

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.

References addGlobal_ilTabs(), addGlobal_ilToolbar(), addGlobal_tpl(), and getTestObjMock().

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.
+ Here is the call graph for this function:

◆ 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: