ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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.
RowCellIteratorTest::testIteratorSeekAndPrev | ( | ) |
Definition at line 56 of file RowCellIteratorTest.php.
RowCellIteratorTest::testIteratorStartEndRange | ( | ) |
Definition at line 44 of file RowCellIteratorTest.php.
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.