ILIAS  trunk Revision v11.0_alpha-1861-g09f3d197f78
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Test\Tests\ExportFixedQuestionSetTest Class Reference
+ Inheritance diagram for ILIAS\Test\Tests\ExportFixedQuestionSetTest:
+ Collaboration diagram for ILIAS\Test\Tests\ExportFixedQuestionSetTest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

Protected Member Functions

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

Private Attributes

ExportFixedQuestionSet $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 28 of file ExportFixedQuestionSetTest.php.

Member Function Documentation

◆ setUp()

ILIAS\Test\Tests\ExportFixedQuestionSetTest::setUp ( )
protected

Definition at line 32 of file ExportFixedQuestionSetTest.php.

32  : void
33  {
34  parent::setUp();
35 
36  $this->addGlobal_ilErr();
37  $this->addGlobal_ilias();
38 
39  $this->testObj = new ExportFixedQuestionSet(
40  $this->createMock(\ILIAS\Language\Language::class),
41  $this->createMock(\ilDBInterface::class),
42  $this->createMock(\ilBenchmark::class),
43  $this->createMock(\ILIAS\Test\Logging\TestLogger::class),
44  $this->createMock(\ilTree::class),
45  $this->createMock(\ilComponentRepository::class),
46  $this->createMock(\ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
47  $this->createMock(\ILIAS\FileDelivery\Services::class),
48  $this->createMock(\ilObjTest::class)
49  );
50  }
Interface Observer Contains several chained tasks and infos about them.

◆ test_instantiateObject_shouldReturnInstance()

ILIAS\Test\Tests\ExportFixedQuestionSetTest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 52 of file ExportFixedQuestionSetTest.php.

52  : void
53  {
54  $this->assertInstanceOf(ExportFixedQuestionSet::class, $this->testObj);
55  }

Field Documentation

◆ $testObj

ExportFixedQuestionSet ILIAS\Test\Tests\ExportFixedQuestionSetTest::$testObj
private

Definition at line 30 of file ExportFixedQuestionSetTest.php.


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