Skip to content

containsAtLeastValues for column assertionsΒ #38

Open
@uhensler

Description

@uhensler

Today we can assert that a column has exactly some values :

assertThat(table).column("name").containsValues("Hewson",
                                                "Evans",
                                                "Clayton",
                                                "Mullen");

If the table contains more rows / values, the assertion fails.

But it would be nice to have more flexibility and check if the column contains at least the given values.

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