Skip to content

Being able to count rows and columns #29

@agoncal

Description

@agoncal

Today we can assert that a table has a set fix number of rows and columns :

assertThat(table).hasNumberOfRows(227);
assertThat(table).hasNumberOfRows(12);

But it would be nice to have more flexibility and do things like :

assertThat(table).rows().isGreaterThan(12)
assertThat(table).columns().isLowerThan(10)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions