PHP Class MathPHP\Functions\PiecewiseTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: markrogoyski/math-php

Méthodes publiques

Méthode Description
dataProviderForEval ( )
testDuplicatedIntervalException ( )
testEval ( array $intervals, array $functions, $input, $expected )
testEvaluatedAtOpenPointException ( )
testEvaluationNotInDomainException ( )
testInputFunctionsAreNotCallableException ( )
testNumberOfIntervalsAndFunctionsUnequalException ( )
testSubintervalContainsMoreThanTwoPoints ( )
testSubintervalContainsOnePoints ( )
testSubintervalContainsOpenPoint ( )
testSubintervalDecreasingException ( )
testSubintervalsOverlapException ( )
testSubintervalsShareClosedPointException ( )

Method Details

dataProviderForEval() public méthode

public dataProviderForEval ( )

testDuplicatedIntervalException() public méthode

testEval() public méthode

public testEval ( array $intervals, array $functions, $input, $expected )
$intervals array
$functions array

testEvaluatedAtOpenPointException() public méthode

testEvaluationNotInDomainException() public méthode

testInputFunctionsAreNotCallableException() public méthode

testNumberOfIntervalsAndFunctionsUnequalException() public méthode

testSubintervalContainsMoreThanTwoPoints() public méthode

testSubintervalContainsOnePoints() public méthode

testSubintervalContainsOpenPoint() public méthode

testSubintervalDecreasingException() public méthode

testSubintervalsOverlapException() public méthode

testSubintervalsShareClosedPointException() public méthode