PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/Engineering
Mark Baker aaf996a165
Refactor engineering tests (#1106)
* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts.

* Bessels, and set some date tests to defined/named arguments

* Fix test class naming

* Names arguments for math/trig tests

* Docblock updates

* More engineering function unit test refactorings

* More engineering function unit test refactorings. This time, moving on to the Complex engineering functions

* Fix ImConjugate test

* Fix parseComplex test

* Fix parseComplex test

* More of the complex number function unit tests refactored

* Finish refactoring of the complex number function unit tests

* Newer phpunit assertions

* Add parsecomplex unit test back until we're ready to drop the deprecated function; but as it doesn't use the specified data provider at all, drop reference to that
2019-07-25 21:02:41 +02:00
..
BesselITest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
BesselJTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
BesselKTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
BesselYTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Bin2DecTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Bin2HexTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Bin2OctTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
BitAndTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
BitLShiftTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
BitOrTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
BitRShiftTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
BitXorTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ComplexTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ConvertUoMTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Dec2BinTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Dec2HexTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Dec2OctTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
DeltaTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ErfCTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ErfPreciseTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ErfTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
GeStepTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Hex2BinTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Hex2DecTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Hex2OctTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImAbsTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImArgumentTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImConjugateTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImCosTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImCoshTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImCotTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImCscTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImCschTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImDivTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImExpTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImLnTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImLog2Test.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImLog10Test.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImPowerTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImProductTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImRealTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImSecTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImSechTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImSinTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImSinhTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImSqrtTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImSubTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImSumTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImTanTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ImaginaryTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Oct2BinTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Oct2DecTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Oct2HexTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
ParseComplexTest.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00