Метод |
Описание |
|
iShouldSeeColumnsInTheTable ( $count, $table ) |
Checks that the specified table contains the given number of columns |
|
iShouldSeeRowsInTheNthTable ( $count, $index, $table ) |
Checks that the specified table contains the specified number of rows in its body |
|
iShouldSeeRowsInTheTable ( $count, $table ) |
Checks that the specified table contains the specified number of rows in its body |
|
theColumnsSchemaShouldMatch ( $table, Behat\Gherkin\Node\TableNode $text ) |
Checks that the specified table's columns match the given schema |
|
theDataOfTheRowShouldMatch ( $index, $table, Behat\Gherkin\Node\TableNode $text ) |
Checks that the data of the specified row matches the given schema |
|
theStColumnOfTheStRowInTheTableShouldContain ( $colIndex, $rowIndex, $table, $text ) |
Checks that the specified cell (column/row) of the table's body contains the specified text |
|