ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilMathPhpAdapterTest Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilMathPhpAdapterTest:
+ Collaboration diagram for ilMathPhpAdapterTest:

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from ilMathBaseAdapterTestCase
 setUp ()
 

Additional Inherited Members

- Public Member Functions inherited from ilMathBaseAdapterTestCase
 testAdd (string $a, string $b, string $result, int $scale)
 addData More...
 
 testSub (string $a, string $b, string $result, int $scale)
 subData More...
 
 testMul (string $a, string $b, string $result, int $scale)
 mulData More...
 
 testDiv (string $a, string $b, string $result, int $scale)
 divData More...
 
 testSqrt (string $a, string $result, ?int $scale)
 sqrtData More...
 
 testPow (string $a, string $b, string $result, ?int $scale)
 powData More...
 
 testMod (string $a, string $b, string $result)
 modData More...
 
 testEquals (string $a, string $b, bool $result, ?int $scale)
 equalsData More...
 
 testCalculation (string $formula, string $result, int $scale)
 calcData More...
 
 testDivisionsByZero ()
 
 testModuloByZero ()
 
- Static Public Member Functions inherited from ilMathBaseAdapterTestCase
static addData ()
 
static subData ()
 
static mulData ()
 
static divData ()
 
static modData ()
 
static sqrtData ()
 
static powData ()
 
static equalsData ()
 
static calcData ()
 
- Protected Attributes inherited from ilMathBaseAdapterTestCase
const DEFAULT_SCALE = 50
 
ilMathAdapter $mathAdapter
 
EvalMath $evalMath
 

Detailed Description

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 19 of file ilMathPhpAdapterTest.php.

Member Function Documentation

◆ setUp()

ilMathPhpAdapterTest::setUp ( )
protected

Definition at line 24 of file ilMathPhpAdapterTest.php.

24  : void
25  {
26  $this->mathAdapter = new ilMathPhpAdapter();
27  parent::setUp();
28  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

The documentation for this class was generated from the following file: