|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for RangeTest:
Collaboration diagram for RangeTest:Public Member Functions | |
| testFactory () | |
| testValues (Range $range) | |
| testEndCalculation (Range $range) | |
| testWithLength (Range $range) | |
| testWithStart (Range $range) | |
| testUnpack (Range $range) | |
| testNegativeStart (Range $range) | |
| testNegativeLength (Range $range) | |
| testConstructionWrongStart () | |
| testConstructionWrongLength () | |
| testCroppedTo ($start, $length, $max, $has_changed) | |
Static Public Member Functions | |
| static | cropCases () |
Definition at line 27 of file RangeTest.php.
|
static |
Definition at line 122 of file RangeTest.php.
| RangeTest::testConstructionWrongLength | ( | ) |
Definition at line 100 of file RangeTest.php.
References Vendor\Package\$f, and ILIAS\UI\Implementation\Component\Table\$range.
| RangeTest::testConstructionWrongStart | ( | ) |
Definition at line 93 of file RangeTest.php.
References Vendor\Package\$f, and ILIAS\UI\Implementation\Component\Table\$range.
| RangeTest::testCroppedTo | ( | $start, | |
| $length, | |||
| $max, | |||
| $has_changed | |||
| ) |
Definition at line 108 of file RangeTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Table\$range, and ILIAS\Data\Range\croppedTo().
Here is the call graph for this function:| RangeTest::testEndCalculation | ( | Range | $range | ) |
Definition at line 45 of file RangeTest.php.
References ILIAS\UI\Implementation\Component\Table\$range, and ILIAS\Data\Range\getEnd().
Here is the call graph for this function:| RangeTest::testFactory | ( | ) |
Definition at line 29 of file RangeTest.php.
References Vendor\Package\$f, and ILIAS\UI\Implementation\Component\Table\$range.
| RangeTest::testNegativeLength | ( | Range | $range | ) |
Definition at line 87 of file RangeTest.php.
References ILIAS\UI\Implementation\Component\Table\$range, and ILIAS\Data\Range\withLength().
Here is the call graph for this function:| RangeTest::testNegativeStart | ( | Range | $range | ) |
Definition at line 80 of file RangeTest.php.
References ILIAS\UI\Implementation\Component\Table\$range, and ILIAS\Data\Range\withStart().
Here is the call graph for this function:| RangeTest::testUnpack | ( | Range | $range | ) |
Definition at line 71 of file RangeTest.php.
References ILIAS\UI\Implementation\Component\Table\$range, and ILIAS\Data\Range\unpack().
Here is the call graph for this function:| RangeTest::testValues | ( | Range | $range | ) |
Definition at line 38 of file RangeTest.php.
References ILIAS\UI\Implementation\Component\Table\$range, ILIAS\Data\Range\getLength(), and ILIAS\Data\Range\getStart().
Here is the call graph for this function:| RangeTest::testWithLength | ( | Range | $range | ) |
Definition at line 51 of file RangeTest.php.
References ILIAS\UI\Implementation\Component\Table\$range, 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 | ) |
Definition at line 61 of file RangeTest.php.
References ILIAS\UI\Implementation\Component\Table\$range, 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: