ILIAS  trunk Revision v11.0_alpha-1753-gb21ca8c4367
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilTestSkillLevelThresholdImportFailsTest Class Reference

Class ilTestSkillLevelThresholdImportFailsTest. More...

+ Inheritance diagram for ilTestSkillLevelThresholdImportFailsTest:
+ Collaboration diagram for ilTestSkillLevelThresholdImportFailsTest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

Protected Member Functions

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

Private Attributes

ilTestSkillLevelThresholdImportFails $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()

ilTestSkillLevelThresholdImportFailsTest::setUp ( )
protected

Definition at line 29 of file ilTestSkillLevelThresholdImportFailsTest.php.

29  : void
30  {
31  parent::setUp();
32 
33  $this->testObj = new ilTestSkillLevelThresholdImportFails(201);
34  }

◆ test_instantiateObject_shouldReturnInstance()

ilTestSkillLevelThresholdImportFailsTest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 36 of file ilTestSkillLevelThresholdImportFailsTest.php.

36  : void
37  {
38  $this->assertInstanceOf(ilTestSkillLevelThresholdImportFails::class, $this->testObj);
39  }

Field Documentation

◆ $testObj

ilTestSkillLevelThresholdImportFails ilTestSkillLevelThresholdImportFailsTest::$testObj
private

Definition at line 27 of file ilTestSkillLevelThresholdImportFailsTest.php.


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