|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for LogicalTest:
Collaboration diagram for LogicalTest: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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function: