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

Class ilTestProcessLockerNoneTest. More...

+ Inheritance diagram for ilTestProcessLockerNoneTest:
+ Collaboration diagram for ilTestProcessLockerNoneTest:

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

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

Member Function Documentation

◆ setUp()

ilTestProcessLockerNoneTest::setUp ( )
protected

Reimplemented from ilTestBaseTestCase.

Definition at line 29 of file ilTestProcessLockerNoneTest.php.

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

◆ test_instantiateObject_shouldReturnInstance()

ilTestProcessLockerNoneTest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 36 of file ilTestProcessLockerNoneTest.php.

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

Field Documentation

◆ $testObj

ilTestProcessLockerNone ilTestProcessLockerNoneTest::$testObj
private

Definition at line 27 of file ilTestProcessLockerNoneTest.php.


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