RedUNIT\RedUNIT::getRound PHP Method

getRound() public method

The current round number indicates how many times this test has been applied (to various drivers).
public getRound ( ) : integer
return integer
    public function getRound()
    {
        return $this->round;
    }