PhpBench\Tests\Unit\Model\Result\TimeResultTest::testRevsAreZero PHP Method

testRevsAreZero() public method

It should throw an exception if the revolutions is zero0 or less than zero.
public testRevsAreZero ( )
    public function testRevsAreZero()
    {
        $result = new TimeResult(10);
        $result->getRevTime(0);
    }