PHP Class PhpBench\Tests\Unit\Model\Result\ComputedResultTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode Description
testDeviationNonNumeric ( ) It should throw an exception if the deviation is non-numeric.
testZValueNonNumeric ( ) It should throw an exception if the z-value is non-numeric.

Method Details

testDeviationNonNumeric() public méthode

It should throw an exception if the deviation is non-numeric.

testZValueNonNumeric() public méthode

It should throw an exception if the z-value is non-numeric.