ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
QuestionPoolDICTest Class Reference

Unit tests. More...

+ Inheritance diagram for QuestionPoolDICTest:
+ Collaboration diagram for QuestionPoolDICTest:

Public Member Functions

 testConstruct ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from assBaseTestCase
 setUp ()
 
 tearDown ()
 
 getIRSSMock ()
 

Protected Attributes

 $backupGlobals = false
 
- Protected Attributes inherited from assBaseTestCase
Container $dic = null
 

Private Attributes

QuestionPoolDIC $object
 

Detailed Description

Unit tests.

Author
Matheus Zych mzych.nosp@m.@dat.nosp@m.abay..nosp@m.de

\

This test was automatically generated.

Definition at line 32 of file QuestionPoolDICTest.php.

Member Function Documentation

◆ setUp()

QuestionPoolDICTest::setUp ( )
protected

Reimplemented from assBaseTestCase.

Definition at line 38 of file QuestionPoolDICTest.php.

38 : void
39 {
40 parent::setUp();
41
42 $this->object = new QuestionPoolDIC();
43 }

◆ testConstruct()

QuestionPoolDICTest::testConstruct ( )

Definition at line 45 of file QuestionPoolDICTest.php.

45 : void
46 {
47 $this->assertInstanceOf(QuestionPoolDIC::class, $this->object);
48 }

Field Documentation

◆ $backupGlobals

QuestionPoolDICTest::$backupGlobals = false
protected

Definition at line 34 of file QuestionPoolDICTest.php.

◆ $object

QuestionPoolDIC QuestionPoolDICTest::$object
private

Definition at line 36 of file QuestionPoolDICTest.php.


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