Definition at line 6 of file FinancialTest.php.
◆ providerACCRINT()
FinancialTest::providerACCRINT |
( |
| ) |
|
◆ providerACCRINTM()
FinancialTest::providerACCRINTM |
( |
| ) |
|
◆ providerAMORDEGRC()
FinancialTest::providerAMORDEGRC |
( |
| ) |
|
◆ providerAMORLINC()
FinancialTest::providerAMORLINC |
( |
| ) |
|
◆ providerCOUPDAYBS()
FinancialTest::providerCOUPDAYBS |
( |
| ) |
|
◆ providerCOUPDAYS()
FinancialTest::providerCOUPDAYS |
( |
| ) |
|
◆ providerCOUPDAYSNC()
FinancialTest::providerCOUPDAYSNC |
( |
| ) |
|
◆ providerCOUPNCD()
FinancialTest::providerCOUPNCD |
( |
| ) |
|
◆ providerCOUPNUM()
FinancialTest::providerCOUPNUM |
( |
| ) |
|
◆ providerCOUPPCD()
FinancialTest::providerCOUPPCD |
( |
| ) |
|
◆ providerCUMIPMT()
FinancialTest::providerCUMIPMT |
( |
| ) |
|
◆ providerCUMPRINC()
FinancialTest::providerCUMPRINC |
( |
| ) |
|
◆ providerDB()
FinancialTest::providerDB |
( |
| ) |
|
◆ providerDDB()
FinancialTest::providerDDB |
( |
| ) |
|
◆ providerDISC()
FinancialTest::providerDISC |
( |
| ) |
|
◆ providerDOLLARDE()
FinancialTest::providerDOLLARDE |
( |
| ) |
|
◆ providerDOLLARFR()
FinancialTest::providerDOLLARFR |
( |
| ) |
|
◆ providerEFFECT()
FinancialTest::providerEFFECT |
( |
| ) |
|
◆ providerFV()
FinancialTest::providerFV |
( |
| ) |
|
◆ providerFVSCHEDULE()
FinancialTest::providerFVSCHEDULE |
( |
| ) |
|
◆ providerINTRATE()
FinancialTest::providerINTRATE |
( |
| ) |
|
◆ providerIPMT()
FinancialTest::providerIPMT |
( |
| ) |
|
◆ providerIRR()
FinancialTest::providerIRR |
( |
| ) |
|
◆ providerISPMT()
FinancialTest::providerISPMT |
( |
| ) |
|
◆ providerMIRR()
FinancialTest::providerMIRR |
( |
| ) |
|
◆ providerNOMINAL()
FinancialTest::providerNOMINAL |
( |
| ) |
|
◆ providerNPER()
FinancialTest::providerNPER |
( |
| ) |
|
◆ providerNPV()
FinancialTest::providerNPV |
( |
| ) |
|
◆ providerPRICE()
FinancialTest::providerPRICE |
( |
| ) |
|
◆ providerRATE()
FinancialTest::providerRATE |
( |
| ) |
|
◆ providerXIRR()
FinancialTest::providerXIRR |
( |
| ) |
|
◆ setUp()
◆ testACCRINT()
FinancialTest::testACCRINT |
( |
| ) |
|
providerACCRINT
Definition at line 23 of file FinancialTest.php.
References $result, and array.
25 $args = func_get_args();
26 $expectedResult = array_pop($args);
27 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'ACCRINT'),$args);
28 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testACCRINTM()
FinancialTest::testACCRINTM |
( |
| ) |
|
providerACCRINTM
Definition at line 39 of file FinancialTest.php.
References $result, and array.
41 $args = func_get_args();
42 $expectedResult = array_pop($args);
43 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'ACCRINTM'),$args);
44 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testAMORDEGRC()
FinancialTest::testAMORDEGRC |
( |
| ) |
|
providerAMORDEGRC
Definition at line 55 of file FinancialTest.php.
References $result, and array.
57 $args = func_get_args();
58 $expectedResult = array_pop($args);
59 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'AMORDEGRC'),$args);
60 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testAMORLINC()
FinancialTest::testAMORLINC |
( |
| ) |
|
providerAMORLINC
Definition at line 71 of file FinancialTest.php.
References $result, and array.
73 $args = func_get_args();
74 $expectedResult = array_pop($args);
75 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'AMORLINC'),$args);
76 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testCOUPDAYBS()
FinancialTest::testCOUPDAYBS |
( |
| ) |
|
providerCOUPDAYBS
Definition at line 87 of file FinancialTest.php.
References $result, and array.
89 $args = func_get_args();
90 $expectedResult = array_pop($args);
91 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'COUPDAYBS'),$args);
92 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testCOUPDAYS()
FinancialTest::testCOUPDAYS |
( |
| ) |
|
providerCOUPDAYS
Definition at line 103 of file FinancialTest.php.
References $result, and array.
105 $args = func_get_args();
106 $expectedResult = array_pop($args);
107 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'COUPDAYS'),$args);
108 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testCOUPDAYSNC()
FinancialTest::testCOUPDAYSNC |
( |
| ) |
|
providerCOUPDAYSNC
Definition at line 119 of file FinancialTest.php.
References $result, and array.
121 $args = func_get_args();
122 $expectedResult = array_pop($args);
123 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'COUPDAYSNC'),$args);
124 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testCOUPNCD()
FinancialTest::testCOUPNCD |
( |
| ) |
|
providerCOUPNCD
Definition at line 135 of file FinancialTest.php.
References $result, and array.
137 $args = func_get_args();
138 $expectedResult = array_pop($args);
139 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'COUPNCD'),$args);
140 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testCOUPNUM()
FinancialTest::testCOUPNUM |
( |
| ) |
|
providerCOUPNUM
Definition at line 151 of file FinancialTest.php.
References $result, and array.
153 $args = func_get_args();
154 $expectedResult = array_pop($args);
155 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'COUPNUM'),$args);
156 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testCOUPPCD()
FinancialTest::testCOUPPCD |
( |
| ) |
|
providerCOUPPCD
Definition at line 167 of file FinancialTest.php.
References $result, and array.
169 $args = func_get_args();
170 $expectedResult = array_pop($args);
171 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'COUPPCD'),$args);
172 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testCUMIPMT()
FinancialTest::testCUMIPMT |
( |
| ) |
|
providerCUMIPMT
Definition at line 183 of file FinancialTest.php.
References $result, and array.
185 $args = func_get_args();
186 $expectedResult = array_pop($args);
187 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'CUMIPMT'),$args);
188 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testCUMPRINC()
FinancialTest::testCUMPRINC |
( |
| ) |
|
providerCUMPRINC
Definition at line 199 of file FinancialTest.php.
References $result, and array.
201 $args = func_get_args();
202 $expectedResult = array_pop($args);
203 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'CUMPRINC'),$args);
204 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testDB()
FinancialTest::testDB |
( |
| ) |
|
providerDB
Definition at line 215 of file FinancialTest.php.
References $result, and array.
217 $args = func_get_args();
218 $expectedResult = array_pop($args);
219 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'DB'),$args);
220 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testDDB()
FinancialTest::testDDB |
( |
| ) |
|
providerDDB
Definition at line 231 of file FinancialTest.php.
References $result, and array.
233 $args = func_get_args();
234 $expectedResult = array_pop($args);
235 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'DDB'),$args);
236 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testDISC()
FinancialTest::testDISC |
( |
| ) |
|
providerDISC
Definition at line 247 of file FinancialTest.php.
References $result, and array.
249 $args = func_get_args();
250 $expectedResult = array_pop($args);
251 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'DISC'),$args);
252 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testDOLLARDE()
FinancialTest::testDOLLARDE |
( |
| ) |
|
providerDOLLARDE
Definition at line 263 of file FinancialTest.php.
References $result, and array.
265 $args = func_get_args();
266 $expectedResult = array_pop($args);
267 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'DOLLARDE'),$args);
268 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testDOLLARFR()
FinancialTest::testDOLLARFR |
( |
| ) |
|
providerDOLLARFR
Definition at line 279 of file FinancialTest.php.
References $result, and array.
281 $args = func_get_args();
282 $expectedResult = array_pop($args);
283 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'DOLLARFR'),$args);
284 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testEFFECT()
FinancialTest::testEFFECT |
( |
| ) |
|
providerEFFECT
Definition at line 295 of file FinancialTest.php.
References $result, and array.
297 $args = func_get_args();
298 $expectedResult = array_pop($args);
299 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'EFFECT'),$args);
300 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testFV()
FinancialTest::testFV |
( |
| ) |
|
providerFV
Definition at line 311 of file FinancialTest.php.
References $result, and array.
313 $args = func_get_args();
314 $expectedResult = array_pop($args);
315 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'FV'),$args);
316 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testFVSCHEDULE()
FinancialTest::testFVSCHEDULE |
( |
| ) |
|
providerFVSCHEDULE
Definition at line 327 of file FinancialTest.php.
References $result, and array.
329 $args = func_get_args();
330 $expectedResult = array_pop($args);
331 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'FVSCHEDULE'),$args);
332 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testINTRATE()
FinancialTest::testINTRATE |
( |
| ) |
|
providerINTRATE
Definition at line 343 of file FinancialTest.php.
References $result, and array.
345 $args = func_get_args();
346 $expectedResult = array_pop($args);
347 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'INTRATE'),$args);
348 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testIPMT()
FinancialTest::testIPMT |
( |
| ) |
|
providerIPMT
Definition at line 359 of file FinancialTest.php.
References $result, and array.
361 $args = func_get_args();
362 $expectedResult = array_pop($args);
363 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'IPMT'),$args);
364 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testIRR()
FinancialTest::testIRR |
( |
| ) |
|
providerIRR
Definition at line 375 of file FinancialTest.php.
References $result, and array.
377 $args = func_get_args();
378 $expectedResult = array_pop($args);
379 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'IRR'),$args);
380 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testISPMT()
FinancialTest::testISPMT |
( |
| ) |
|
providerISPMT
Definition at line 391 of file FinancialTest.php.
References $result, and array.
393 $args = func_get_args();
394 $expectedResult = array_pop($args);
395 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'ISPMT'),$args);
396 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testMIRR()
FinancialTest::testMIRR |
( |
| ) |
|
providerMIRR
Definition at line 407 of file FinancialTest.php.
References $result, and array.
409 $args = func_get_args();
410 $expectedResult = array_pop($args);
411 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'MIRR'),$args);
412 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testNOMINAL()
FinancialTest::testNOMINAL |
( |
| ) |
|
providerNOMINAL
Definition at line 423 of file FinancialTest.php.
References $result, and array.
425 $args = func_get_args();
426 $expectedResult = array_pop($args);
427 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'NOMINAL'),$args);
428 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testNPER()
FinancialTest::testNPER |
( |
| ) |
|
providerNPER
Definition at line 439 of file FinancialTest.php.
References $result, and array.
441 $args = func_get_args();
442 $expectedResult = array_pop($args);
443 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'NPER'),$args);
444 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testNPV()
FinancialTest::testNPV |
( |
| ) |
|
providerNPV
Definition at line 455 of file FinancialTest.php.
References $result, and array.
457 $args = func_get_args();
458 $expectedResult = array_pop($args);
459 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'NPV'),$args);
460 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testPRICE()
FinancialTest::testPRICE |
( |
| ) |
|
providerPRICE
Definition at line 471 of file FinancialTest.php.
References $result, and array.
473 $args = func_get_args();
474 $expectedResult = array_pop($args);
475 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'PRICE'),$args);
476 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testRATE()
FinancialTest::testRATE |
( |
| ) |
|
providerRATE
Definition at line 487 of file FinancialTest.php.
References $result, and array.
489 $args = func_get_args();
490 $expectedResult = array_pop($args);
491 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'RATE'),$args);
492 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
◆ testXIRR()
FinancialTest::testXIRR |
( |
| ) |
|
providerXIRR
Definition at line 503 of file FinancialTest.php.
References $result, and array.
505 $args = func_get_args();
506 $expectedResult = array_pop($args);
507 $result = call_user_func_array(
array(
'PHPExcel_Calculation_Financial',
'XIRR'),$args);
508 $this->assertEquals($expectedResult,
$result, NULL, 1E-8);
Create styles array
The data for the language used.
The documentation for this class was generated from the following file:
- libs/composer/vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FinancialTest.php