PhpBench\Tests\Unit\Model\Result\ComputedResultTest::testDeviationNonNumeric PHP Méthode

testDeviationNonNumeric() public méthode

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