ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ilAssQuestionPageCommandForwarderTest Class Reference

Class ilAssQuestionPageCommandForwarderTest. More...

+ Inheritance diagram for ilAssQuestionPageCommandForwarderTest:
+ Collaboration diagram for ilAssQuestionPageCommandForwarderTest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

Protected Member Functions

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

Private Attributes

ilAssQuestionPageCommandForwarder $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

Member Function Documentation

◆ setUp()

ilAssQuestionPageCommandForwarderTest::setUp ( )
protected

Definition at line 29 of file ilAssQuestionPageCommandForwarderTest.php.

29  : void
30  {
31  parent::setUp();
32 
33  $this->testObj = new ilAssQuestionPageCommandForwarder(
34  $this->getTestObjMock(),
35  $this->createMock(ilLanguage::class),
36  $this->createMock(ilCtrlInterface::class),
37  $this->createMock(ilGlobalTemplateInterface::class),
38  $this->createMock(ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
39  $this->createMock(\ILIAS\Test\RequestDataCollector::class)
40  );
41  }
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()

ilAssQuestionPageCommandForwarderTest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 43 of file ilAssQuestionPageCommandForwarderTest.php.

43  : void
44  {
45  $this->assertInstanceOf(ilAssQuestionPageCommandForwarder::class, $this->testObj);
46  }

Field Documentation

◆ $testObj

ilAssQuestionPageCommandForwarder ilAssQuestionPageCommandForwarderTest::$testObj
private

Definition at line 27 of file ilAssQuestionPageCommandForwarderTest.php.


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