ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
setUp () | |
testTRUE () | |
testFALSE () | |
testAND () | |
@dataProvider providerAND More... | |
providerAND () | |
testOR () | |
@dataProvider providerOR More... | |
providerOR () | |
testNOT () | |
@dataProvider providerNOT More... | |
providerNOT () | |
testIF () | |
@dataProvider providerIF More... | |
providerIF () | |
testIFERROR () | |
@dataProvider providerIFERROR More... | |
providerIFERROR () | |
Definition at line 6 of file LogicalTest.php.
LogicalTest::providerAND | ( | ) |
Definition at line 43 of file LogicalTest.php.
LogicalTest::providerIF | ( | ) |
Definition at line 91 of file LogicalTest.php.
LogicalTest::providerIFERROR | ( | ) |
Definition at line 107 of file LogicalTest.php.
LogicalTest::providerNOT | ( | ) |
Definition at line 75 of file LogicalTest.php.
LogicalTest::providerOR | ( | ) |
Definition at line 59 of file LogicalTest.php.
LogicalTest::setUp | ( | ) |
Definition at line 9 of file LogicalTest.php.
References PHPExcel_Calculation_Functions\COMPATIBILITY_EXCEL, defined, and PHPExcel_Calculation_Functions\setCompatibilityMode().
LogicalTest::testAND | ( | ) |
@dataProvider providerAND
Definition at line 35 of file LogicalTest.php.
References $result.
LogicalTest::testFALSE | ( | ) |
Definition at line 26 of file LogicalTest.php.
References $result, and PHPExcel_Calculation_Logical\FALSE().
LogicalTest::testIF | ( | ) |
@dataProvider providerIF
Definition at line 83 of file LogicalTest.php.
References $result.
LogicalTest::testIFERROR | ( | ) |
@dataProvider providerIFERROR
Definition at line 99 of file LogicalTest.php.
References $result.
LogicalTest::testNOT | ( | ) |
@dataProvider providerNOT
Definition at line 67 of file LogicalTest.php.
References $result.
LogicalTest::testOR | ( | ) |
@dataProvider providerOR
Definition at line 51 of file LogicalTest.php.
References $result.
LogicalTest::testTRUE | ( | ) |
Definition at line 20 of file LogicalTest.php.
References $result, and PHPExcel_Calculation_Logical\TRUE().