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 | |
$mockRowCell | |
Definition at line 3 of file RowCellIteratorTest.php.
RowCellIteratorTest::setUp | ( | ) |
Definition at line 8 of file RowCellIteratorTest.php.
References defined.
RowCellIteratorTest::testIteratorFullRange | ( | ) |
Definition at line 32 of file RowCellIteratorTest.php.
References $key.
RowCellIteratorTest::testIteratorSeekAndPrev | ( | ) |
Definition at line 56 of file RowCellIteratorTest.php.
References $i.
RowCellIteratorTest::testIteratorStartEndRange | ( | ) |
Definition at line 44 of file RowCellIteratorTest.php.
References $key.
RowCellIteratorTest::testPrevOutOfRange | ( | ) |
@expectedException PHPExcel_Exception
Definition at line 83 of file RowCellIteratorTest.php.
RowCellIteratorTest::testSeekOutOfRange | ( | ) |
@expectedException PHPExcel_Exception
Definition at line 74 of file RowCellIteratorTest.php.
RowCellIteratorTest::$mockRowCell |
Definition at line 6 of file RowCellIteratorTest.php.
RowCellIteratorTest::$mockWorksheet |
Definition at line 5 of file RowCellIteratorTest.php.