Skip to content

Possibility to use Condition in hasValues of row assertions #110

Open
@soezen

Description

@soezen

I would like to include condition objects when I call the hasValue method of a row assertion

softAssertions.assertThat(changes)
                .changeOnTableWithPks(tableName, primaryKeyValue)
                .isCreation()
                .rowAtEndPoint()
                .hasValues(1, 'Test', new HamcrestCondition<>(Matchers.greaterThan(2)));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions