|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for RangeTest:
Collaboration diagram for RangeTest:Public Member Functions | |
| testFactory () | |
| testValues (Range $range) | |
| @depends testFactory More... | |
| testEndCalculation (Range $range) | |
| @depends testFactory More... | |
| testWithLength (Range $range) | |
| @depends testFactory More... | |
| testWithStart (Range $range) | |
| @depends testWithLength More... | |
| testUnpack (Range $range) | |
| @depends testWithStart More... | |
| testNegativeStart (Range $range) | |
| @depends testFactory More... | |
| testNegativeLength (Range $range) | |
| @depends testFactory More... | |
| testNullLength (Range $range) | |
| @depends testFactory More... | |
| testConstructionWrongStart () | |
| testConstructionWrongLength () | |
| testConstructionNullLength () | |
Definition at line 9 of file RangeTest.php.
| RangeTest::testConstructionNullLength | ( | ) |
Definition at line 112 of file RangeTest.php.
References Vendor\Package\$f.
| RangeTest::testConstructionWrongLength | ( | ) |
Definition at line 105 of file RangeTest.php.
References Vendor\Package\$f.
| RangeTest::testConstructionWrongStart | ( | ) |
Definition at line 98 of file RangeTest.php.
References Vendor\Package\$f.
| RangeTest::testEndCalculation | ( | Range | $range | ) |
@depends testFactory
Definition at line 31 of file RangeTest.php.
References ILIAS\Data\Range\getEnd().
Here is the call graph for this function:| RangeTest::testFactory | ( | ) |
Definition at line 11 of file RangeTest.php.
References Vendor\Package\$f.
| RangeTest::testNegativeLength | ( | Range | $range | ) |
@depends testFactory
Definition at line 83 of file RangeTest.php.
References ILIAS\Data\Range\withLength().
Here is the call graph for this function:| RangeTest::testNegativeStart | ( | Range | $range | ) |
@depends testFactory
Definition at line 74 of file RangeTest.php.
References ILIAS\Data\Range\withStart().
Here is the call graph for this function:| RangeTest::testNullLength | ( | Range | $range | ) |
@depends testFactory
Definition at line 92 of file RangeTest.php.
References ILIAS\Data\Range\withLength().
Here is the call graph for this function:| RangeTest::testUnpack | ( | Range | $range | ) |
@depends testWithStart
Definition at line 63 of file RangeTest.php.
References ILIAS\Data\Range\unpack().
Here is the call graph for this function:| RangeTest::testValues | ( | Range | $range | ) |
@depends testFactory
Definition at line 22 of file RangeTest.php.
References ILIAS\Data\Range\getLength(), and ILIAS\Data\Range\getStart().
Here is the call graph for this function:| RangeTest::testWithLength | ( | Range | $range | ) |
@depends testFactory
Definition at line 39 of file RangeTest.php.
References ILIAS\Data\Range\getEnd(), ILIAS\Data\Range\getLength(), ILIAS\Data\Range\getStart(), and ILIAS\Data\Range\withLength().
Here is the call graph for this function:| RangeTest::testWithStart | ( | Range | $range | ) |
@depends testWithLength
Definition at line 51 of file RangeTest.php.
References ILIAS\Data\Range\getEnd(), ILIAS\Data\Range\getLength(), ILIAS\Data\Range\getStart(), and ILIAS\Data\Range\withStart().
Here is the call graph for this function: