ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
setUp () | |
testIteratorFullRange () | |
testIteratorStartEndRange () | |
testIteratorSeekAndPrev () | |
testSeekOutOfRange () | |
@expectedException PHPExcel_Exception More... | |
testPrevOutOfRange () | |
@expectedException PHPExcel_Exception More... | |
Data Fields | |
$mockWorksheet | |
$mockColumnCell | |
Definition at line 3 of file ColumnCellIteratorTest.php.
ColumnCellIteratorTest::setUp | ( | ) |
Definition at line 8 of file ColumnCellIteratorTest.php.
References defined.
ColumnCellIteratorTest::testIteratorFullRange | ( | ) |
Definition at line 32 of file ColumnCellIteratorTest.php.
References $key.
ColumnCellIteratorTest::testIteratorSeekAndPrev | ( | ) |
Definition at line 56 of file ColumnCellIteratorTest.php.
References $i.
ColumnCellIteratorTest::testIteratorStartEndRange | ( | ) |
Definition at line 44 of file ColumnCellIteratorTest.php.
References $key.
ColumnCellIteratorTest::testPrevOutOfRange | ( | ) |
@expectedException PHPExcel_Exception
Definition at line 81 of file ColumnCellIteratorTest.php.
ColumnCellIteratorTest::testSeekOutOfRange | ( | ) |
@expectedException PHPExcel_Exception
Definition at line 72 of file ColumnCellIteratorTest.php.
ColumnCellIteratorTest::$mockColumnCell |
Definition at line 6 of file ColumnCellIteratorTest.php.
ColumnCellIteratorTest::$mockWorksheet |
Definition at line 5 of file ColumnCellIteratorTest.php.