|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilMathBCAdapterTest:
Collaboration diagram for ilMathBCAdapterTest:Public Member Functions | |
| powData () | |
Public Member Functions inherited from ilMathBaseAdapterTest | |
| testAdd (string $a, string $b, string $result, int $scale) | |
| @dataProvider addData More... | |
| testSub (string $a, string $b, string $result, int $scale) | |
| @dataProvider subData More... | |
| testMul (string $a, string $b, string $result, int $scale) | |
| @dataProvider mulData More... | |
| testDiv (string $a, string $b, string $result, int $scale) | |
| @dataProvider divData More... | |
| testSqrt (string $a, string $result, ?int $scale) | |
| @dataProvider sqrtData More... | |
| testPow (string $a, string $b, string $result, ?int $scale) | |
| @dataProvider powData More... | |
| testMod (string $a, string $b, string $result) | |
| @dataProvider modData More... | |
| testEquals (string $a, string $b, bool $result, ?int $scale) | |
| @dataProvider equalsData More... | |
| testCalculation (string $formula, string $result, int $scale) | |
| @dataProvider calcData More... | |
| testDivisionsByZero () | |
| testModuloByZero () | |
| addData () | |
| subData () | |
| mulData () | |
| divData () | |
| modData () | |
| sqrtData () | |
| powData () | |
| equalsData () | |
| calcData () | |
Protected Member Functions | |
| setUp () | |
| @inheritDoc More... | |
| setUp () | |
| @inheritDoc More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilMathBaseAdapterTest | |
| const | DEFAULT_SCALE = 50 |
| ilMathAdapter | $mathAdapter |
| EvalMath | $evalMath |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 21 of file ilMathBCAdapterTest.php.
| ilMathBCAdapterTest::powData | ( | ) |
Reimplemented from ilMathBaseAdapterTest.
Definition at line 39 of file ilMathBCAdapterTest.php.
|
protected |
@inheritDoc
Reimplemented from ilMathBaseAdapterTest.
Definition at line 26 of file ilMathBCAdapterTest.php.