Sanpi\Behatch\Context\TableContext::iShouldSeeRowsInTheTable PHP Method

iShouldSeeRowsInTheTable() public method

Checks that the specified table contains the specified number of rows in its body
public iShouldSeeRowsInTheTable ( $count, $table )
    public function iShouldSeeRowsInTheTable($count, $table)
    {
        $this->iShouldSeeRowsInTheNthTable($count, 1, $table);
    }