ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilTestProcessLockerNoneTest Class Reference

Class ilTestProcessLockerNoneTest. More...

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

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

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=[])
 
- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 

Detailed Description

Member Function Documentation

◆ setUp()

ilTestProcessLockerNoneTest::setUp ( )
protected

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: