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

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: dantleech/phpbench

Public Methods

Method 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 method

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

testZValueNonNumeric() public method

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