PHP 클래스 MathPHP\Functions\PiecewiseTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: markrogoyski/math-php

공개 메소드들

메소드 설명
dataProviderForEval ( )
testDuplicatedIntervalException ( )
testEval ( array $intervals, array $functions, $input, $expected )
testEvaluatedAtOpenPointException ( )
testEvaluationNotInDomainException ( )
testInputFunctionsAreNotCallableException ( )
testNumberOfIntervalsAndFunctionsUnequalException ( )
testSubintervalContainsMoreThanTwoPoints ( )
testSubintervalContainsOnePoints ( )
testSubintervalContainsOpenPoint ( )
testSubintervalDecreasingException ( )
testSubintervalsOverlapException ( )
testSubintervalsShareClosedPointException ( )

메소드 상세

dataProviderForEval() 공개 메소드

public dataProviderForEval ( )

testDuplicatedIntervalException() 공개 메소드

testEval() 공개 메소드

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

testEvaluatedAtOpenPointException() 공개 메소드

testEvaluationNotInDomainException() 공개 메소드

testInputFunctionsAreNotCallableException() 공개 메소드

testNumberOfIntervalsAndFunctionsUnequalException() 공개 메소드

testSubintervalContainsMoreThanTwoPoints() 공개 메소드

testSubintervalContainsOnePoints() 공개 메소드

testSubintervalContainsOpenPoint() 공개 메소드

testSubintervalDecreasingException() 공개 메소드

testSubintervalsOverlapException() 공개 메소드

testSubintervalsShareClosedPointException() 공개 메소드