PHP Class MathPHP\NumericalAnalysis\NumericalDifferentiation\NumericalDifferentiationTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: markrogoyski/math-php

Public Methods

Method Description
testIncorrectInput ( )
testInstantiateAbstractClassException ( )
testNotAFunctionException ( )
testNotCoordinatesException ( )
testNotEnoughArraysException ( )
testSpacingNonConstant ( )
testTargetNotInPoints ( )

Method Details

testIncorrectInput() public method

public testIncorrectInput ( )

testInstantiateAbstractClassException() public method

testNotAFunctionException() public method

testNotCoordinatesException() public method

testNotEnoughArraysException() public method

testSpacingNonConstant() public method

testTargetNotInPoints() public method