PhpBench\Tests\Unit\Model\Result\ComputedResultTest::testDeviationNonNumeric PHP Method

testDeviationNonNumeric() public method

It should throw an exception if the deviation is non-numeric.
    public function testDeviationNonNumeric()
    {
        new ComputedResult(10, 'hello');
    }